├── .github └── workflows │ └── node.js.yml ├── .gitignore ├── LICENSE ├── README.md ├── bin ├── build.ts ├── template.ts ├── tsconfig.json └── types.d.ts ├── cleanup.sh ├── package-lock.json ├── package.json ├── rollup.config.ts ├── src ├── icons │ ├── AcademicCap.tsx │ ├── AcademicCapOutline.tsx │ ├── Adjustments.tsx │ ├── AdjustmentsOutline.tsx │ ├── Annotation.tsx │ ├── AnnotationOutline.tsx │ ├── Archive.tsx │ ├── ArchiveOutline.tsx │ ├── ArrowCircleDown.tsx │ ├── ArrowCircleDownOutline.tsx │ ├── ArrowCircleLeft.tsx │ ├── ArrowCircleLeftOutline.tsx │ ├── ArrowCircleRight.tsx │ ├── ArrowCircleRightOutline.tsx │ ├── ArrowCircleUp.tsx │ ├── ArrowCircleUpOutline.tsx │ ├── ArrowDown.tsx │ ├── ArrowDownOutline.tsx │ ├── ArrowLeft.tsx │ ├── ArrowLeftOutline.tsx │ ├── ArrowNarrowDown.tsx │ ├── ArrowNarrowDownOutline.tsx │ ├── ArrowNarrowLeft.tsx │ ├── ArrowNarrowLeftOutline.tsx │ ├── ArrowNarrowRight.tsx │ ├── ArrowNarrowRightOutline.tsx │ ├── ArrowNarrowUp.tsx │ ├── ArrowNarrowUpOutline.tsx │ ├── ArrowRight.tsx │ ├── ArrowRightOutline.tsx │ ├── ArrowSmDown.tsx │ ├── ArrowSmDownOutline.tsx │ ├── ArrowSmLeft.tsx │ ├── ArrowSmLeftOutline.tsx │ ├── ArrowSmRight.tsx │ ├── ArrowSmRightOutline.tsx │ ├── ArrowSmUp.tsx │ ├── ArrowSmUpOutline.tsx │ ├── ArrowUp.tsx │ ├── ArrowUpOutline.tsx │ ├── ArrowsExpand.tsx │ ├── ArrowsExpandOutline.tsx │ ├── AtSymbol.tsx │ ├── AtSymbolOutline.tsx │ ├── Backspace.tsx │ ├── BackspaceOutline.tsx │ ├── BadgeCheck.tsx │ ├── BadgeCheckOutline.tsx │ ├── Ban.tsx │ ├── BanOutline.tsx │ ├── Beaker.tsx │ ├── BeakerOutline.tsx │ ├── Bell.tsx │ ├── BellOutline.tsx │ ├── BookOpen.tsx │ ├── BookOpenOutline.tsx │ ├── Bookmark.tsx │ ├── BookmarkAlt.tsx │ ├── BookmarkAltOutline.tsx │ ├── BookmarkOutline.tsx │ ├── Briefcase.tsx │ ├── BriefcaseOutline.tsx │ ├── Cake.tsx │ ├── CakeOutline.tsx │ ├── Calculator.tsx │ ├── CalculatorOutline.tsx │ ├── Calendar.tsx │ ├── CalendarOutline.tsx │ ├── Camera.tsx │ ├── CameraOutline.tsx │ ├── Cash.tsx │ ├── CashOutline.tsx │ ├── ChartBar.tsx │ ├── ChartBarOutline.tsx │ ├── ChartPie.tsx │ ├── ChartPieOutline.tsx │ ├── ChartSquareBar.tsx │ ├── ChartSquareBarOutline.tsx │ ├── Chat.tsx │ ├── ChatAlt.tsx │ ├── ChatAlt2.tsx │ ├── ChatAlt2Outline.tsx │ ├── ChatAltOutline.tsx │ ├── ChatOutline.tsx │ ├── Check.tsx │ ├── CheckCircle.tsx │ ├── CheckCircleOutline.tsx │ ├── CheckOutline.tsx │ ├── ChevronDoubleDown.tsx │ ├── ChevronDoubleDownOutline.tsx │ ├── ChevronDoubleLeft.tsx │ ├── ChevronDoubleLeftOutline.tsx │ ├── ChevronDoubleRight.tsx │ ├── ChevronDoubleRightOutline.tsx │ ├── ChevronDoubleUp.tsx │ ├── ChevronDoubleUpOutline.tsx │ ├── ChevronDown.tsx │ ├── ChevronDownOutline.tsx │ ├── ChevronLeft.tsx │ ├── ChevronLeftOutline.tsx │ ├── ChevronRight.tsx │ ├── ChevronRightOutline.tsx │ ├── ChevronUp.tsx │ ├── ChevronUpOutline.tsx │ ├── Chip.tsx │ ├── ChipOutline.tsx │ ├── Clipboard.tsx │ ├── ClipboardCheck.tsx │ ├── ClipboardCheckOutline.tsx │ ├── ClipboardCopy.tsx │ ├── ClipboardCopyOutline.tsx │ ├── ClipboardList.tsx │ ├── ClipboardListOutline.tsx │ ├── ClipboardOutline.tsx │ ├── Clock.tsx │ ├── ClockOutline.tsx │ ├── Cloud.tsx │ ├── CloudDownload.tsx │ ├── CloudDownloadOutline.tsx │ ├── CloudOutline.tsx │ ├── CloudUpload.tsx │ ├── CloudUploadOutline.tsx │ ├── Code.tsx │ ├── CodeOutline.tsx │ ├── Cog.tsx │ ├── CogOutline.tsx │ ├── Collection.tsx │ ├── CollectionOutline.tsx │ ├── ColorSwatch.tsx │ ├── ColorSwatchOutline.tsx │ ├── CreditCard.tsx │ ├── CreditCardOutline.tsx │ ├── Cube.tsx │ ├── CubeOutline.tsx │ ├── CubeTransparent.tsx │ ├── CubeTransparentOutline.tsx │ ├── CurrencyBangladeshi.tsx │ ├── CurrencyBangladeshiOutline.tsx │ ├── CurrencyDollar.tsx │ ├── CurrencyDollarOutline.tsx │ ├── CurrencyEuro.tsx │ ├── CurrencyEuroOutline.tsx │ ├── CurrencyPound.tsx │ ├── CurrencyPoundOutline.tsx │ ├── CurrencyRupee.tsx │ ├── CurrencyRupeeOutline.tsx │ ├── CurrencyYen.tsx │ ├── CurrencyYenOutline.tsx │ ├── CursorClick.tsx │ ├── CursorClickOutline.tsx │ ├── Database.tsx │ ├── DatabaseOutline.tsx │ ├── DesktopComputer.tsx │ ├── DesktopComputerOutline.tsx │ ├── DeviceMobile.tsx │ ├── DeviceMobileOutline.tsx │ ├── DeviceTablet.tsx │ ├── DeviceTabletOutline.tsx │ ├── Document.tsx │ ├── DocumentAdd.tsx │ ├── DocumentAddOutline.tsx │ ├── DocumentDownload.tsx │ ├── DocumentDownloadOutline.tsx │ ├── DocumentDuplicate.tsx │ ├── DocumentDuplicateOutline.tsx │ ├── DocumentOutline.tsx │ ├── DocumentRemove.tsx │ ├── DocumentRemoveOutline.tsx │ ├── DocumentReport.tsx │ ├── DocumentReportOutline.tsx │ ├── DocumentSearch.tsx │ ├── DocumentSearchOutline.tsx │ ├── DocumentText.tsx │ ├── DocumentTextOutline.tsx │ ├── DotsCircleHorizontal.tsx │ ├── DotsCircleHorizontalOutline.tsx │ ├── DotsHorizontal.tsx │ ├── DotsHorizontalOutline.tsx │ ├── DotsVertical.tsx │ ├── DotsVerticalOutline.tsx │ ├── Download.tsx │ ├── DownloadOutline.tsx │ ├── Duplicate.tsx │ ├── DuplicateOutline.tsx │ ├── EmojiHappy.tsx │ ├── EmojiHappyOutline.tsx │ ├── EmojiSad.tsx │ ├── EmojiSadOutline.tsx │ ├── Exclamation.tsx │ ├── ExclamationCircle.tsx │ ├── ExclamationCircleOutline.tsx │ ├── ExclamationOutline.tsx │ ├── ExternalLink.tsx │ ├── ExternalLinkOutline.tsx │ ├── Eye.tsx │ ├── EyeOff.tsx │ ├── EyeOffOutline.tsx │ ├── EyeOutline.tsx │ ├── FastForward.tsx │ ├── FastForwardOutline.tsx │ ├── Film.tsx │ ├── FilmOutline.tsx │ ├── Filter.tsx │ ├── FilterOutline.tsx │ ├── FingerPrint.tsx │ ├── FingerPrintOutline.tsx │ ├── Fire.tsx │ ├── FireOutline.tsx │ ├── Flag.tsx │ ├── FlagOutline.tsx │ ├── Folder.tsx │ ├── FolderAdd.tsx │ ├── FolderAddOutline.tsx │ ├── FolderDownload.tsx │ ├── FolderDownloadOutline.tsx │ ├── FolderOpen.tsx │ ├── FolderOpenOutline.tsx │ ├── FolderOutline.tsx │ ├── FolderRemove.tsx │ ├── FolderRemoveOutline.tsx │ ├── Gift.tsx │ ├── GiftOutline.tsx │ ├── Globe.tsx │ ├── GlobeAlt.tsx │ ├── GlobeAltOutline.tsx │ ├── GlobeOutline.tsx │ ├── Hand.tsx │ ├── HandOutline.tsx │ ├── Hashtag.tsx │ ├── HashtagOutline.tsx │ ├── Heart.tsx │ ├── HeartOutline.tsx │ ├── Home.tsx │ ├── HomeOutline.tsx │ ├── Identification.tsx │ ├── IdentificationOutline.tsx │ ├── Inbox.tsx │ ├── InboxIn.tsx │ ├── InboxInOutline.tsx │ ├── InboxOutline.tsx │ ├── InformationCircle.tsx │ ├── InformationCircleOutline.tsx │ ├── Key.tsx │ ├── KeyOutline.tsx │ ├── Library.tsx │ ├── LibraryOutline.tsx │ ├── LightBulb.tsx │ ├── LightBulbOutline.tsx │ ├── LightningBolt.tsx │ ├── LightningBoltOutline.tsx │ ├── Link.tsx │ ├── LinkOutline.tsx │ ├── LocationMarker.tsx │ ├── LocationMarkerOutline.tsx │ ├── LockClosed.tsx │ ├── LockClosedOutline.tsx │ ├── LockOpen.tsx │ ├── LockOpenOutline.tsx │ ├── Login.tsx │ ├── LoginOutline.tsx │ ├── Logout.tsx │ ├── LogoutOutline.tsx │ ├── Mail.tsx │ ├── MailOpen.tsx │ ├── MailOpenOutline.tsx │ ├── MailOutline.tsx │ ├── Map.tsx │ ├── MapOutline.tsx │ ├── Menu.tsx │ ├── MenuAlt1.tsx │ ├── MenuAlt1Outline.tsx │ ├── MenuAlt2.tsx │ ├── MenuAlt2Outline.tsx │ ├── MenuAlt3.tsx │ ├── MenuAlt3Outline.tsx │ ├── MenuAlt4.tsx │ ├── MenuAlt4Outline.tsx │ ├── MenuOutline.tsx │ ├── Microphone.tsx │ ├── MicrophoneOutline.tsx │ ├── Minus.tsx │ ├── MinusCircle.tsx │ ├── MinusCircleOutline.tsx │ ├── MinusOutline.tsx │ ├── MinusSm.tsx │ ├── MinusSmOutline.tsx │ ├── Moon.tsx │ ├── MoonOutline.tsx │ ├── MusicNote.tsx │ ├── MusicNoteOutline.tsx │ ├── Newspaper.tsx │ ├── NewspaperOutline.tsx │ ├── OfficeBuilding.tsx │ ├── OfficeBuildingOutline.tsx │ ├── PaperAirplane.tsx │ ├── PaperAirplaneOutline.tsx │ ├── PaperClip.tsx │ ├── PaperClipOutline.tsx │ ├── Pause.tsx │ ├── PauseOutline.tsx │ ├── Pencil.tsx │ ├── PencilAlt.tsx │ ├── PencilAltOutline.tsx │ ├── PencilOutline.tsx │ ├── Phone.tsx │ ├── PhoneIncoming.tsx │ ├── PhoneIncomingOutline.tsx │ ├── PhoneMissedCall.tsx │ ├── PhoneMissedCallOutline.tsx │ ├── PhoneOutgoing.tsx │ ├── PhoneOutgoingOutline.tsx │ ├── PhoneOutline.tsx │ ├── Photograph.tsx │ ├── PhotographOutline.tsx │ ├── Play.tsx │ ├── PlayOutline.tsx │ ├── Plus.tsx │ ├── PlusCircle.tsx │ ├── PlusCircleOutline.tsx │ ├── PlusOutline.tsx │ ├── PlusSm.tsx │ ├── PlusSmOutline.tsx │ ├── PresentationChartBar.tsx │ ├── PresentationChartBarOutline.tsx │ ├── PresentationChartLine.tsx │ ├── PresentationChartLineOutline.tsx │ ├── Printer.tsx │ ├── PrinterOutline.tsx │ ├── Puzzle.tsx │ ├── PuzzleOutline.tsx │ ├── Qrcode.tsx │ ├── QrcodeOutline.tsx │ ├── QuestionMarkCircle.tsx │ ├── QuestionMarkCircleOutline.tsx │ ├── ReceiptRefund.tsx │ ├── ReceiptRefundOutline.tsx │ ├── ReceiptTax.tsx │ ├── ReceiptTaxOutline.tsx │ ├── Refresh.tsx │ ├── RefreshOutline.tsx │ ├── Reply.tsx │ ├── ReplyOutline.tsx │ ├── Rewind.tsx │ ├── RewindOutline.tsx │ ├── Rss.tsx │ ├── RssOutline.tsx │ ├── Save.tsx │ ├── SaveAs.tsx │ ├── SaveAsOutline.tsx │ ├── SaveOutline.tsx │ ├── Scale.tsx │ ├── ScaleOutline.tsx │ ├── Scissors.tsx │ ├── ScissorsOutline.tsx │ ├── Search.tsx │ ├── SearchCircle.tsx │ ├── SearchCircleOutline.tsx │ ├── SearchOutline.tsx │ ├── Selector.tsx │ ├── SelectorOutline.tsx │ ├── Server.tsx │ ├── ServerOutline.tsx │ ├── Share.tsx │ ├── ShareOutline.tsx │ ├── ShieldCheck.tsx │ ├── ShieldCheckOutline.tsx │ ├── ShieldExclamation.tsx │ ├── ShieldExclamationOutline.tsx │ ├── ShoppingBag.tsx │ ├── ShoppingBagOutline.tsx │ ├── ShoppingCart.tsx │ ├── ShoppingCartOutline.tsx │ ├── SortAscending.tsx │ ├── SortAscendingOutline.tsx │ ├── SortDescending.tsx │ ├── SortDescendingOutline.tsx │ ├── Sparkles.tsx │ ├── SparklesOutline.tsx │ ├── Speakerphone.tsx │ ├── SpeakerphoneOutline.tsx │ ├── Star.tsx │ ├── StarOutline.tsx │ ├── StatusOffline.tsx │ ├── StatusOfflineOutline.tsx │ ├── StatusOnline.tsx │ ├── StatusOnlineOutline.tsx │ ├── Stop.tsx │ ├── StopOutline.tsx │ ├── Sun.tsx │ ├── SunOutline.tsx │ ├── Support.tsx │ ├── SupportOutline.tsx │ ├── SwitchHorizontal.tsx │ ├── SwitchHorizontalOutline.tsx │ ├── SwitchVertical.tsx │ ├── SwitchVerticalOutline.tsx │ ├── Table.tsx │ ├── TableOutline.tsx │ ├── Tag.tsx │ ├── TagOutline.tsx │ ├── Template.tsx │ ├── TemplateOutline.tsx │ ├── Terminal.tsx │ ├── TerminalOutline.tsx │ ├── ThumbDown.tsx │ ├── ThumbDownOutline.tsx │ ├── ThumbUp.tsx │ ├── ThumbUpOutline.tsx │ ├── Ticket.tsx │ ├── TicketOutline.tsx │ ├── Translate.tsx │ ├── TranslateOutline.tsx │ ├── Trash.tsx │ ├── TrashOutline.tsx │ ├── TrendingDown.tsx │ ├── TrendingDownOutline.tsx │ ├── TrendingUp.tsx │ ├── TrendingUpOutline.tsx │ ├── Truck.tsx │ ├── TruckOutline.tsx │ ├── Upload.tsx │ ├── UploadOutline.tsx │ ├── User.tsx │ ├── UserAdd.tsx │ ├── UserAddOutline.tsx │ ├── UserCircle.tsx │ ├── UserCircleOutline.tsx │ ├── UserGroup.tsx │ ├── UserGroupOutline.tsx │ ├── UserOutline.tsx │ ├── UserRemove.tsx │ ├── UserRemoveOutline.tsx │ ├── Users.tsx │ ├── UsersOutline.tsx │ ├── Variable.tsx │ ├── VariableOutline.tsx │ ├── VideoCamera.tsx │ ├── VideoCameraOutline.tsx │ ├── ViewBoards.tsx │ ├── ViewBoardsOutline.tsx │ ├── ViewGrid.tsx │ ├── ViewGridAdd.tsx │ ├── ViewGridAddOutline.tsx │ ├── ViewGridOutline.tsx │ ├── ViewList.tsx │ ├── ViewListOutline.tsx │ ├── VolumeOff.tsx │ ├── VolumeOffOutline.tsx │ ├── VolumeUp.tsx │ ├── VolumeUpOutline.tsx │ ├── Wifi.tsx │ ├── WifiOutline.tsx │ ├── X.tsx │ ├── XCircle.tsx │ ├── XCircleOutline.tsx │ ├── XOutline.tsx │ ├── ZoomIn.tsx │ ├── ZoomInOutline.tsx │ ├── ZoomOut.tsx │ └── ZoomOutOutline.tsx └── index.ts └── tsconfig.json /.github/workflows/node.js.yml: -------------------------------------------------------------------------------- 1 | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node 2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions 3 | 4 | name: Node.js CI 5 | 6 | on: 7 | push: 8 | branches: [main] 9 | pull_request: 10 | branches: [main] 11 | 12 | jobs: 13 | build: 14 | runs-on: ubuntu-latest 15 | 16 | strategy: 17 | matrix: 18 | node-version: [10.x, 12.x, 14.x] 19 | 20 | steps: 21 | - uses: actions/checkout@v2 22 | - name: Use Node.js ${{ matrix.node-version }} 23 | uses: actions/setup-node@v1 24 | with: 25 | node-version: ${{ matrix.node-version }} 26 | - run: npm ci 27 | - run: npm run build --if-present 28 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | dist/ 4 | build/ 5 | heroicons/ -------------------------------------------------------------------------------- /bin/template.ts: -------------------------------------------------------------------------------- 1 | export const template = ( 2 | { template }: any, 3 | opts: any, 4 | { imports, componentName, props, jsx, exports }: any 5 | ) => { 6 | const tsTemplate = template.smart({ plugins: ["typescript"] }); 7 | return tsTemplate.ast` 8 | ${imports} 9 | 10 | export interface Props extends React.SVGProps { 11 | size?: number; 12 | } 13 | 14 | const ${componentName} = ({ size = 24, ...props }: Props, svgRef: React.Ref) => { 15 | return ( 16 | ${jsx} 17 | ) 18 | }; 19 | 20 | ${exports} 21 | `; 22 | }; 23 | 24 | export default template; 25 | -------------------------------------------------------------------------------- /bin/types.d.ts: -------------------------------------------------------------------------------- 1 | declare module "@svgr/core"; 2 | -------------------------------------------------------------------------------- /cleanup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | mv build/icons/Adjustments.d.ts build/IconType.d.ts 4 | rm -rf build/icons 5 | perl -i -pe "s/'.*'/'.\/IconType'/g" build/index.d.ts 6 | npm pack --dry-run -------------------------------------------------------------------------------- /rollup.config.ts: -------------------------------------------------------------------------------- 1 | import commonjs from "@rollup/plugin-commonjs"; 2 | import resolve from "@rollup/plugin-node-resolve"; 3 | import peerDepsExternal from "rollup-plugin-peer-deps-external"; 4 | import { terser } from "rollup-plugin-terser"; 5 | import typescript from "rollup-plugin-typescript2"; 6 | import pkg from "./package.json"; 7 | 8 | export default { 9 | input: "src/index.ts", 10 | output: [ 11 | { 12 | file: pkg.main, 13 | format: "cjs", 14 | sourcemap: true, 15 | }, 16 | { 17 | file: pkg.module, 18 | format: "es", 19 | sourcemap: true, 20 | }, 21 | ], 22 | external: ["react"], 23 | plugins: [ 24 | peerDepsExternal(), 25 | resolve(), 26 | typescript({ 27 | useTsconfigDeclarationDir: true, 28 | clean: true, 29 | }), 30 | commonjs(), 31 | terser(), 32 | ], 33 | }; 34 | -------------------------------------------------------------------------------- /src/icons/Adjustments.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Adjustments = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Adjustments); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/Annotation.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Annotation = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Annotation); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/AnnotationOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const AnnotationOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(AnnotationOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Archive.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Archive = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 25 | 26 | ); 27 | }; 28 | 29 | const ForwardRef = React.forwardRef(Archive); 30 | export default ForwardRef; 31 | -------------------------------------------------------------------------------- /src/icons/ArchiveOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArchiveOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArchiveOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowCircleDown.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowCircleDown = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowCircleDown); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowCircleDownOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowCircleDownOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowCircleDownOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowCircleLeft.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowCircleLeft = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowCircleLeft); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowCircleLeftOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowCircleLeftOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowCircleLeftOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowCircleRight.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowCircleRight = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowCircleRight); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowCircleRightOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowCircleRightOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowCircleRightOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowCircleUp.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowCircleUp = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowCircleUp); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowCircleUpOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowCircleUpOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowCircleUpOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowDown.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowDown = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowDown); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowDownOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowDownOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowDownOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowLeft.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowLeft = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowLeft); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowLeftOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowLeftOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowLeftOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowNarrowDown.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowNarrowDown = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowNarrowDown); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowNarrowDownOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowNarrowDownOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowNarrowDownOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowNarrowLeft.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowNarrowLeft = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowNarrowLeft); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowNarrowLeftOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowNarrowLeftOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowNarrowLeftOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowNarrowRight.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowNarrowRight = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowNarrowRight); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowNarrowRightOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowNarrowRightOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowNarrowRightOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowNarrowUp.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowNarrowUp = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowNarrowUp); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowNarrowUpOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowNarrowUpOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowNarrowUpOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowRight.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowRight = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowRight); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowRightOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowRightOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowRightOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowSmDown.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowSmDown = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowSmDown); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowSmDownOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowSmDownOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowSmDownOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowSmLeft.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowSmLeft = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowSmLeft); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowSmLeftOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowSmLeftOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowSmLeftOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowSmRight.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowSmRight = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowSmRight); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowSmRightOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowSmRightOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowSmRightOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowSmUp.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowSmUp = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowSmUp); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowSmUpOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowSmUpOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowSmUpOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowUp.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowUp = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ArrowUp); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ArrowUpOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowUpOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowUpOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowsExpand.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowsExpand = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowsExpand); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ArrowsExpandOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ArrowsExpandOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ArrowsExpandOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/AtSymbol.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const AtSymbol = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(AtSymbol); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Ban.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Ban = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Ban); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/BanOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const BanOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(BanOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Bell.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Bell = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Bell); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/BookOpen.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const BookOpen = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(BookOpen); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/Bookmark.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Bookmark = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Bookmark); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/BookmarkAlt.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const BookmarkAlt = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(BookmarkAlt); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/BookmarkAltOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const BookmarkAltOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(BookmarkAltOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/BookmarkOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const BookmarkOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(BookmarkOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Calendar.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Calendar = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Calendar); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/CalendarOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CalendarOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CalendarOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Cash.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Cash = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Cash); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ChartBar.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChartBar = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(ChartBar); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/ChartPie.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChartPie = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(ChartPie); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/Chat.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Chat = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Chat); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ChatAlt.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChatAlt = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ChatAlt); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ChatAlt2.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChatAlt2 = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(ChatAlt2); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/ChatAltOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChatAltOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ChatAltOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Check.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Check = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Check); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/CheckCircle.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CheckCircle = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(CheckCircle); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/CheckCircleOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CheckCircleOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CheckCircleOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/CheckOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CheckOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CheckOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ChevronDoubleDownOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronDoubleDownOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ChevronDoubleDownOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ChevronDoubleLeftOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronDoubleLeftOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ChevronDoubleLeftOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ChevronDoubleRightOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronDoubleRightOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ChevronDoubleRightOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ChevronDoubleUpOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronDoubleUpOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ChevronDoubleUpOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ChevronDown.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronDown = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ChevronDown); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ChevronDownOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronDownOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ChevronDownOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ChevronLeft.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronLeft = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ChevronLeft); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ChevronLeftOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronLeftOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ChevronLeftOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ChevronRight.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronRight = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ChevronRight); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ChevronRightOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronRightOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ChevronRightOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ChevronUp.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronUp = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ChevronUp); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ChevronUpOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ChevronUpOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ChevronUpOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Clipboard.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Clipboard = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(Clipboard); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/Clock.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Clock = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Clock); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ClockOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ClockOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ClockOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Cloud.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Cloud = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Cloud); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/CloudDownloadOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CloudDownloadOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CloudDownloadOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/CloudOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CloudOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CloudOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/CloudUpload.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CloudUpload = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(CloudUpload); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/CloudUploadOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CloudUploadOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CloudUploadOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/CodeOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CodeOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CodeOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Collection.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Collection = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Collection); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/CreditCardOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CreditCardOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CreditCardOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/CubeOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CubeOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CubeOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/CurrencyPoundOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CurrencyPoundOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CurrencyPoundOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/CurrencyRupeeOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CurrencyRupeeOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CurrencyRupeeOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/CurrencyYenOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const CurrencyYenOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(CurrencyYenOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Database.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Database = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | 23 | ); 24 | }; 25 | 26 | const ForwardRef = React.forwardRef(Database); 27 | export default ForwardRef; 28 | -------------------------------------------------------------------------------- /src/icons/DeviceMobile.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DeviceMobile = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(DeviceMobile); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/DeviceMobileOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DeviceMobileOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(DeviceMobileOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/DeviceTablet.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DeviceTablet = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(DeviceTablet); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/DeviceTabletOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DeviceTabletOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(DeviceTabletOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Document.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Document = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Document); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/DocumentAdd.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DocumentAdd = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(DocumentAdd); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/DocumentDuplicate.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DocumentDuplicate = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(DocumentDuplicate); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/DocumentRemove.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DocumentRemove = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(DocumentRemove); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/DotsCircleHorizontal.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DotsCircleHorizontal = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(DotsCircleHorizontal); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/DotsCircleHorizontalOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DotsCircleHorizontalOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(DotsCircleHorizontalOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/DotsHorizontal.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DotsHorizontal = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(DotsHorizontal); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/DotsVertical.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DotsVertical = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(DotsVertical); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/Download.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Download = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Download); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/DownloadOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const DownloadOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(DownloadOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Duplicate.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Duplicate = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(Duplicate); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/EmojiHappyOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const EmojiHappyOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(EmojiHappyOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/EmojiSadOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const EmojiSadOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(EmojiSadOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ExclamationCircle.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ExclamationCircle = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(ExclamationCircle); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ExclamationCircleOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ExclamationCircleOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ExclamationCircleOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ExternalLink.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ExternalLink = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(ExternalLink); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/ExternalLinkOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ExternalLinkOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ExternalLinkOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Eye.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Eye = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 25 | 26 | ); 27 | }; 28 | 29 | const ForwardRef = React.forwardRef(Eye); 30 | export default ForwardRef; 31 | -------------------------------------------------------------------------------- /src/icons/FastForward.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const FastForward = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(FastForward); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/Film.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Film = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Film); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Filter.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Filter = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Filter); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Flag.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Flag = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Flag); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/FlagOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const FlagOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(FlagOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Folder.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Folder = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Folder); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/FolderAdd.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const FolderAdd = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 27 | 28 | ); 29 | }; 30 | 31 | const ForwardRef = React.forwardRef(FolderAdd); 32 | export default ForwardRef; 33 | -------------------------------------------------------------------------------- /src/icons/FolderAddOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const FolderAddOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(FolderAddOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/FolderOpen.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const FolderOpen = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | 26 | ); 27 | }; 28 | 29 | const ForwardRef = React.forwardRef(FolderOpen); 30 | export default ForwardRef; 31 | -------------------------------------------------------------------------------- /src/icons/FolderOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const FolderOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(FolderOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/FolderRemove.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const FolderRemove = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 27 | 28 | ); 29 | }; 30 | 31 | const ForwardRef = React.forwardRef(FolderRemove); 32 | export default ForwardRef; 33 | -------------------------------------------------------------------------------- /src/icons/FolderRemoveOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const FolderRemoveOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(FolderRemoveOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Hand.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Hand = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Hand); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/HashtagOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const HashtagOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(HashtagOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Heart.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Heart = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Heart); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Home.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Home = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Home); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/Inbox.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Inbox = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Inbox); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/InboxIn.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const InboxIn = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(InboxIn); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/InformationCircle.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const InformationCircle = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(InformationCircle); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/InformationCircleOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const InformationCircleOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(InformationCircleOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Key.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Key = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Key); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/LibraryOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const LibraryOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(LibraryOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/LightningBolt.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const LightningBolt = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(LightningBolt); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/LightningBoltOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const LightningBoltOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(LightningBoltOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/LocationMarker.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const LocationMarker = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(LocationMarker); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/LockClosed.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const LockClosed = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(LockClosed); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/LockOpen.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const LockOpen = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(LockOpen); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/LockOpenOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const LockOpenOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(LockOpenOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Login.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Login = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Login); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/LoginOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const LoginOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(LoginOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Logout.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Logout = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Logout); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/LogoutOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const LogoutOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(LogoutOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Mail.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Mail = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(Mail); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/MailOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MailOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(MailOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Map.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Map = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Map); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Menu.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Menu = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Menu); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/MenuAlt1.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MenuAlt1 = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(MenuAlt1); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/MenuAlt1Outline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MenuAlt1Outline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(MenuAlt1Outline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/MenuAlt2.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MenuAlt2 = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(MenuAlt2); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/MenuAlt2Outline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MenuAlt2Outline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(MenuAlt2Outline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/MenuAlt3.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MenuAlt3 = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(MenuAlt3); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/MenuAlt3Outline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MenuAlt3Outline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(MenuAlt3Outline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/MenuAlt4.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MenuAlt4 = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(MenuAlt4); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/MenuAlt4Outline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MenuAlt4Outline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(MenuAlt4Outline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/MenuOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MenuOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(MenuOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Microphone.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Microphone = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Microphone); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Minus.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Minus = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Minus); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/MinusCircle.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MinusCircle = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(MinusCircle); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/MinusCircleOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MinusCircleOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(MinusCircleOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/MinusOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MinusOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(MinusOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/MinusSm.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MinusSm = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(MinusSm); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/MinusSmOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MinusSmOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(MinusSmOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Moon.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Moon = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Moon); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/MoonOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MoonOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(MoonOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/MusicNote.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const MusicNote = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(MusicNote); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/Newspaper.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Newspaper = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | 26 | ); 27 | }; 28 | 29 | const ForwardRef = React.forwardRef(Newspaper); 30 | export default ForwardRef; 31 | -------------------------------------------------------------------------------- /src/icons/PaperAirplane.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const PaperAirplane = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(PaperAirplane); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/PaperAirplaneOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const PaperAirplaneOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(PaperAirplaneOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/PaperClip.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const PaperClip = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(PaperClip); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Pause.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Pause = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Pause); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/PauseOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const PauseOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(PauseOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Pencil.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Pencil = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Pencil); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/PencilOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const PencilOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(PencilOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Phone.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Phone = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Phone); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/Photograph.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Photograph = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Photograph); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Play.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Play = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Play); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Plus.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Plus = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Plus); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/PlusCircle.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const PlusCircle = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(PlusCircle); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/PlusCircleOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const PlusCircleOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(PlusCircleOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/PlusOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const PlusOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(PlusOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/PlusSm.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const PlusSm = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(PlusSm); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/PlusSmOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const PlusSmOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(PlusSmOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Printer.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Printer = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Printer); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Puzzle.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Puzzle = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Puzzle); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/Reply.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Reply = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Reply); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/ReplyOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ReplyOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ReplyOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Rewind.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Rewind = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Rewind); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/Rss.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Rss = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(Rss); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/RssOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const RssOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(RssOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Save.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Save = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Save); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/SaveAs.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SaveAs = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | 22 | ); 23 | }; 24 | 25 | const ForwardRef = React.forwardRef(SaveAs); 26 | export default ForwardRef; 27 | -------------------------------------------------------------------------------- /src/icons/SaveOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SaveOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(SaveOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Search.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Search = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Search); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/SearchCircle.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SearchCircle = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 25 | 26 | ); 27 | }; 28 | 29 | const ForwardRef = React.forwardRef(SearchCircle); 30 | export default ForwardRef; 31 | -------------------------------------------------------------------------------- /src/icons/SearchOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SearchOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(SearchOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/SelectorOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SelectorOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(SelectorOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Share.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Share = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Share); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/ShoppingBagOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ShoppingBagOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ShoppingBagOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/SortAscending.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SortAscending = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(SortAscending); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/SortAscendingOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SortAscendingOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(SortAscendingOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/SortDescending.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SortDescending = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(SortDescending); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/SortDescendingOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SortDescendingOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(SortDescendingOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Speakerphone.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Speakerphone = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Speakerphone); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Stop.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Stop = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Stop); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/SwitchHorizontal.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SwitchHorizontal = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(SwitchHorizontal); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/SwitchHorizontalOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SwitchHorizontalOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(SwitchHorizontalOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/SwitchVertical.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SwitchVertical = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(SwitchVertical); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/SwitchVerticalOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const SwitchVerticalOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(SwitchVerticalOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Table.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Table = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Table); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/TableOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const TableOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(TableOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Tag.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Tag = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Tag); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/Template.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Template = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Template); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/TerminalOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const TerminalOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(TerminalOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ThumbDown.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ThumbDown = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(ThumbDown); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/ThumbUp.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ThumbUp = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(ThumbUp); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/Ticket.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Ticket = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Ticket); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/TrendingDown.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const TrendingDown = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(TrendingDown); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/TrendingDownOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const TrendingDownOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(TrendingDownOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/TrendingUp.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const TrendingUp = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(TrendingUp); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/TrendingUpOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const TrendingUpOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(TrendingUpOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Upload.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Upload = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(Upload); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/UploadOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const UploadOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(UploadOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/User.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const User = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(User); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/UserAdd.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const UserAdd = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(UserAdd); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/UserAddOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const UserAddOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(UserAddOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/UserCircle.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const UserCircle = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(UserCircle); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/UserGroup.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const UserGroup = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(UserGroup); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/UserOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const UserOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(UserOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/UserRemove.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const UserRemove = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(UserRemove); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/UserRemoveOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const UserRemoveOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(UserRemoveOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/Users.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const Users = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(Users); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/UsersOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const UsersOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(UsersOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/VideoCamera.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const VideoCamera = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(VideoCamera); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/ViewBoards.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ViewBoards = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(ViewBoards); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/ViewGrid.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ViewGrid = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | const ForwardRef = React.forwardRef(ViewGrid); 25 | export default ForwardRef; 26 | -------------------------------------------------------------------------------- /src/icons/ViewListOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ViewListOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ViewListOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/X.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const X = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 19 | 24 | 25 | ); 26 | }; 27 | 28 | const ForwardRef = React.forwardRef(X); 29 | export default ForwardRef; 30 | -------------------------------------------------------------------------------- /src/icons/XCircleOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const XCircleOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(XCircleOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/XOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const XOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(XOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ZoomInOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ZoomInOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ZoomInOutline); 31 | export default ForwardRef; 32 | -------------------------------------------------------------------------------- /src/icons/ZoomOutOutline.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | export interface Props extends React.SVGProps { 3 | size?: number; 4 | } 5 | 6 | const ZoomOutOutline = ( 7 | { size = 24, ...props }: Props, 8 | svgRef: React.Ref 9 | ) => { 10 | return ( 11 | 20 | 26 | 27 | ); 28 | }; 29 | 30 | const ForwardRef = React.forwardRef(ZoomOutOutline); 31 | export default ForwardRef; 32 | --------------------------------------------------------------------------------