@tdm-design/icons 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +206 -0
- package/dist/index.umd.global.js +7285 -0
- package/dist/index.umd.min.global.js +95 -0
- package/es/components/Context.d.ts +11 -0
- package/es/components/Context.d.ts.map +1 -0
- package/es/components/Context.mjs +9 -0
- package/es/components/Context.mjs.map +1 -0
- package/es/components/Icon.d.ts +21 -0
- package/es/components/Icon.d.ts.map +1 -0
- package/es/components/Icon.mjs +120 -0
- package/es/components/Icon.mjs.map +1 -0
- package/es/components/IconBase.d.ts +12 -0
- package/es/components/IconBase.d.ts.map +1 -0
- package/es/components/IconBase.mjs +64 -0
- package/es/components/IconBase.mjs.map +1 -0
- package/es/components/SmIcon.d.ts +10 -0
- package/es/components/SmIcon.d.ts.map +1 -0
- package/es/components/SmIcon.mjs +98 -0
- package/es/components/SmIcon.mjs.map +1 -0
- package/es/icons/AddressBookFilledIcon.d.ts +6 -0
- package/es/icons/AddressBookFilledIcon.d.ts.map +1 -0
- package/es/icons/AddressBookFilledIcon.mjs +50 -0
- package/es/icons/AddressBookFilledIcon.mjs.map +1 -0
- package/es/icons/AddressBookOutlinedIcon.d.ts +6 -0
- package/es/icons/AddressBookOutlinedIcon.d.ts.map +1 -0
- package/es/icons/AddressBookOutlinedIcon.mjs +50 -0
- package/es/icons/AddressBookOutlinedIcon.mjs.map +1 -0
- package/es/icons/AirplayOutlinedIcon.d.ts +6 -0
- package/es/icons/AirplayOutlinedIcon.d.ts.map +1 -0
- package/es/icons/AirplayOutlinedIcon.mjs +50 -0
- package/es/icons/AirplayOutlinedIcon.mjs.map +1 -0
- package/es/icons/AlertCircleOutlineIcon.d.ts +6 -0
- package/es/icons/AlertCircleOutlineIcon.d.ts.map +1 -0
- package/es/icons/AlertCircleOutlineIcon.mjs +50 -0
- package/es/icons/AlertCircleOutlineIcon.mjs.map +1 -0
- package/es/icons/AlertTriangleOutlinedIcon.d.ts +6 -0
- package/es/icons/AlertTriangleOutlinedIcon.d.ts.map +1 -0
- package/es/icons/AlertTriangleOutlinedIcon.mjs +50 -0
- package/es/icons/AlertTriangleOutlinedIcon.mjs.map +1 -0
- package/es/icons/ArchiveFilledIcon.d.ts +6 -0
- package/es/icons/ArchiveFilledIcon.d.ts.map +1 -0
- package/es/icons/ArchiveFilledIcon.mjs +54 -0
- package/es/icons/ArchiveFilledIcon.mjs.map +1 -0
- package/es/icons/ArchiveOutlinedIcon.d.ts +6 -0
- package/es/icons/ArchiveOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ArchiveOutlinedIcon.mjs +50 -0
- package/es/icons/ArchiveOutlinedIcon.mjs.map +1 -0
- package/es/icons/ArrowLeftIcon.d.ts +6 -0
- package/es/icons/ArrowLeftIcon.d.ts.map +1 -0
- package/es/icons/ArrowLeftIcon.mjs +50 -0
- package/es/icons/ArrowLeftIcon.mjs.map +1 -0
- package/es/icons/ArrowRightIcon.d.ts +6 -0
- package/es/icons/ArrowRightIcon.d.ts.map +1 -0
- package/es/icons/ArrowRightIcon.mjs +50 -0
- package/es/icons/ArrowRightIcon.mjs.map +1 -0
- package/es/icons/AwardFilledIcon.d.ts +6 -0
- package/es/icons/AwardFilledIcon.d.ts.map +1 -0
- package/es/icons/AwardFilledIcon.mjs +54 -0
- package/es/icons/AwardFilledIcon.mjs.map +1 -0
- package/es/icons/AwardOutlinedIcon.d.ts +6 -0
- package/es/icons/AwardOutlinedIcon.d.ts.map +1 -0
- package/es/icons/AwardOutlinedIcon.mjs +50 -0
- package/es/icons/AwardOutlinedIcon.mjs.map +1 -0
- package/es/icons/BellFilledIcon.d.ts +6 -0
- package/es/icons/BellFilledIcon.d.ts.map +1 -0
- package/es/icons/BellFilledIcon.mjs +54 -0
- package/es/icons/BellFilledIcon.mjs.map +1 -0
- package/es/icons/BellOutlinedIcon.d.ts +6 -0
- package/es/icons/BellOutlinedIcon.d.ts.map +1 -0
- package/es/icons/BellOutlinedIcon.mjs +50 -0
- package/es/icons/BellOutlinedIcon.mjs.map +1 -0
- package/es/icons/BellRingFilledIcon.d.ts +6 -0
- package/es/icons/BellRingFilledIcon.d.ts.map +1 -0
- package/es/icons/BellRingFilledIcon.mjs +50 -0
- package/es/icons/BellRingFilledIcon.mjs.map +1 -0
- package/es/icons/BellRingOutlinedIcon.d.ts +6 -0
- package/es/icons/BellRingOutlinedIcon.d.ts.map +1 -0
- package/es/icons/BellRingOutlinedIcon.mjs +50 -0
- package/es/icons/BellRingOutlinedIcon.mjs.map +1 -0
- package/es/icons/BookOpenFilledIcon.d.ts +6 -0
- package/es/icons/BookOpenFilledIcon.d.ts.map +1 -0
- package/es/icons/BookOpenFilledIcon.mjs +54 -0
- package/es/icons/BookOpenFilledIcon.mjs.map +1 -0
- package/es/icons/BookOpenOutlinedIcon.d.ts +6 -0
- package/es/icons/BookOpenOutlinedIcon.d.ts.map +1 -0
- package/es/icons/BookOpenOutlinedIcon.mjs +50 -0
- package/es/icons/BookOpenOutlinedIcon.mjs.map +1 -0
- package/es/icons/CalendarOutlinedIcon.d.ts +6 -0
- package/es/icons/CalendarOutlinedIcon.d.ts.map +1 -0
- package/es/icons/CalendarOutlinedIcon.mjs +50 -0
- package/es/icons/CalendarOutlinedIcon.mjs.map +1 -0
- package/es/icons/CalenderDaysOutlinedIcon.d.ts +6 -0
- package/es/icons/CalenderDaysOutlinedIcon.d.ts.map +1 -0
- package/es/icons/CalenderDaysOutlinedIcon.mjs +60 -0
- package/es/icons/CalenderDaysOutlinedIcon.mjs.map +1 -0
- package/es/icons/CaretDownFilledIcon.d.ts +6 -0
- package/es/icons/CaretDownFilledIcon.d.ts.map +1 -0
- package/es/icons/CaretDownFilledIcon.mjs +50 -0
- package/es/icons/CaretDownFilledIcon.mjs.map +1 -0
- package/es/icons/CaretUpFilledIcon.d.ts +6 -0
- package/es/icons/CaretUpFilledIcon.d.ts.map +1 -0
- package/es/icons/CaretUpFilledIcon.mjs +50 -0
- package/es/icons/CaretUpFilledIcon.mjs.map +1 -0
- package/es/icons/ChartPollFilledIcon.d.ts +6 -0
- package/es/icons/ChartPollFilledIcon.d.ts.map +1 -0
- package/es/icons/ChartPollFilledIcon.mjs +50 -0
- package/es/icons/ChartPollFilledIcon.mjs.map +1 -0
- package/es/icons/ChartPollOutlinedIcon.d.ts +6 -0
- package/es/icons/ChartPollOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ChartPollOutlinedIcon.mjs +54 -0
- package/es/icons/ChartPollOutlinedIcon.mjs.map +1 -0
- package/es/icons/ChartSimpleIcon.d.ts +6 -0
- package/es/icons/ChartSimpleIcon.d.ts.map +1 -0
- package/es/icons/ChartSimpleIcon.mjs +50 -0
- package/es/icons/ChartSimpleIcon.mjs.map +1 -0
- package/es/icons/CheckOutlinedIcon.d.ts +6 -0
- package/es/icons/CheckOutlinedIcon.d.ts.map +1 -0
- package/es/icons/CheckOutlinedIcon.mjs +50 -0
- package/es/icons/CheckOutlinedIcon.mjs.map +1 -0
- package/es/icons/ChevronDownSingleIcon.d.ts +6 -0
- package/es/icons/ChevronDownSingleIcon.d.ts.map +1 -0
- package/es/icons/ChevronDownSingleIcon.mjs +50 -0
- package/es/icons/ChevronDownSingleIcon.mjs.map +1 -0
- package/es/icons/ChevronLeftDoubleIcon.d.ts +6 -0
- package/es/icons/ChevronLeftDoubleIcon.d.ts.map +1 -0
- package/es/icons/ChevronLeftDoubleIcon.mjs +50 -0
- package/es/icons/ChevronLeftDoubleIcon.mjs.map +1 -0
- package/es/icons/ChevronLeftSingleIcon.d.ts +6 -0
- package/es/icons/ChevronLeftSingleIcon.d.ts.map +1 -0
- package/es/icons/ChevronLeftSingleIcon.mjs +50 -0
- package/es/icons/ChevronLeftSingleIcon.mjs.map +1 -0
- package/es/icons/ChevronRightDoubleIcon.d.ts +6 -0
- package/es/icons/ChevronRightDoubleIcon.d.ts.map +1 -0
- package/es/icons/ChevronRightDoubleIcon.mjs +50 -0
- package/es/icons/ChevronRightDoubleIcon.mjs.map +1 -0
- package/es/icons/ChevronRightSingleIcon.d.ts +6 -0
- package/es/icons/ChevronRightSingleIcon.d.ts.map +1 -0
- package/es/icons/ChevronRightSingleIcon.mjs +50 -0
- package/es/icons/ChevronRightSingleIcon.mjs.map +1 -0
- package/es/icons/ChevronUpDoubleIcon.d.ts +6 -0
- package/es/icons/ChevronUpDoubleIcon.d.ts.map +1 -0
- package/es/icons/ChevronUpDoubleIcon.mjs +50 -0
- package/es/icons/ChevronUpDoubleIcon.mjs.map +1 -0
- package/es/icons/ChevronUpSingleIcon.d.ts +6 -0
- package/es/icons/ChevronUpSingleIcon.d.ts.map +1 -0
- package/es/icons/ChevronUpSingleIcon.mjs +50 -0
- package/es/icons/ChevronUpSingleIcon.mjs.map +1 -0
- package/es/icons/CircleQuestionOutlinedIcon.d.ts +6 -0
- package/es/icons/CircleQuestionOutlinedIcon.d.ts.map +1 -0
- package/es/icons/CircleQuestionOutlinedIcon.mjs +54 -0
- package/es/icons/CircleQuestionOutlinedIcon.mjs.map +1 -0
- package/es/icons/CircleUserOutlinedIcon.d.ts +6 -0
- package/es/icons/CircleUserOutlinedIcon.d.ts.map +1 -0
- package/es/icons/CircleUserOutlinedIcon.mjs +50 -0
- package/es/icons/CircleUserOutlinedIcon.mjs.map +1 -0
- package/es/icons/CircleXMarkFilledIcon.d.ts +6 -0
- package/es/icons/CircleXMarkFilledIcon.d.ts.map +1 -0
- package/es/icons/CircleXMarkFilledIcon.mjs +50 -0
- package/es/icons/CircleXMarkFilledIcon.mjs.map +1 -0
- package/es/icons/CircleXMarkOutlinedIcon.d.ts +6 -0
- package/es/icons/CircleXMarkOutlinedIcon.d.ts.map +1 -0
- package/es/icons/CircleXMarkOutlinedIcon.mjs +53 -0
- package/es/icons/CircleXMarkOutlinedIcon.mjs.map +1 -0
- package/es/icons/ClockOutlinedIcon.d.ts +6 -0
- package/es/icons/ClockOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ClockOutlinedIcon.mjs +50 -0
- package/es/icons/ClockOutlinedIcon.mjs.map +1 -0
- package/es/icons/ClockRotateLeftFilledIcon.d.ts +6 -0
- package/es/icons/ClockRotateLeftFilledIcon.d.ts.map +1 -0
- package/es/icons/ClockRotateLeftFilledIcon.mjs +50 -0
- package/es/icons/ClockRotateLeftFilledIcon.mjs.map +1 -0
- package/es/icons/ClockRotateLeftOutlinedIcon.d.ts +6 -0
- package/es/icons/ClockRotateLeftOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ClockRotateLeftOutlinedIcon.mjs +50 -0
- package/es/icons/ClockRotateLeftOutlinedIcon.mjs.map +1 -0
- package/es/icons/CodeOutlinedIcon.d.ts +6 -0
- package/es/icons/CodeOutlinedIcon.d.ts.map +1 -0
- package/es/icons/CodeOutlinedIcon.mjs +50 -0
- package/es/icons/CodeOutlinedIcon.mjs.map +1 -0
- package/es/icons/ConnerDownLeftIcon.d.ts +6 -0
- package/es/icons/ConnerDownLeftIcon.d.ts.map +1 -0
- package/es/icons/ConnerDownLeftIcon.mjs +50 -0
- package/es/icons/ConnerDownLeftIcon.mjs.map +1 -0
- package/es/icons/CopyOutlinedIcon.d.ts +6 -0
- package/es/icons/CopyOutlinedIcon.d.ts.map +1 -0
- package/es/icons/CopyOutlinedIcon.mjs +50 -0
- package/es/icons/CopyOutlinedIcon.mjs.map +1 -0
- package/es/icons/DeviceOutlineIcon.d.ts +6 -0
- package/es/icons/DeviceOutlineIcon.d.ts.map +1 -0
- package/es/icons/DeviceOutlineIcon.mjs +50 -0
- package/es/icons/DeviceOutlineIcon.mjs.map +1 -0
- package/es/icons/DownloadIcon.d.ts +6 -0
- package/es/icons/DownloadIcon.d.ts.map +1 -0
- package/es/icons/DownloadIcon.mjs +50 -0
- package/es/icons/DownloadIcon.mjs.map +1 -0
- package/es/icons/EmailOutlinedIcon.d.ts +6 -0
- package/es/icons/EmailOutlinedIcon.d.ts.map +1 -0
- package/es/icons/EmailOutlinedIcon.mjs +50 -0
- package/es/icons/EmailOutlinedIcon.mjs.map +1 -0
- package/es/icons/ExternalLinkIcon.d.ts +6 -0
- package/es/icons/ExternalLinkIcon.d.ts.map +1 -0
- package/es/icons/ExternalLinkIcon.mjs +50 -0
- package/es/icons/ExternalLinkIcon.mjs.map +1 -0
- package/es/icons/EyeInvisibleOutlinedIcon.d.ts +6 -0
- package/es/icons/EyeInvisibleOutlinedIcon.d.ts.map +1 -0
- package/es/icons/EyeInvisibleOutlinedIcon.mjs +50 -0
- package/es/icons/EyeInvisibleOutlinedIcon.mjs.map +1 -0
- package/es/icons/EyeVisibleOutlinedIcon.d.ts +6 -0
- package/es/icons/EyeVisibleOutlinedIcon.d.ts.map +1 -0
- package/es/icons/EyeVisibleOutlinedIcon.mjs +58 -0
- package/es/icons/EyeVisibleOutlinedIcon.mjs.map +1 -0
- package/es/icons/FileOutlinedIcon.d.ts +6 -0
- package/es/icons/FileOutlinedIcon.d.ts.map +1 -0
- package/es/icons/FileOutlinedIcon.mjs +50 -0
- package/es/icons/FileOutlinedIcon.mjs.map +1 -0
- package/es/icons/FileTextFilledIcon.d.ts +6 -0
- package/es/icons/FileTextFilledIcon.d.ts.map +1 -0
- package/es/icons/FileTextFilledIcon.mjs +50 -0
- package/es/icons/FileTextFilledIcon.mjs.map +1 -0
- package/es/icons/FileTextOutlinedIcon.d.ts +6 -0
- package/es/icons/FileTextOutlinedIcon.d.ts.map +1 -0
- package/es/icons/FileTextOutlinedIcon.mjs +50 -0
- package/es/icons/FileTextOutlinedIcon.mjs.map +1 -0
- package/es/icons/FilterOutlinedIcon.d.ts +6 -0
- package/es/icons/FilterOutlinedIcon.d.ts.map +1 -0
- package/es/icons/FilterOutlinedIcon.mjs +50 -0
- package/es/icons/FilterOutlinedIcon.mjs.map +1 -0
- package/es/icons/FolderOutlinedIcon.d.ts +6 -0
- package/es/icons/FolderOutlinedIcon.d.ts.map +1 -0
- package/es/icons/FolderOutlinedIcon.mjs +50 -0
- package/es/icons/FolderOutlinedIcon.mjs.map +1 -0
- package/es/icons/ForensicWatermarkingIcon.d.ts +6 -0
- package/es/icons/ForensicWatermarkingIcon.d.ts.map +1 -0
- package/es/icons/ForensicWatermarkingIcon.mjs +58 -0
- package/es/icons/ForensicWatermarkingIcon.mjs.map +1 -0
- package/es/icons/GearCodeOutlinedIcon.d.ts +6 -0
- package/es/icons/GearCodeOutlinedIcon.d.ts.map +1 -0
- package/es/icons/GearCodeOutlinedIcon.mjs +50 -0
- package/es/icons/GearCodeOutlinedIcon.mjs.map +1 -0
- package/es/icons/GearFilledIcon.d.ts +6 -0
- package/es/icons/GearFilledIcon.d.ts.map +1 -0
- package/es/icons/GearFilledIcon.mjs +50 -0
- package/es/icons/GearFilledIcon.mjs.map +1 -0
- package/es/icons/GearOutlinedIcon.d.ts +6 -0
- package/es/icons/GearOutlinedIcon.d.ts.map +1 -0
- package/es/icons/GearOutlinedIcon.mjs +50 -0
- package/es/icons/GearOutlinedIcon.mjs.map +1 -0
- package/es/icons/GlobeOutlinedIcon.d.ts +6 -0
- package/es/icons/GlobeOutlinedIcon.d.ts.map +1 -0
- package/es/icons/GlobeOutlinedIcon.mjs +50 -0
- package/es/icons/GlobeOutlinedIcon.mjs.map +1 -0
- package/es/icons/Grid2FilledIcon.d.ts +6 -0
- package/es/icons/Grid2FilledIcon.d.ts.map +1 -0
- package/es/icons/Grid2FilledIcon.mjs +58 -0
- package/es/icons/Grid2FilledIcon.mjs.map +1 -0
- package/es/icons/Grid2OutlinedIcon.d.ts +6 -0
- package/es/icons/Grid2OutlinedIcon.d.ts.map +1 -0
- package/es/icons/Grid2OutlinedIcon.mjs +50 -0
- package/es/icons/Grid2OutlinedIcon.mjs.map +1 -0
- package/es/icons/IDCardClipOutlinedIcon.d.ts +6 -0
- package/es/icons/IDCardClipOutlinedIcon.d.ts.map +1 -0
- package/es/icons/IDCardClipOutlinedIcon.mjs +50 -0
- package/es/icons/IDCardClipOutlinedIcon.mjs.map +1 -0
- package/es/icons/IDCardOutlinedIcon.d.ts +6 -0
- package/es/icons/IDCardOutlinedIcon.d.ts.map +1 -0
- package/es/icons/IDCardOutlinedIcon.mjs +50 -0
- package/es/icons/IDCardOutlinedIcon.mjs.map +1 -0
- package/es/icons/ImageOutlinedIcon.d.ts +6 -0
- package/es/icons/ImageOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ImageOutlinedIcon.mjs +50 -0
- package/es/icons/ImageOutlinedIcon.mjs.map +1 -0
- package/es/icons/KeySkeletonIcon.d.ts +6 -0
- package/es/icons/KeySkeletonIcon.d.ts.map +1 -0
- package/es/icons/KeySkeletonIcon.mjs +50 -0
- package/es/icons/KeySkeletonIcon.mjs.map +1 -0
- package/es/icons/LaptopMobileFilledIcon.d.ts +6 -0
- package/es/icons/LaptopMobileFilledIcon.d.ts.map +1 -0
- package/es/icons/LaptopMobileFilledIcon.mjs +58 -0
- package/es/icons/LaptopMobileFilledIcon.mjs.map +1 -0
- package/es/icons/LaptopMobileOutlinedIcon.d.ts +6 -0
- package/es/icons/LaptopMobileOutlinedIcon.d.ts.map +1 -0
- package/es/icons/LaptopMobileOutlinedIcon.mjs +58 -0
- package/es/icons/LaptopMobileOutlinedIcon.mjs.map +1 -0
- package/es/icons/LoadingLineIcon.d.ts +6 -0
- package/es/icons/LoadingLineIcon.d.ts.map +1 -0
- package/es/icons/LoadingLineIcon.mjs +50 -0
- package/es/icons/LoadingLineIcon.mjs.map +1 -0
- package/es/icons/LockFilledIcon.d.ts +6 -0
- package/es/icons/LockFilledIcon.d.ts.map +1 -0
- package/es/icons/LockFilledIcon.mjs +54 -0
- package/es/icons/LockFilledIcon.mjs.map +1 -0
- package/es/icons/LogoutIcon.d.ts +6 -0
- package/es/icons/LogoutIcon.d.ts.map +1 -0
- package/es/icons/LogoutIcon.mjs +50 -0
- package/es/icons/LogoutIcon.mjs.map +1 -0
- package/es/icons/MenuIcon.d.ts +6 -0
- package/es/icons/MenuIcon.d.ts.map +1 -0
- package/es/icons/MenuIcon.mjs +50 -0
- package/es/icons/MenuIcon.mjs.map +1 -0
- package/es/icons/MessageOutlinedIcon.d.ts +6 -0
- package/es/icons/MessageOutlinedIcon.d.ts.map +1 -0
- package/es/icons/MessageOutlinedIcon.mjs +50 -0
- package/es/icons/MessageOutlinedIcon.mjs.map +1 -0
- package/es/icons/MoreHorizontalIcon.d.ts +6 -0
- package/es/icons/MoreHorizontalIcon.d.ts.map +1 -0
- package/es/icons/MoreHorizontalIcon.mjs +50 -0
- package/es/icons/MoreHorizontalIcon.mjs.map +1 -0
- package/es/icons/MoreVerticalIcon.d.ts +6 -0
- package/es/icons/MoreVerticalIcon.d.ts.map +1 -0
- package/es/icons/MoreVerticalIcon.mjs +50 -0
- package/es/icons/MoreVerticalIcon.mjs.map +1 -0
- package/es/icons/NewspaperFilledIcon.d.ts +6 -0
- package/es/icons/NewspaperFilledIcon.d.ts.map +1 -0
- package/es/icons/NewspaperFilledIcon.mjs +50 -0
- package/es/icons/NewspaperFilledIcon.mjs.map +1 -0
- package/es/icons/NewspaperOutlinedIcon.d.ts +6 -0
- package/es/icons/NewspaperOutlinedIcon.d.ts.map +1 -0
- package/es/icons/NewspaperOutlinedIcon.mjs +50 -0
- package/es/icons/NewspaperOutlinedIcon.mjs.map +1 -0
- package/es/icons/OctagonXMarkOutlinedIcon.d.ts +6 -0
- package/es/icons/OctagonXMarkOutlinedIcon.d.ts.map +1 -0
- package/es/icons/OctagonXMarkOutlinedIcon.mjs +53 -0
- package/es/icons/OctagonXMarkOutlinedIcon.mjs.map +1 -0
- package/es/icons/PaperClipOutlinedIcon.d.ts +6 -0
- package/es/icons/PaperClipOutlinedIcon.d.ts.map +1 -0
- package/es/icons/PaperClipOutlinedIcon.mjs +50 -0
- package/es/icons/PaperClipOutlinedIcon.mjs.map +1 -0
- package/es/icons/PenOutlinedIcon.d.ts +6 -0
- package/es/icons/PenOutlinedIcon.d.ts.map +1 -0
- package/es/icons/PenOutlinedIcon.mjs +50 -0
- package/es/icons/PenOutlinedIcon.mjs.map +1 -0
- package/es/icons/PenToSquareOutlinedIcon.d.ts +6 -0
- package/es/icons/PenToSquareOutlinedIcon.d.ts.map +1 -0
- package/es/icons/PenToSquareOutlinedIcon.mjs +50 -0
- package/es/icons/PenToSquareOutlinedIcon.mjs.map +1 -0
- package/es/icons/PlayFilledIcon.d.ts +6 -0
- package/es/icons/PlayFilledIcon.d.ts.map +1 -0
- package/es/icons/PlayFilledIcon.mjs +50 -0
- package/es/icons/PlayFilledIcon.mjs.map +1 -0
- package/es/icons/PlayOutlinedIcon.d.ts +6 -0
- package/es/icons/PlayOutlinedIcon.d.ts.map +1 -0
- package/es/icons/PlayOutlinedIcon.mjs +50 -0
- package/es/icons/PlayOutlinedIcon.mjs.map +1 -0
- package/es/icons/PlayReadyColorIcon.d.ts +6 -0
- package/es/icons/PlayReadyColorIcon.d.ts.map +1 -0
- package/es/icons/PlayReadyColorIcon.mjs +58 -0
- package/es/icons/PlayReadyColorIcon.mjs.map +1 -0
- package/es/icons/PlusAddFilledIcon.d.ts +6 -0
- package/es/icons/PlusAddFilledIcon.d.ts.map +1 -0
- package/es/icons/PlusAddFilledIcon.mjs +50 -0
- package/es/icons/PlusAddFilledIcon.mjs.map +1 -0
- package/es/icons/PlusAddOutlinedIcon.d.ts +6 -0
- package/es/icons/PlusAddOutlinedIcon.d.ts.map +1 -0
- package/es/icons/PlusAddOutlinedIcon.mjs +50 -0
- package/es/icons/PlusAddOutlinedIcon.mjs.map +1 -0
- package/es/icons/RemoveMinusFilledIcon.d.ts +6 -0
- package/es/icons/RemoveMinusFilledIcon.d.ts.map +1 -0
- package/es/icons/RemoveMinusFilledIcon.mjs +50 -0
- package/es/icons/RemoveMinusFilledIcon.mjs.map +1 -0
- package/es/icons/RemoveMinusOutlinedIcon.d.ts +6 -0
- package/es/icons/RemoveMinusOutlinedIcon.d.ts.map +1 -0
- package/es/icons/RemoveMinusOutlinedIcon.mjs +50 -0
- package/es/icons/RemoveMinusOutlinedIcon.mjs.map +1 -0
- package/es/icons/RepeatOutlinedIcon.d.ts +6 -0
- package/es/icons/RepeatOutlinedIcon.d.ts.map +1 -0
- package/es/icons/RepeatOutlinedIcon.mjs +50 -0
- package/es/icons/RepeatOutlinedIcon.mjs.map +1 -0
- package/es/icons/RolesOutlinedIcon.d.ts +6 -0
- package/es/icons/RolesOutlinedIcon.d.ts.map +1 -0
- package/es/icons/RolesOutlinedIcon.mjs +50 -0
- package/es/icons/RolesOutlinedIcon.mjs.map +1 -0
- package/es/icons/RotateOutlinedIcon.d.ts +6 -0
- package/es/icons/RotateOutlinedIcon.d.ts.map +1 -0
- package/es/icons/RotateOutlinedIcon.mjs +50 -0
- package/es/icons/RotateOutlinedIcon.mjs.map +1 -0
- package/es/icons/SearchOutlinedIcon.d.ts +6 -0
- package/es/icons/SearchOutlinedIcon.d.ts.map +1 -0
- package/es/icons/SearchOutlinedIcon.mjs +50 -0
- package/es/icons/SearchOutlinedIcon.mjs.map +1 -0
- package/es/icons/SelectionCheckCircleCheckOutlinedIcon.d.ts +6 -0
- package/es/icons/SelectionCheckCircleCheckOutlinedIcon.d.ts.map +1 -0
- package/es/icons/SelectionCheckCircleCheckOutlinedIcon.mjs +50 -0
- package/es/icons/SelectionCheckCircleCheckOutlinedIcon.mjs.map +1 -0
- package/es/icons/SelectionCheckSquareCheckIcon.d.ts +6 -0
- package/es/icons/SelectionCheckSquareCheckIcon.d.ts.map +1 -0
- package/es/icons/SelectionCheckSquareCheckIcon.mjs +50 -0
- package/es/icons/SelectionCheckSquareCheckIcon.mjs.map +1 -0
- package/es/icons/SelectionCheckSquareUnCheckIcon.d.ts +6 -0
- package/es/icons/SelectionCheckSquareUnCheckIcon.d.ts.map +1 -0
- package/es/icons/SelectionCheckSquareUnCheckIcon.mjs +50 -0
- package/es/icons/SelectionCheckSquareUnCheckIcon.mjs.map +1 -0
- package/es/icons/SelectionRadioCircleDotIcon.d.ts +6 -0
- package/es/icons/SelectionRadioCircleDotIcon.d.ts.map +1 -0
- package/es/icons/SelectionRadioCircleDotIcon.mjs +50 -0
- package/es/icons/SelectionRadioCircleDotIcon.mjs.map +1 -0
- package/es/icons/ShieldCheckOutlinedIcon.d.ts +6 -0
- package/es/icons/ShieldCheckOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ShieldCheckOutlinedIcon.mjs +50 -0
- package/es/icons/ShieldCheckOutlinedIcon.mjs.map +1 -0
- package/es/icons/ShieldHalvedFilledIcon.d.ts +6 -0
- package/es/icons/ShieldHalvedFilledIcon.d.ts.map +1 -0
- package/es/icons/ShieldHalvedFilledIcon.mjs +54 -0
- package/es/icons/ShieldHalvedFilledIcon.mjs.map +1 -0
- package/es/icons/ShieldHalvedOutlinedIcon.d.ts +6 -0
- package/es/icons/ShieldHalvedOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ShieldHalvedOutlinedIcon.mjs +50 -0
- package/es/icons/ShieldHalvedOutlinedIcon.mjs.map +1 -0
- package/es/icons/ShieldOutlinedIcon.d.ts +6 -0
- package/es/icons/ShieldOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ShieldOutlinedIcon.mjs +50 -0
- package/es/icons/ShieldOutlinedIcon.mjs.map +1 -0
- package/es/icons/ShieldPlusOutlinedIcon.d.ts +6 -0
- package/es/icons/ShieldPlusOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ShieldPlusOutlinedIcon.mjs +50 -0
- package/es/icons/ShieldPlusOutlinedIcon.mjs.map +1 -0
- package/es/icons/ShuffleFilledIcon.d.ts +6 -0
- package/es/icons/ShuffleFilledIcon.d.ts.map +1 -0
- package/es/icons/ShuffleFilledIcon.mjs +50 -0
- package/es/icons/ShuffleFilledIcon.mjs.map +1 -0
- package/es/icons/ShuffleIcon.d.ts +6 -0
- package/es/icons/ShuffleIcon.d.ts.map +1 -0
- package/es/icons/ShuffleIcon.mjs +54 -0
- package/es/icons/ShuffleIcon.mjs.map +1 -0
- package/es/icons/ShuffleOutlinedIcon.d.ts +6 -0
- package/es/icons/ShuffleOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ShuffleOutlinedIcon.mjs +50 -0
- package/es/icons/ShuffleOutlinedIcon.mjs.map +1 -0
- package/es/icons/SigmaDRMColorIcon.d.ts +6 -0
- package/es/icons/SigmaDRMColorIcon.d.ts.map +1 -0
- package/es/icons/SigmaDRMColorIcon.mjs +74 -0
- package/es/icons/SigmaDRMColorIcon.mjs.map +1 -0
- package/es/icons/SigmaFilledIcon.d.ts +6 -0
- package/es/icons/SigmaFilledIcon.d.ts.map +1 -0
- package/es/icons/SigmaFilledIcon.mjs +54 -0
- package/es/icons/SigmaFilledIcon.mjs.map +1 -0
- package/es/icons/SlidersFilledIcon.d.ts +6 -0
- package/es/icons/SlidersFilledIcon.d.ts.map +1 -0
- package/es/icons/SlidersFilledIcon.mjs +50 -0
- package/es/icons/SlidersFilledIcon.mjs.map +1 -0
- package/es/icons/SocialAppleColorIcon.d.ts +6 -0
- package/es/icons/SocialAppleColorIcon.d.ts.map +1 -0
- package/es/icons/SocialAppleColorIcon.mjs +66 -0
- package/es/icons/SocialAppleColorIcon.mjs.map +1 -0
- package/es/icons/SocialAppleFilledIcon.d.ts +6 -0
- package/es/icons/SocialAppleFilledIcon.d.ts.map +1 -0
- package/es/icons/SocialAppleFilledIcon.mjs +50 -0
- package/es/icons/SocialAppleFilledIcon.mjs.map +1 -0
- package/es/icons/SocialGoogleColorIcon.d.ts +6 -0
- package/es/icons/SocialGoogleColorIcon.d.ts.map +1 -0
- package/es/icons/SocialGoogleColorIcon.mjs +72 -0
- package/es/icons/SocialGoogleColorIcon.mjs.map +1 -0
- package/es/icons/SocialGoogleFilledIcon.d.ts +6 -0
- package/es/icons/SocialGoogleFilledIcon.d.ts.map +1 -0
- package/es/icons/SocialGoogleFilledIcon.mjs +50 -0
- package/es/icons/SocialGoogleFilledIcon.mjs.map +1 -0
- package/es/icons/SpinnerScaleFilledIcon.d.ts +6 -0
- package/es/icons/SpinnerScaleFilledIcon.d.ts.map +1 -0
- package/es/icons/SpinnerScaleFilledIcon.mjs +50 -0
- package/es/icons/SpinnerScaleFilledIcon.mjs.map +1 -0
- package/es/icons/ToolFilledIcon.d.ts +6 -0
- package/es/icons/ToolFilledIcon.d.ts.map +1 -0
- package/es/icons/ToolFilledIcon.mjs +50 -0
- package/es/icons/ToolFilledIcon.mjs.map +1 -0
- package/es/icons/ToolOutlinedIcon.d.ts +6 -0
- package/es/icons/ToolOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ToolOutlinedIcon.mjs +50 -0
- package/es/icons/ToolOutlinedIcon.mjs.map +1 -0
- package/es/icons/TrashCanOutlinedIcon.d.ts +6 -0
- package/es/icons/TrashCanOutlinedIcon.d.ts.map +1 -0
- package/es/icons/TrashCanOutlinedIcon.mjs +50 -0
- package/es/icons/TrashCanOutlinedIcon.mjs.map +1 -0
- package/es/icons/TrophyStarOutlinedIcon.d.ts +6 -0
- package/es/icons/TrophyStarOutlinedIcon.d.ts.map +1 -0
- package/es/icons/TrophyStarOutlinedIcon.mjs +50 -0
- package/es/icons/TrophyStarOutlinedIcon.mjs.map +1 -0
- package/es/icons/UploadCloudIcon.d.ts +6 -0
- package/es/icons/UploadCloudIcon.d.ts.map +1 -0
- package/es/icons/UploadCloudIcon.mjs +50 -0
- package/es/icons/UploadCloudIcon.mjs.map +1 -0
- package/es/icons/UploadIcon.d.ts +6 -0
- package/es/icons/UploadIcon.d.ts.map +1 -0
- package/es/icons/UploadIcon.mjs +50 -0
- package/es/icons/UploadIcon.mjs.map +1 -0
- package/es/icons/UserGroupFilledIcon.d.ts +6 -0
- package/es/icons/UserGroupFilledIcon.d.ts.map +1 -0
- package/es/icons/UserGroupFilledIcon.mjs +58 -0
- package/es/icons/UserGroupFilledIcon.mjs.map +1 -0
- package/es/icons/UserGroupOutlinedIcon.d.ts +6 -0
- package/es/icons/UserGroupOutlinedIcon.d.ts.map +1 -0
- package/es/icons/UserGroupOutlinedIcon.mjs +58 -0
- package/es/icons/UserGroupOutlinedIcon.mjs.map +1 -0
- package/es/icons/UserOutlinedIcon.d.ts +6 -0
- package/es/icons/UserOutlinedIcon.d.ts.map +1 -0
- package/es/icons/UserOutlinedIcon.mjs +54 -0
- package/es/icons/UserOutlinedIcon.mjs.map +1 -0
- package/es/icons/VietNamIcon.d.ts +6 -0
- package/es/icons/VietNamIcon.d.ts.map +1 -0
- package/es/icons/VietNamIcon.mjs +56 -0
- package/es/icons/VietNamIcon.mjs.map +1 -0
- package/es/icons/ViewMenuOutlinedIcon.d.ts +6 -0
- package/es/icons/ViewMenuOutlinedIcon.d.ts.map +1 -0
- package/es/icons/ViewMenuOutlinedIcon.mjs +50 -0
- package/es/icons/ViewMenuOutlinedIcon.mjs.map +1 -0
- package/es/icons/WifiFilledIcon.d.ts +6 -0
- package/es/icons/WifiFilledIcon.d.ts.map +1 -0
- package/es/icons/WifiFilledIcon.mjs +50 -0
- package/es/icons/WifiFilledIcon.mjs.map +1 -0
- package/es/icons/XMarkIcon.d.ts +6 -0
- package/es/icons/XMarkIcon.d.ts.map +1 -0
- package/es/icons/XMarkIcon.mjs +50 -0
- package/es/icons/XMarkIcon.mjs.map +1 -0
- package/es/icons/index.d.ts +124 -0
- package/es/icons/index.d.ts.map +1 -0
- package/es/icons/index.mjs +250 -0
- package/es/icons/index.mjs.map +1 -0
- package/es/index.d.ts +4 -0
- package/es/index.d.ts.map +1 -0
- package/es/index.mjs +10 -0
- package/es/index.mjs.map +1 -0
- package/es/utils.d.ts +41 -0
- package/es/utils.d.ts.map +1 -0
- package/es/utils.mjs +214 -0
- package/es/utils.mjs.map +1 -0
- package/lib/components/Context.d.ts +11 -0
- package/lib/components/Context.d.ts.map +1 -0
- package/lib/components/Context.js +29 -0
- package/lib/components/Context.js.map +1 -0
- package/lib/components/Icon.d.ts +21 -0
- package/lib/components/Icon.d.ts.map +1 -0
- package/lib/components/Icon.js +148 -0
- package/lib/components/Icon.js.map +1 -0
- package/lib/components/IconBase.d.ts +12 -0
- package/lib/components/IconBase.d.ts.map +1 -0
- package/lib/components/IconBase.js +92 -0
- package/lib/components/IconBase.js.map +1 -0
- package/lib/components/SmIcon.d.ts +10 -0
- package/lib/components/SmIcon.d.ts.map +1 -0
- package/lib/components/SmIcon.js +126 -0
- package/lib/components/SmIcon.js.map +1 -0
- package/lib/icons/AddressBookFilledIcon.d.ts +6 -0
- package/lib/icons/AddressBookFilledIcon.d.ts.map +1 -0
- package/lib/icons/AddressBookFilledIcon.js +78 -0
- package/lib/icons/AddressBookFilledIcon.js.map +1 -0
- package/lib/icons/AddressBookOutlinedIcon.d.ts +6 -0
- package/lib/icons/AddressBookOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/AddressBookOutlinedIcon.js +78 -0
- package/lib/icons/AddressBookOutlinedIcon.js.map +1 -0
- package/lib/icons/AirplayOutlinedIcon.d.ts +6 -0
- package/lib/icons/AirplayOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/AirplayOutlinedIcon.js +78 -0
- package/lib/icons/AirplayOutlinedIcon.js.map +1 -0
- package/lib/icons/AlertCircleOutlineIcon.d.ts +6 -0
- package/lib/icons/AlertCircleOutlineIcon.d.ts.map +1 -0
- package/lib/icons/AlertCircleOutlineIcon.js +78 -0
- package/lib/icons/AlertCircleOutlineIcon.js.map +1 -0
- package/lib/icons/AlertTriangleOutlinedIcon.d.ts +6 -0
- package/lib/icons/AlertTriangleOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/AlertTriangleOutlinedIcon.js +78 -0
- package/lib/icons/AlertTriangleOutlinedIcon.js.map +1 -0
- package/lib/icons/ArchiveFilledIcon.d.ts +6 -0
- package/lib/icons/ArchiveFilledIcon.d.ts.map +1 -0
- package/lib/icons/ArchiveFilledIcon.js +82 -0
- package/lib/icons/ArchiveFilledIcon.js.map +1 -0
- package/lib/icons/ArchiveOutlinedIcon.d.ts +6 -0
- package/lib/icons/ArchiveOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ArchiveOutlinedIcon.js +78 -0
- package/lib/icons/ArchiveOutlinedIcon.js.map +1 -0
- package/lib/icons/ArrowLeftIcon.d.ts +6 -0
- package/lib/icons/ArrowLeftIcon.d.ts.map +1 -0
- package/lib/icons/ArrowLeftIcon.js +78 -0
- package/lib/icons/ArrowLeftIcon.js.map +1 -0
- package/lib/icons/ArrowRightIcon.d.ts +6 -0
- package/lib/icons/ArrowRightIcon.d.ts.map +1 -0
- package/lib/icons/ArrowRightIcon.js +78 -0
- package/lib/icons/ArrowRightIcon.js.map +1 -0
- package/lib/icons/AwardFilledIcon.d.ts +6 -0
- package/lib/icons/AwardFilledIcon.d.ts.map +1 -0
- package/lib/icons/AwardFilledIcon.js +82 -0
- package/lib/icons/AwardFilledIcon.js.map +1 -0
- package/lib/icons/AwardOutlinedIcon.d.ts +6 -0
- package/lib/icons/AwardOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/AwardOutlinedIcon.js +78 -0
- package/lib/icons/AwardOutlinedIcon.js.map +1 -0
- package/lib/icons/BellFilledIcon.d.ts +6 -0
- package/lib/icons/BellFilledIcon.d.ts.map +1 -0
- package/lib/icons/BellFilledIcon.js +82 -0
- package/lib/icons/BellFilledIcon.js.map +1 -0
- package/lib/icons/BellOutlinedIcon.d.ts +6 -0
- package/lib/icons/BellOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/BellOutlinedIcon.js +78 -0
- package/lib/icons/BellOutlinedIcon.js.map +1 -0
- package/lib/icons/BellRingFilledIcon.d.ts +6 -0
- package/lib/icons/BellRingFilledIcon.d.ts.map +1 -0
- package/lib/icons/BellRingFilledIcon.js +78 -0
- package/lib/icons/BellRingFilledIcon.js.map +1 -0
- package/lib/icons/BellRingOutlinedIcon.d.ts +6 -0
- package/lib/icons/BellRingOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/BellRingOutlinedIcon.js +78 -0
- package/lib/icons/BellRingOutlinedIcon.js.map +1 -0
- package/lib/icons/BookOpenFilledIcon.d.ts +6 -0
- package/lib/icons/BookOpenFilledIcon.d.ts.map +1 -0
- package/lib/icons/BookOpenFilledIcon.js +82 -0
- package/lib/icons/BookOpenFilledIcon.js.map +1 -0
- package/lib/icons/BookOpenOutlinedIcon.d.ts +6 -0
- package/lib/icons/BookOpenOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/BookOpenOutlinedIcon.js +78 -0
- package/lib/icons/BookOpenOutlinedIcon.js.map +1 -0
- package/lib/icons/CalendarOutlinedIcon.d.ts +6 -0
- package/lib/icons/CalendarOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/CalendarOutlinedIcon.js +78 -0
- package/lib/icons/CalendarOutlinedIcon.js.map +1 -0
- package/lib/icons/CalenderDaysOutlinedIcon.d.ts +6 -0
- package/lib/icons/CalenderDaysOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/CalenderDaysOutlinedIcon.js +88 -0
- package/lib/icons/CalenderDaysOutlinedIcon.js.map +1 -0
- package/lib/icons/CaretDownFilledIcon.d.ts +6 -0
- package/lib/icons/CaretDownFilledIcon.d.ts.map +1 -0
- package/lib/icons/CaretDownFilledIcon.js +78 -0
- package/lib/icons/CaretDownFilledIcon.js.map +1 -0
- package/lib/icons/CaretUpFilledIcon.d.ts +6 -0
- package/lib/icons/CaretUpFilledIcon.d.ts.map +1 -0
- package/lib/icons/CaretUpFilledIcon.js +78 -0
- package/lib/icons/CaretUpFilledIcon.js.map +1 -0
- package/lib/icons/ChartPollFilledIcon.d.ts +6 -0
- package/lib/icons/ChartPollFilledIcon.d.ts.map +1 -0
- package/lib/icons/ChartPollFilledIcon.js +78 -0
- package/lib/icons/ChartPollFilledIcon.js.map +1 -0
- package/lib/icons/ChartPollOutlinedIcon.d.ts +6 -0
- package/lib/icons/ChartPollOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ChartPollOutlinedIcon.js +82 -0
- package/lib/icons/ChartPollOutlinedIcon.js.map +1 -0
- package/lib/icons/ChartSimpleIcon.d.ts +6 -0
- package/lib/icons/ChartSimpleIcon.d.ts.map +1 -0
- package/lib/icons/ChartSimpleIcon.js +78 -0
- package/lib/icons/ChartSimpleIcon.js.map +1 -0
- package/lib/icons/CheckOutlinedIcon.d.ts +6 -0
- package/lib/icons/CheckOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/CheckOutlinedIcon.js +78 -0
- package/lib/icons/CheckOutlinedIcon.js.map +1 -0
- package/lib/icons/ChevronDownSingleIcon.d.ts +6 -0
- package/lib/icons/ChevronDownSingleIcon.d.ts.map +1 -0
- package/lib/icons/ChevronDownSingleIcon.js +78 -0
- package/lib/icons/ChevronDownSingleIcon.js.map +1 -0
- package/lib/icons/ChevronLeftDoubleIcon.d.ts +6 -0
- package/lib/icons/ChevronLeftDoubleIcon.d.ts.map +1 -0
- package/lib/icons/ChevronLeftDoubleIcon.js +78 -0
- package/lib/icons/ChevronLeftDoubleIcon.js.map +1 -0
- package/lib/icons/ChevronLeftSingleIcon.d.ts +6 -0
- package/lib/icons/ChevronLeftSingleIcon.d.ts.map +1 -0
- package/lib/icons/ChevronLeftSingleIcon.js +78 -0
- package/lib/icons/ChevronLeftSingleIcon.js.map +1 -0
- package/lib/icons/ChevronRightDoubleIcon.d.ts +6 -0
- package/lib/icons/ChevronRightDoubleIcon.d.ts.map +1 -0
- package/lib/icons/ChevronRightDoubleIcon.js +78 -0
- package/lib/icons/ChevronRightDoubleIcon.js.map +1 -0
- package/lib/icons/ChevronRightSingleIcon.d.ts +6 -0
- package/lib/icons/ChevronRightSingleIcon.d.ts.map +1 -0
- package/lib/icons/ChevronRightSingleIcon.js +78 -0
- package/lib/icons/ChevronRightSingleIcon.js.map +1 -0
- package/lib/icons/ChevronUpDoubleIcon.d.ts +6 -0
- package/lib/icons/ChevronUpDoubleIcon.d.ts.map +1 -0
- package/lib/icons/ChevronUpDoubleIcon.js +78 -0
- package/lib/icons/ChevronUpDoubleIcon.js.map +1 -0
- package/lib/icons/ChevronUpSingleIcon.d.ts +6 -0
- package/lib/icons/ChevronUpSingleIcon.d.ts.map +1 -0
- package/lib/icons/ChevronUpSingleIcon.js +78 -0
- package/lib/icons/ChevronUpSingleIcon.js.map +1 -0
- package/lib/icons/CircleQuestionOutlinedIcon.d.ts +6 -0
- package/lib/icons/CircleQuestionOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/CircleQuestionOutlinedIcon.js +82 -0
- package/lib/icons/CircleQuestionOutlinedIcon.js.map +1 -0
- package/lib/icons/CircleUserOutlinedIcon.d.ts +6 -0
- package/lib/icons/CircleUserOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/CircleUserOutlinedIcon.js +78 -0
- package/lib/icons/CircleUserOutlinedIcon.js.map +1 -0
- package/lib/icons/CircleXMarkFilledIcon.d.ts +6 -0
- package/lib/icons/CircleXMarkFilledIcon.d.ts.map +1 -0
- package/lib/icons/CircleXMarkFilledIcon.js +78 -0
- package/lib/icons/CircleXMarkFilledIcon.js.map +1 -0
- package/lib/icons/CircleXMarkOutlinedIcon.d.ts +6 -0
- package/lib/icons/CircleXMarkOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/CircleXMarkOutlinedIcon.js +81 -0
- package/lib/icons/CircleXMarkOutlinedIcon.js.map +1 -0
- package/lib/icons/ClockOutlinedIcon.d.ts +6 -0
- package/lib/icons/ClockOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ClockOutlinedIcon.js +78 -0
- package/lib/icons/ClockOutlinedIcon.js.map +1 -0
- package/lib/icons/ClockRotateLeftFilledIcon.d.ts +6 -0
- package/lib/icons/ClockRotateLeftFilledIcon.d.ts.map +1 -0
- package/lib/icons/ClockRotateLeftFilledIcon.js +78 -0
- package/lib/icons/ClockRotateLeftFilledIcon.js.map +1 -0
- package/lib/icons/ClockRotateLeftOutlinedIcon.d.ts +6 -0
- package/lib/icons/ClockRotateLeftOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ClockRotateLeftOutlinedIcon.js +78 -0
- package/lib/icons/ClockRotateLeftOutlinedIcon.js.map +1 -0
- package/lib/icons/CodeOutlinedIcon.d.ts +6 -0
- package/lib/icons/CodeOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/CodeOutlinedIcon.js +78 -0
- package/lib/icons/CodeOutlinedIcon.js.map +1 -0
- package/lib/icons/ConnerDownLeftIcon.d.ts +6 -0
- package/lib/icons/ConnerDownLeftIcon.d.ts.map +1 -0
- package/lib/icons/ConnerDownLeftIcon.js +78 -0
- package/lib/icons/ConnerDownLeftIcon.js.map +1 -0
- package/lib/icons/CopyOutlinedIcon.d.ts +6 -0
- package/lib/icons/CopyOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/CopyOutlinedIcon.js +78 -0
- package/lib/icons/CopyOutlinedIcon.js.map +1 -0
- package/lib/icons/DeviceOutlineIcon.d.ts +6 -0
- package/lib/icons/DeviceOutlineIcon.d.ts.map +1 -0
- package/lib/icons/DeviceOutlineIcon.js +78 -0
- package/lib/icons/DeviceOutlineIcon.js.map +1 -0
- package/lib/icons/DownloadIcon.d.ts +6 -0
- package/lib/icons/DownloadIcon.d.ts.map +1 -0
- package/lib/icons/DownloadIcon.js +78 -0
- package/lib/icons/DownloadIcon.js.map +1 -0
- package/lib/icons/EmailOutlinedIcon.d.ts +6 -0
- package/lib/icons/EmailOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/EmailOutlinedIcon.js +78 -0
- package/lib/icons/EmailOutlinedIcon.js.map +1 -0
- package/lib/icons/ExternalLinkIcon.d.ts +6 -0
- package/lib/icons/ExternalLinkIcon.d.ts.map +1 -0
- package/lib/icons/ExternalLinkIcon.js +78 -0
- package/lib/icons/ExternalLinkIcon.js.map +1 -0
- package/lib/icons/EyeInvisibleOutlinedIcon.d.ts +6 -0
- package/lib/icons/EyeInvisibleOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/EyeInvisibleOutlinedIcon.js +78 -0
- package/lib/icons/EyeInvisibleOutlinedIcon.js.map +1 -0
- package/lib/icons/EyeVisibleOutlinedIcon.d.ts +6 -0
- package/lib/icons/EyeVisibleOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/EyeVisibleOutlinedIcon.js +86 -0
- package/lib/icons/EyeVisibleOutlinedIcon.js.map +1 -0
- package/lib/icons/FileOutlinedIcon.d.ts +6 -0
- package/lib/icons/FileOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/FileOutlinedIcon.js +78 -0
- package/lib/icons/FileOutlinedIcon.js.map +1 -0
- package/lib/icons/FileTextFilledIcon.d.ts +6 -0
- package/lib/icons/FileTextFilledIcon.d.ts.map +1 -0
- package/lib/icons/FileTextFilledIcon.js +78 -0
- package/lib/icons/FileTextFilledIcon.js.map +1 -0
- package/lib/icons/FileTextOutlinedIcon.d.ts +6 -0
- package/lib/icons/FileTextOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/FileTextOutlinedIcon.js +78 -0
- package/lib/icons/FileTextOutlinedIcon.js.map +1 -0
- package/lib/icons/FilterOutlinedIcon.d.ts +6 -0
- package/lib/icons/FilterOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/FilterOutlinedIcon.js +78 -0
- package/lib/icons/FilterOutlinedIcon.js.map +1 -0
- package/lib/icons/FolderOutlinedIcon.d.ts +6 -0
- package/lib/icons/FolderOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/FolderOutlinedIcon.js +78 -0
- package/lib/icons/FolderOutlinedIcon.js.map +1 -0
- package/lib/icons/ForensicWatermarkingIcon.d.ts +6 -0
- package/lib/icons/ForensicWatermarkingIcon.d.ts.map +1 -0
- package/lib/icons/ForensicWatermarkingIcon.js +86 -0
- package/lib/icons/ForensicWatermarkingIcon.js.map +1 -0
- package/lib/icons/GearCodeOutlinedIcon.d.ts +6 -0
- package/lib/icons/GearCodeOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/GearCodeOutlinedIcon.js +78 -0
- package/lib/icons/GearCodeOutlinedIcon.js.map +1 -0
- package/lib/icons/GearFilledIcon.d.ts +6 -0
- package/lib/icons/GearFilledIcon.d.ts.map +1 -0
- package/lib/icons/GearFilledIcon.js +78 -0
- package/lib/icons/GearFilledIcon.js.map +1 -0
- package/lib/icons/GearOutlinedIcon.d.ts +6 -0
- package/lib/icons/GearOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/GearOutlinedIcon.js +78 -0
- package/lib/icons/GearOutlinedIcon.js.map +1 -0
- package/lib/icons/GlobeOutlinedIcon.d.ts +6 -0
- package/lib/icons/GlobeOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/GlobeOutlinedIcon.js +78 -0
- package/lib/icons/GlobeOutlinedIcon.js.map +1 -0
- package/lib/icons/Grid2FilledIcon.d.ts +6 -0
- package/lib/icons/Grid2FilledIcon.d.ts.map +1 -0
- package/lib/icons/Grid2FilledIcon.js +86 -0
- package/lib/icons/Grid2FilledIcon.js.map +1 -0
- package/lib/icons/Grid2OutlinedIcon.d.ts +6 -0
- package/lib/icons/Grid2OutlinedIcon.d.ts.map +1 -0
- package/lib/icons/Grid2OutlinedIcon.js +78 -0
- package/lib/icons/Grid2OutlinedIcon.js.map +1 -0
- package/lib/icons/IDCardClipOutlinedIcon.d.ts +6 -0
- package/lib/icons/IDCardClipOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/IDCardClipOutlinedIcon.js +78 -0
- package/lib/icons/IDCardClipOutlinedIcon.js.map +1 -0
- package/lib/icons/IDCardOutlinedIcon.d.ts +6 -0
- package/lib/icons/IDCardOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/IDCardOutlinedIcon.js +78 -0
- package/lib/icons/IDCardOutlinedIcon.js.map +1 -0
- package/lib/icons/ImageOutlinedIcon.d.ts +6 -0
- package/lib/icons/ImageOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ImageOutlinedIcon.js +78 -0
- package/lib/icons/ImageOutlinedIcon.js.map +1 -0
- package/lib/icons/KeySkeletonIcon.d.ts +6 -0
- package/lib/icons/KeySkeletonIcon.d.ts.map +1 -0
- package/lib/icons/KeySkeletonIcon.js +78 -0
- package/lib/icons/KeySkeletonIcon.js.map +1 -0
- package/lib/icons/LaptopMobileFilledIcon.d.ts +6 -0
- package/lib/icons/LaptopMobileFilledIcon.d.ts.map +1 -0
- package/lib/icons/LaptopMobileFilledIcon.js +86 -0
- package/lib/icons/LaptopMobileFilledIcon.js.map +1 -0
- package/lib/icons/LaptopMobileOutlinedIcon.d.ts +6 -0
- package/lib/icons/LaptopMobileOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/LaptopMobileOutlinedIcon.js +86 -0
- package/lib/icons/LaptopMobileOutlinedIcon.js.map +1 -0
- package/lib/icons/LoadingLineIcon.d.ts +6 -0
- package/lib/icons/LoadingLineIcon.d.ts.map +1 -0
- package/lib/icons/LoadingLineIcon.js +78 -0
- package/lib/icons/LoadingLineIcon.js.map +1 -0
- package/lib/icons/LockFilledIcon.d.ts +6 -0
- package/lib/icons/LockFilledIcon.d.ts.map +1 -0
- package/lib/icons/LockFilledIcon.js +82 -0
- package/lib/icons/LockFilledIcon.js.map +1 -0
- package/lib/icons/LogoutIcon.d.ts +6 -0
- package/lib/icons/LogoutIcon.d.ts.map +1 -0
- package/lib/icons/LogoutIcon.js +78 -0
- package/lib/icons/LogoutIcon.js.map +1 -0
- package/lib/icons/MenuIcon.d.ts +6 -0
- package/lib/icons/MenuIcon.d.ts.map +1 -0
- package/lib/icons/MenuIcon.js +78 -0
- package/lib/icons/MenuIcon.js.map +1 -0
- package/lib/icons/MessageOutlinedIcon.d.ts +6 -0
- package/lib/icons/MessageOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/MessageOutlinedIcon.js +78 -0
- package/lib/icons/MessageOutlinedIcon.js.map +1 -0
- package/lib/icons/MoreHorizontalIcon.d.ts +6 -0
- package/lib/icons/MoreHorizontalIcon.d.ts.map +1 -0
- package/lib/icons/MoreHorizontalIcon.js +78 -0
- package/lib/icons/MoreHorizontalIcon.js.map +1 -0
- package/lib/icons/MoreVerticalIcon.d.ts +6 -0
- package/lib/icons/MoreVerticalIcon.d.ts.map +1 -0
- package/lib/icons/MoreVerticalIcon.js +78 -0
- package/lib/icons/MoreVerticalIcon.js.map +1 -0
- package/lib/icons/NewspaperFilledIcon.d.ts +6 -0
- package/lib/icons/NewspaperFilledIcon.d.ts.map +1 -0
- package/lib/icons/NewspaperFilledIcon.js +78 -0
- package/lib/icons/NewspaperFilledIcon.js.map +1 -0
- package/lib/icons/NewspaperOutlinedIcon.d.ts +6 -0
- package/lib/icons/NewspaperOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/NewspaperOutlinedIcon.js +78 -0
- package/lib/icons/NewspaperOutlinedIcon.js.map +1 -0
- package/lib/icons/OctagonXMarkOutlinedIcon.d.ts +6 -0
- package/lib/icons/OctagonXMarkOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/OctagonXMarkOutlinedIcon.js +81 -0
- package/lib/icons/OctagonXMarkOutlinedIcon.js.map +1 -0
- package/lib/icons/PaperClipOutlinedIcon.d.ts +6 -0
- package/lib/icons/PaperClipOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/PaperClipOutlinedIcon.js +78 -0
- package/lib/icons/PaperClipOutlinedIcon.js.map +1 -0
- package/lib/icons/PenOutlinedIcon.d.ts +6 -0
- package/lib/icons/PenOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/PenOutlinedIcon.js +78 -0
- package/lib/icons/PenOutlinedIcon.js.map +1 -0
- package/lib/icons/PenToSquareOutlinedIcon.d.ts +6 -0
- package/lib/icons/PenToSquareOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/PenToSquareOutlinedIcon.js +78 -0
- package/lib/icons/PenToSquareOutlinedIcon.js.map +1 -0
- package/lib/icons/PlayFilledIcon.d.ts +6 -0
- package/lib/icons/PlayFilledIcon.d.ts.map +1 -0
- package/lib/icons/PlayFilledIcon.js +78 -0
- package/lib/icons/PlayFilledIcon.js.map +1 -0
- package/lib/icons/PlayOutlinedIcon.d.ts +6 -0
- package/lib/icons/PlayOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/PlayOutlinedIcon.js +78 -0
- package/lib/icons/PlayOutlinedIcon.js.map +1 -0
- package/lib/icons/PlayReadyColorIcon.d.ts +6 -0
- package/lib/icons/PlayReadyColorIcon.d.ts.map +1 -0
- package/lib/icons/PlayReadyColorIcon.js +86 -0
- package/lib/icons/PlayReadyColorIcon.js.map +1 -0
- package/lib/icons/PlusAddFilledIcon.d.ts +6 -0
- package/lib/icons/PlusAddFilledIcon.d.ts.map +1 -0
- package/lib/icons/PlusAddFilledIcon.js +78 -0
- package/lib/icons/PlusAddFilledIcon.js.map +1 -0
- package/lib/icons/PlusAddOutlinedIcon.d.ts +6 -0
- package/lib/icons/PlusAddOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/PlusAddOutlinedIcon.js +78 -0
- package/lib/icons/PlusAddOutlinedIcon.js.map +1 -0
- package/lib/icons/RemoveMinusFilledIcon.d.ts +6 -0
- package/lib/icons/RemoveMinusFilledIcon.d.ts.map +1 -0
- package/lib/icons/RemoveMinusFilledIcon.js +78 -0
- package/lib/icons/RemoveMinusFilledIcon.js.map +1 -0
- package/lib/icons/RemoveMinusOutlinedIcon.d.ts +6 -0
- package/lib/icons/RemoveMinusOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/RemoveMinusOutlinedIcon.js +78 -0
- package/lib/icons/RemoveMinusOutlinedIcon.js.map +1 -0
- package/lib/icons/RepeatOutlinedIcon.d.ts +6 -0
- package/lib/icons/RepeatOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/RepeatOutlinedIcon.js +78 -0
- package/lib/icons/RepeatOutlinedIcon.js.map +1 -0
- package/lib/icons/RolesOutlinedIcon.d.ts +6 -0
- package/lib/icons/RolesOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/RolesOutlinedIcon.js +78 -0
- package/lib/icons/RolesOutlinedIcon.js.map +1 -0
- package/lib/icons/RotateOutlinedIcon.d.ts +6 -0
- package/lib/icons/RotateOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/RotateOutlinedIcon.js +78 -0
- package/lib/icons/RotateOutlinedIcon.js.map +1 -0
- package/lib/icons/SearchOutlinedIcon.d.ts +6 -0
- package/lib/icons/SearchOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/SearchOutlinedIcon.js +78 -0
- package/lib/icons/SearchOutlinedIcon.js.map +1 -0
- package/lib/icons/SelectionCheckCircleCheckOutlinedIcon.d.ts +6 -0
- package/lib/icons/SelectionCheckCircleCheckOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/SelectionCheckCircleCheckOutlinedIcon.js +78 -0
- package/lib/icons/SelectionCheckCircleCheckOutlinedIcon.js.map +1 -0
- package/lib/icons/SelectionCheckSquareCheckIcon.d.ts +6 -0
- package/lib/icons/SelectionCheckSquareCheckIcon.d.ts.map +1 -0
- package/lib/icons/SelectionCheckSquareCheckIcon.js +78 -0
- package/lib/icons/SelectionCheckSquareCheckIcon.js.map +1 -0
- package/lib/icons/SelectionCheckSquareUnCheckIcon.d.ts +6 -0
- package/lib/icons/SelectionCheckSquareUnCheckIcon.d.ts.map +1 -0
- package/lib/icons/SelectionCheckSquareUnCheckIcon.js +78 -0
- package/lib/icons/SelectionCheckSquareUnCheckIcon.js.map +1 -0
- package/lib/icons/SelectionRadioCircleDotIcon.d.ts +6 -0
- package/lib/icons/SelectionRadioCircleDotIcon.d.ts.map +1 -0
- package/lib/icons/SelectionRadioCircleDotIcon.js +78 -0
- package/lib/icons/SelectionRadioCircleDotIcon.js.map +1 -0
- package/lib/icons/ShieldCheckOutlinedIcon.d.ts +6 -0
- package/lib/icons/ShieldCheckOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ShieldCheckOutlinedIcon.js +78 -0
- package/lib/icons/ShieldCheckOutlinedIcon.js.map +1 -0
- package/lib/icons/ShieldHalvedFilledIcon.d.ts +6 -0
- package/lib/icons/ShieldHalvedFilledIcon.d.ts.map +1 -0
- package/lib/icons/ShieldHalvedFilledIcon.js +82 -0
- package/lib/icons/ShieldHalvedFilledIcon.js.map +1 -0
- package/lib/icons/ShieldHalvedOutlinedIcon.d.ts +6 -0
- package/lib/icons/ShieldHalvedOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ShieldHalvedOutlinedIcon.js +78 -0
- package/lib/icons/ShieldHalvedOutlinedIcon.js.map +1 -0
- package/lib/icons/ShieldOutlinedIcon.d.ts +6 -0
- package/lib/icons/ShieldOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ShieldOutlinedIcon.js +78 -0
- package/lib/icons/ShieldOutlinedIcon.js.map +1 -0
- package/lib/icons/ShieldPlusOutlinedIcon.d.ts +6 -0
- package/lib/icons/ShieldPlusOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ShieldPlusOutlinedIcon.js +78 -0
- package/lib/icons/ShieldPlusOutlinedIcon.js.map +1 -0
- package/lib/icons/ShuffleFilledIcon.d.ts +6 -0
- package/lib/icons/ShuffleFilledIcon.d.ts.map +1 -0
- package/lib/icons/ShuffleFilledIcon.js +78 -0
- package/lib/icons/ShuffleFilledIcon.js.map +1 -0
- package/lib/icons/ShuffleIcon.d.ts +6 -0
- package/lib/icons/ShuffleIcon.d.ts.map +1 -0
- package/lib/icons/ShuffleIcon.js +82 -0
- package/lib/icons/ShuffleIcon.js.map +1 -0
- package/lib/icons/ShuffleOutlinedIcon.d.ts +6 -0
- package/lib/icons/ShuffleOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ShuffleOutlinedIcon.js +78 -0
- package/lib/icons/ShuffleOutlinedIcon.js.map +1 -0
- package/lib/icons/SigmaDRMColorIcon.d.ts +6 -0
- package/lib/icons/SigmaDRMColorIcon.d.ts.map +1 -0
- package/lib/icons/SigmaDRMColorIcon.js +102 -0
- package/lib/icons/SigmaDRMColorIcon.js.map +1 -0
- package/lib/icons/SigmaFilledIcon.d.ts +6 -0
- package/lib/icons/SigmaFilledIcon.d.ts.map +1 -0
- package/lib/icons/SigmaFilledIcon.js +82 -0
- package/lib/icons/SigmaFilledIcon.js.map +1 -0
- package/lib/icons/SlidersFilledIcon.d.ts +6 -0
- package/lib/icons/SlidersFilledIcon.d.ts.map +1 -0
- package/lib/icons/SlidersFilledIcon.js +78 -0
- package/lib/icons/SlidersFilledIcon.js.map +1 -0
- package/lib/icons/SocialAppleColorIcon.d.ts +6 -0
- package/lib/icons/SocialAppleColorIcon.d.ts.map +1 -0
- package/lib/icons/SocialAppleColorIcon.js +94 -0
- package/lib/icons/SocialAppleColorIcon.js.map +1 -0
- package/lib/icons/SocialAppleFilledIcon.d.ts +6 -0
- package/lib/icons/SocialAppleFilledIcon.d.ts.map +1 -0
- package/lib/icons/SocialAppleFilledIcon.js +78 -0
- package/lib/icons/SocialAppleFilledIcon.js.map +1 -0
- package/lib/icons/SocialGoogleColorIcon.d.ts +6 -0
- package/lib/icons/SocialGoogleColorIcon.d.ts.map +1 -0
- package/lib/icons/SocialGoogleColorIcon.js +100 -0
- package/lib/icons/SocialGoogleColorIcon.js.map +1 -0
- package/lib/icons/SocialGoogleFilledIcon.d.ts +6 -0
- package/lib/icons/SocialGoogleFilledIcon.d.ts.map +1 -0
- package/lib/icons/SocialGoogleFilledIcon.js +78 -0
- package/lib/icons/SocialGoogleFilledIcon.js.map +1 -0
- package/lib/icons/SpinnerScaleFilledIcon.d.ts +6 -0
- package/lib/icons/SpinnerScaleFilledIcon.d.ts.map +1 -0
- package/lib/icons/SpinnerScaleFilledIcon.js +78 -0
- package/lib/icons/SpinnerScaleFilledIcon.js.map +1 -0
- package/lib/icons/ToolFilledIcon.d.ts +6 -0
- package/lib/icons/ToolFilledIcon.d.ts.map +1 -0
- package/lib/icons/ToolFilledIcon.js +78 -0
- package/lib/icons/ToolFilledIcon.js.map +1 -0
- package/lib/icons/ToolOutlinedIcon.d.ts +6 -0
- package/lib/icons/ToolOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ToolOutlinedIcon.js +78 -0
- package/lib/icons/ToolOutlinedIcon.js.map +1 -0
- package/lib/icons/TrashCanOutlinedIcon.d.ts +6 -0
- package/lib/icons/TrashCanOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/TrashCanOutlinedIcon.js +78 -0
- package/lib/icons/TrashCanOutlinedIcon.js.map +1 -0
- package/lib/icons/TrophyStarOutlinedIcon.d.ts +6 -0
- package/lib/icons/TrophyStarOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/TrophyStarOutlinedIcon.js +78 -0
- package/lib/icons/TrophyStarOutlinedIcon.js.map +1 -0
- package/lib/icons/UploadCloudIcon.d.ts +6 -0
- package/lib/icons/UploadCloudIcon.d.ts.map +1 -0
- package/lib/icons/UploadCloudIcon.js +78 -0
- package/lib/icons/UploadCloudIcon.js.map +1 -0
- package/lib/icons/UploadIcon.d.ts +6 -0
- package/lib/icons/UploadIcon.d.ts.map +1 -0
- package/lib/icons/UploadIcon.js +78 -0
- package/lib/icons/UploadIcon.js.map +1 -0
- package/lib/icons/UserGroupFilledIcon.d.ts +6 -0
- package/lib/icons/UserGroupFilledIcon.d.ts.map +1 -0
- package/lib/icons/UserGroupFilledIcon.js +86 -0
- package/lib/icons/UserGroupFilledIcon.js.map +1 -0
- package/lib/icons/UserGroupOutlinedIcon.d.ts +6 -0
- package/lib/icons/UserGroupOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/UserGroupOutlinedIcon.js +86 -0
- package/lib/icons/UserGroupOutlinedIcon.js.map +1 -0
- package/lib/icons/UserOutlinedIcon.d.ts +6 -0
- package/lib/icons/UserOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/UserOutlinedIcon.js +82 -0
- package/lib/icons/UserOutlinedIcon.js.map +1 -0
- package/lib/icons/VietNamIcon.d.ts +6 -0
- package/lib/icons/VietNamIcon.d.ts.map +1 -0
- package/lib/icons/VietNamIcon.js +84 -0
- package/lib/icons/VietNamIcon.js.map +1 -0
- package/lib/icons/ViewMenuOutlinedIcon.d.ts +6 -0
- package/lib/icons/ViewMenuOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/ViewMenuOutlinedIcon.js +78 -0
- package/lib/icons/ViewMenuOutlinedIcon.js.map +1 -0
- package/lib/icons/WifiFilledIcon.d.ts +6 -0
- package/lib/icons/WifiFilledIcon.d.ts.map +1 -0
- package/lib/icons/WifiFilledIcon.js +78 -0
- package/lib/icons/WifiFilledIcon.js.map +1 -0
- package/lib/icons/XMarkIcon.d.ts +6 -0
- package/lib/icons/XMarkIcon.d.ts.map +1 -0
- package/lib/icons/XMarkIcon.js +78 -0
- package/lib/icons/XMarkIcon.js.map +1 -0
- package/lib/icons/index.d.ts +124 -0
- package/lib/icons/index.d.ts.map +1 -0
- package/lib/icons/index.js +406 -0
- package/lib/icons/index.js.map +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +46 -0
- package/lib/index.js.map +1 -0
- package/lib/utils.d.ts +41 -0
- package/lib/utils.d.ts.map +1 -0
- package/lib/utils.js +252 -0
- package/lib/utils.js.map +1 -0
- package/package.json +116 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var ChartSimpleIcon_exports = {};
|
|
48
|
+
__export(ChartSimpleIcon_exports, {
|
|
49
|
+
default: () => ChartSimpleIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(ChartSimpleIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_SmIcon = __toESM(require("../components/SmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const chartSimpleSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17 9C17 8.44771 17.4477 8 18 8C18.5523 8 19 8.44771 19 9L19 21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21L17 9ZM11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3L13 21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21L11 3ZM5 13C5 12.4477 5.44771 12 6 12C6.55228 12 7 12.4477 7 13L7 21C7 21.5523 6.55228 22 6 22C5.44772 22 5 21.5523 5 21L5 13Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const chartSimpleIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
chartSimpleSvg,
|
|
69
|
+
"chart-simple"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: chartSimpleIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "ChartSimpleIcon";
|
|
76
|
+
}
|
|
77
|
+
var ChartSimpleIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=ChartSimpleIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/ChartSimpleIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport SmIcon from '../components/SmIcon';\nimport type { SmIconProps } from '../components/SmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst chartSimpleSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M17 9C17 8.44771 17.4477 8 18 8C18.5523 8 19 8.44771 19 9L19 21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21L17 9ZM11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3L13 21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21L11 3ZM5 13C5 12.4477 5.44771 12 6 12C6.55228 12 7 12.4477 7 13L7 21C7 21.5523 6.55228 22 6 22C5.44772 22 5 21.5523 5 21L5 13Z\" />\n </svg>\n);\n\nconst chartSimpleIconDefinition = svgToIconDefinition(\n chartSimpleSvg,\n 'chart-simple'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, SmIconProps>((props, ref) => {\n return <SmIcon {...props} ref={ref} icon={chartSimpleIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'ChartSimpleIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,oBAAmB;AAEnB,mBAAoC;AAEpC,MAAM,iBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,GAAE,sXAAqX;AAAA;AAC/X;AAGF,MAAM,gCAA4B;AAAA,EAChC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAAyC,CAAC,OAAO,QAAQ;AACjE,SAAO,4CAAC,cAAAA,SAAA,iCAAW,QAAX,EAAkB,KAAU,MAAM,4BAA2B;AACvE,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,0BAAQ;","names":["SmIcon"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SmIconProps } from '../components/SmIcon';
|
|
3
|
+
/** */
|
|
4
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
+
export default RefIcon;
|
|
6
|
+
//# sourceMappingURL=CheckOutlinedIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckOutlinedIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CheckOutlinedIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,kqBAAkqB;AAClqB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAG/D,CAAC;AAMH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var CheckOutlinedIcon_exports = {};
|
|
48
|
+
__export(CheckOutlinedIcon_exports, {
|
|
49
|
+
default: () => CheckOutlinedIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(CheckOutlinedIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_SmIcon = __toESM(require("../components/SmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const checkOutlinedSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19.293 5.29295C19.6835 4.90243 20.3166 4.90243 20.7071 5.29295C21.0976 5.68348 21.0976 6.31649 20.7071 6.70702L9.70708 17.707C9.31655 18.0975 8.68354 18.0975 8.29302 17.707L3.29302 12.707C2.90249 12.3165 2.90249 11.6835 3.29302 11.293C3.65913 10.9268 4.23813 10.9042 4.63091 11.2246L4.70708 11.293L9.00005 15.5859L19.293 5.29295Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const checkOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
checkOutlinedSvg,
|
|
69
|
+
"check-outlined"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: checkOutlinedIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "CheckOutlinedIcon";
|
|
76
|
+
}
|
|
77
|
+
var CheckOutlinedIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=CheckOutlinedIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/CheckOutlinedIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport SmIcon from '../components/SmIcon';\nimport type { SmIconProps } from '../components/SmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst checkOutlinedSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M19.293 5.29295C19.6835 4.90243 20.3166 4.90243 20.7071 5.29295C21.0976 5.68348 21.0976 6.31649 20.7071 6.70702L9.70708 17.707C9.31655 18.0975 8.68354 18.0975 8.29302 17.707L3.29302 12.707C2.90249 12.3165 2.90249 11.6835 3.29302 11.293C3.65913 10.9268 4.23813 10.9042 4.63091 11.2246L4.70708 11.293L9.00005 15.5859L19.293 5.29295Z\" />\n </svg>\n);\n\nconst checkOutlinedIconDefinition = svgToIconDefinition(\n checkOutlinedSvg,\n 'check-outlined'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, SmIconProps>((props, ref) => {\n return <SmIcon {...props} ref={ref} icon={checkOutlinedIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'CheckOutlinedIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,oBAAmB;AAEnB,mBAAoC;AAEpC,MAAM,mBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,GAAE,8UAA6U;AAAA;AACvV;AAGF,MAAM,kCAA8B;AAAA,EAClC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAAyC,CAAC,OAAO,QAAQ;AACjE,SAAO,4CAAC,cAAAA,SAAA,iCAAW,QAAX,EAAkB,KAAU,MAAM,8BAA6B;AACzE,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,4BAAQ;","names":["SmIcon"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SmIconProps } from '../components/SmIcon';
|
|
3
|
+
/** */
|
|
4
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
+
export default RefIcon;
|
|
6
|
+
//# sourceMappingURL=ChevronDownSingleIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChevronDownSingleIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ChevronDownSingleIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,8qBAA8qB;AAC9qB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAG/D,CAAC;AAMH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var ChevronDownSingleIcon_exports = {};
|
|
48
|
+
__export(ChevronDownSingleIcon_exports, {
|
|
49
|
+
default: () => ChevronDownSingleIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(ChevronDownSingleIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_SmIcon = __toESM(require("../components/SmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const chevronDownSingleSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.7071 9.29289C19.0976 9.68342 19.0976 10.3166 18.7071 10.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L5.29289 10.7071C4.90237 10.3166 4.90237 9.68342 5.29289 9.29289C5.68342 8.90237 6.31658 8.90237 6.70711 9.29289L12 14.5858L17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const chevronDownSingleIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
chevronDownSingleSvg,
|
|
69
|
+
"chevron-down-single"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: chevronDownSingleIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "ChevronDownSingleIcon";
|
|
76
|
+
}
|
|
77
|
+
var ChevronDownSingleIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=ChevronDownSingleIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/ChevronDownSingleIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport SmIcon from '../components/SmIcon';\nimport type { SmIconProps } from '../components/SmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst chevronDownSingleSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.7071 9.29289C19.0976 9.68342 19.0976 10.3166 18.7071 10.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L5.29289 10.7071C4.90237 10.3166 4.90237 9.68342 5.29289 9.29289C5.68342 8.90237 6.31658 8.90237 6.70711 9.29289L12 14.5858L17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289Z\" />\n </svg>\n);\n\nconst chevronDownSingleIconDefinition = svgToIconDefinition(\n chevronDownSingleSvg,\n 'chevron-down-single'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, SmIconProps>((props, ref) => {\n return <SmIcon {...props} ref={ref} icon={chevronDownSingleIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'ChevronDownSingleIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,oBAAmB;AAEnB,mBAAoC;AAEpC,MAAM,uBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,UAAS,WAAU,UAAS,WAAU,GAAE,gUAA+T;AAAA;AAC/W;AAGF,MAAM,sCAAkC;AAAA,EACtC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAAyC,CAAC,OAAO,QAAQ;AACjE,SAAO,4CAAC,cAAAA,SAAA,iCAAW,QAAX,EAAkB,KAAU,MAAM,kCAAiC;AAC7E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,gCAAQ;","names":["SmIcon"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SmIconProps } from '../components/SmIcon';
|
|
3
|
+
/** */
|
|
4
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
+
export default RefIcon;
|
|
6
|
+
//# sourceMappingURL=ChevronLeftDoubleIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChevronLeftDoubleIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ChevronLeftDoubleIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,0lCAA0lC;AAC1lC,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAG/D,CAAC;AAMH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var ChevronLeftDoubleIcon_exports = {};
|
|
48
|
+
__export(ChevronLeftDoubleIcon_exports, {
|
|
49
|
+
default: () => ChevronLeftDoubleIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(ChevronLeftDoubleIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_SmIcon = __toESM(require("../components/SmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const chevronLeftDoubleSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18.7071 6.29298C18.341 5.92686 17.762 5.90427 17.3692 6.22462L17.293 6.29298L12.293 11.293C11.9025 11.6835 11.9025 12.3165 12.293 12.707L17.293 17.707C17.6836 18.0976 18.3166 18.0976 18.7071 17.707C19.0976 17.3165 19.0976 16.6835 18.7071 16.293L14.4141 12L18.7071 7.70704L18.7755 7.63087C19.0958 7.2381 19.0732 6.65909 18.7071 6.29298ZM11.7071 6.29298C11.341 5.92686 10.762 5.90427 10.3692 6.22462L10.293 6.29298L5.29304 11.293C4.90252 11.6835 4.90252 12.3165 5.29304 12.707L10.293 17.707C10.6836 18.0976 11.3166 18.0976 11.7071 17.707C12.0976 17.3165 12.0976 16.6835 11.7071 16.293L7.41414 12L11.7071 7.70704L11.7755 7.63087C12.0958 7.2381 12.0732 6.65909 11.7071 6.29298Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const chevronLeftDoubleIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
chevronLeftDoubleSvg,
|
|
69
|
+
"chevron-left-double"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: chevronLeftDoubleIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "ChevronLeftDoubleIcon";
|
|
76
|
+
}
|
|
77
|
+
var ChevronLeftDoubleIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=ChevronLeftDoubleIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/ChevronLeftDoubleIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport SmIcon from '../components/SmIcon';\nimport type { SmIconProps } from '../components/SmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst chevronLeftDoubleSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M18.7071 6.29298C18.341 5.92686 17.762 5.90427 17.3692 6.22462L17.293 6.29298L12.293 11.293C11.9025 11.6835 11.9025 12.3165 12.293 12.707L17.293 17.707C17.6836 18.0976 18.3166 18.0976 18.7071 17.707C19.0976 17.3165 19.0976 16.6835 18.7071 16.293L14.4141 12L18.7071 7.70704L18.7755 7.63087C19.0958 7.2381 19.0732 6.65909 18.7071 6.29298ZM11.7071 6.29298C11.341 5.92686 10.762 5.90427 10.3692 6.22462L10.293 6.29298L5.29304 11.293C4.90252 11.6835 4.90252 12.3165 5.29304 12.707L10.293 17.707C10.6836 18.0976 11.3166 18.0976 11.7071 17.707C12.0976 17.3165 12.0976 16.6835 11.7071 16.293L7.41414 12L11.7071 7.70704L11.7755 7.63087C12.0958 7.2381 12.0732 6.65909 11.7071 6.29298Z\" />\n </svg>\n);\n\nconst chevronLeftDoubleIconDefinition = svgToIconDefinition(\n chevronLeftDoubleSvg,\n 'chevron-left-double'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, SmIconProps>((props, ref) => {\n return <SmIcon {...props} ref={ref} icon={chevronLeftDoubleIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'ChevronLeftDoubleIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,oBAAmB;AAEnB,mBAAoC;AAEpC,MAAM,uBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,GAAE,sqBAAqqB;AAAA;AAC/qB;AAGF,MAAM,sCAAkC;AAAA,EACtC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAAyC,CAAC,OAAO,QAAQ;AACjE,SAAO,4CAAC,cAAAA,SAAA,iCAAW,QAAX,EAAkB,KAAU,MAAM,kCAAiC;AAC7E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,gCAAQ;","names":["SmIcon"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SmIconProps } from '../components/SmIcon';
|
|
3
|
+
/** */
|
|
4
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
+
export default RefIcon;
|
|
6
|
+
//# sourceMappingURL=ChevronLeftSingleIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChevronLeftSingleIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ChevronLeftSingleIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,8qBAA8qB;AAC9qB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAG/D,CAAC;AAMH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var ChevronLeftSingleIcon_exports = {};
|
|
48
|
+
__export(ChevronLeftSingleIcon_exports, {
|
|
49
|
+
default: () => ChevronLeftSingleIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(ChevronLeftSingleIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_SmIcon = __toESM(require("../components/SmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const chevronLeftSingleSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.7071 5.29289C14.3166 4.90237 13.6834 4.90237 13.2929 5.29289L7.29289 11.2929C6.90237 11.6834 6.90237 12.3166 7.29289 12.7071L13.2929 18.7071C13.6834 19.0976 14.3166 19.0976 14.7071 18.7071C15.0976 18.3166 15.0976 17.6834 14.7071 17.2929L9.41421 12L14.7071 6.70711C15.0976 6.31658 15.0976 5.68342 14.7071 5.29289Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const chevronLeftSingleIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
chevronLeftSingleSvg,
|
|
69
|
+
"chevron-left-single"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: chevronLeftSingleIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "ChevronLeftSingleIcon";
|
|
76
|
+
}
|
|
77
|
+
var ChevronLeftSingleIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=ChevronLeftSingleIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/ChevronLeftSingleIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport SmIcon from '../components/SmIcon';\nimport type { SmIconProps } from '../components/SmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst chevronLeftSingleSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.7071 5.29289C14.3166 4.90237 13.6834 4.90237 13.2929 5.29289L7.29289 11.2929C6.90237 11.6834 6.90237 12.3166 7.29289 12.7071L13.2929 18.7071C13.6834 19.0976 14.3166 19.0976 14.7071 18.7071C15.0976 18.3166 15.0976 17.6834 14.7071 17.2929L9.41421 12L14.7071 6.70711C15.0976 6.31658 15.0976 5.68342 14.7071 5.29289Z\" />\n </svg>\n);\n\nconst chevronLeftSingleIconDefinition = svgToIconDefinition(\n chevronLeftSingleSvg,\n 'chevron-left-single'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, SmIconProps>((props, ref) => {\n return <SmIcon {...props} ref={ref} icon={chevronLeftSingleIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'ChevronLeftSingleIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,oBAAmB;AAEnB,mBAAoC;AAEpC,MAAM,uBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,UAAS,WAAU,UAAS,WAAU,GAAE,gUAA+T;AAAA;AAC/W;AAGF,MAAM,sCAAkC;AAAA,EACtC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAAyC,CAAC,OAAO,QAAQ;AACjE,SAAO,4CAAC,cAAAA,SAAA,iCAAW,QAAX,EAAkB,KAAU,MAAM,kCAAiC;AAC7E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,gCAAQ;","names":["SmIcon"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SmIconProps } from '../components/SmIcon';
|
|
3
|
+
/** */
|
|
4
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
+
export default RefIcon;
|
|
6
|
+
//# sourceMappingURL=ChevronRightDoubleIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChevronRightDoubleIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ChevronRightDoubleIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,+lCAA+lC;AAC/lC,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAG/D,CAAC;AAMH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var ChevronRightDoubleIcon_exports = {};
|
|
48
|
+
__export(ChevronRightDoubleIcon_exports, {
|
|
49
|
+
default: () => ChevronRightDoubleIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(ChevronRightDoubleIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_SmIcon = __toESM(require("../components/SmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const chevronRightDoubleSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.29289 6.29297C5.65901 5.92685 6.23801 5.90426 6.63078 6.22461L6.70696 6.29297L11.707 11.293C12.0975 11.6835 12.0975 12.3165 11.707 12.707L6.70696 17.707C6.31643 18.0976 5.68342 18.0976 5.29289 17.707C4.90237 17.3165 4.90237 16.6835 5.29289 16.293L9.58586 12L5.29289 7.70703L5.22453 7.63086C4.90418 7.23809 4.92678 6.65909 5.29289 6.29297ZM12.2929 6.29297C12.659 5.92685 13.238 5.90426 13.6308 6.22461L13.707 6.29297L18.707 11.293C19.0975 11.6835 19.0975 12.3165 18.707 12.707L13.707 17.707C13.3164 18.0976 12.6834 18.0976 12.2929 17.707C11.9024 17.3165 11.9024 16.6835 12.2929 16.293L16.5859 12L12.2929 7.70703L12.2245 7.63086C11.9042 7.23809 11.9268 6.65909 12.2929 6.29297Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const chevronRightDoubleIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
chevronRightDoubleSvg,
|
|
69
|
+
"chevron-right-double"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: chevronRightDoubleIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "ChevronRightDoubleIcon";
|
|
76
|
+
}
|
|
77
|
+
var ChevronRightDoubleIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=ChevronRightDoubleIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/ChevronRightDoubleIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport SmIcon from '../components/SmIcon';\nimport type { SmIconProps } from '../components/SmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst chevronRightDoubleSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M5.29289 6.29297C5.65901 5.92685 6.23801 5.90426 6.63078 6.22461L6.70696 6.29297L11.707 11.293C12.0975 11.6835 12.0975 12.3165 11.707 12.707L6.70696 17.707C6.31643 18.0976 5.68342 18.0976 5.29289 17.707C4.90237 17.3165 4.90237 16.6835 5.29289 16.293L9.58586 12L5.29289 7.70703L5.22453 7.63086C4.90418 7.23809 4.92678 6.65909 5.29289 6.29297ZM12.2929 6.29297C12.659 5.92685 13.238 5.90426 13.6308 6.22461L13.707 6.29297L18.707 11.293C19.0975 11.6835 19.0975 12.3165 18.707 12.707L13.707 17.707C13.3164 18.0976 12.6834 18.0976 12.2929 17.707C11.9024 17.3165 11.9024 16.6835 12.2929 16.293L16.5859 12L12.2929 7.70703L12.2245 7.63086C11.9042 7.23809 11.9268 6.65909 12.2929 6.29297Z\" />\n </svg>\n);\n\nconst chevronRightDoubleIconDefinition = svgToIconDefinition(\n chevronRightDoubleSvg,\n 'chevron-right-double'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, SmIconProps>((props, ref) => {\n return <SmIcon {...props} ref={ref} icon={chevronRightDoubleIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'ChevronRightDoubleIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,oBAAmB;AAEnB,mBAAoC;AAEpC,MAAM,wBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,GAAE,0qBAAyqB;AAAA;AACnrB;AAGF,MAAM,uCAAmC;AAAA,EACvC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAAyC,CAAC,OAAO,QAAQ;AACjE,SAAO,4CAAC,cAAAA,SAAA,iCAAW,QAAX,EAAkB,KAAU,MAAM,mCAAkC;AAC9E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,iCAAQ;","names":["SmIcon"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SmIconProps } from '../components/SmIcon';
|
|
3
|
+
/** */
|
|
4
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<SmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
+
export default RefIcon;
|
|
6
|
+
//# sourceMappingURL=ChevronRightSingleIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChevronRightSingleIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ChevronRightSingleIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,+qBAA+qB;AAC/qB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAG/D,CAAC;AAMH,eAAe,OAAO,CAAC"}
|