@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 @@
|
|
|
1
|
+
{"version":3,"file":"PlusAddFilledIcon.d.ts","sourceRoot":"","sources":["../../src/icons/PlusAddFilledIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,ssCAAssC;AACtsC,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 PlusAddFilledIcon_exports = {};
|
|
48
|
+
__export(PlusAddFilledIcon_exports, {
|
|
49
|
+
default: () => PlusAddFilledIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(PlusAddFilledIcon_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 plusAddFilledSvg = /* @__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: "M13.3846 4.38462V10.6154H19.6154C20.0192 10.6154 20.351 10.7452 20.6106 11.0048C20.8702 11.2644 21 11.5962 21 12C21 12.4038 20.8702 12.7356 20.6106 12.9952C20.351 13.2548 20.0192 13.3846 19.6154 13.3846H13.3846V19.6154C13.3846 20.0192 13.2548 20.351 12.9952 20.6106C12.7356 20.8702 12.4038 21 12 21C11.5962 21 11.2644 20.8702 11.0048 20.6106C10.7452 20.351 10.6154 20.0192 10.6154 19.6154V13.3846H4.38462C3.98077 13.3846 3.64904 13.2548 3.38942 12.9952C3.12981 12.7356 3 12.4038 3 12C3 11.5962 3.12981 11.2644 3.38942 11.0048C3.64904 10.7452 3.98077 10.6154 4.38462 10.6154H10.6154V4.38462C10.6154 3.98077 10.7452 3.64904 11.0048 3.38942C11.2644 3.12981 11.5962 3 12 3C12.4038 3 12.7356 3.12981 12.9952 3.38942C13.2548 3.64904 13.3846 3.98077 13.3846 4.38462Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const plusAddFilledIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
plusAddFilledSvg,
|
|
69
|
+
"plus-add-filled"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: plusAddFilledIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "PlusAddFilledIcon";
|
|
76
|
+
}
|
|
77
|
+
var PlusAddFilledIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=PlusAddFilledIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/PlusAddFilledIcon.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 plusAddFilledSvg = (\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=\"M13.3846 4.38462V10.6154H19.6154C20.0192 10.6154 20.351 10.7452 20.6106 11.0048C20.8702 11.2644 21 11.5962 21 12C21 12.4038 20.8702 12.7356 20.6106 12.9952C20.351 13.2548 20.0192 13.3846 19.6154 13.3846H13.3846V19.6154C13.3846 20.0192 13.2548 20.351 12.9952 20.6106C12.7356 20.8702 12.4038 21 12 21C11.5962 21 11.2644 20.8702 11.0048 20.6106C10.7452 20.351 10.6154 20.0192 10.6154 19.6154V13.3846H4.38462C3.98077 13.3846 3.64904 13.2548 3.38942 12.9952C3.12981 12.7356 3 12.4038 3 12C3 11.5962 3.12981 11.2644 3.38942 11.0048C3.64904 10.7452 3.98077 10.6154 4.38462 10.6154H10.6154V4.38462C10.6154 3.98077 10.7452 3.64904 11.0048 3.38942C11.2644 3.12981 11.5962 3 12 3C12.4038 3 12.7356 3.12981 12.9952 3.38942C13.2548 3.64904 13.3846 3.98077 13.3846 4.38462Z\" />\n </svg>\n);\n\nconst plusAddFilledIconDefinition = svgToIconDefinition(\n plusAddFilledSvg,\n 'plus-add-filled'\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={plusAddFilledIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'PlusAddFilledIcon';\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,2vBAA0vB;AAAA;AACpwB;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=PlusAddOutlinedIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlusAddOutlinedIcon.d.ts","sourceRoot":"","sources":["../../src/icons/PlusAddOutlinedIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,whBAAwhB;AACxhB,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 PlusAddOutlinedIcon_exports = {};
|
|
48
|
+
__export(PlusAddOutlinedIcon_exports, {
|
|
49
|
+
default: () => PlusAddOutlinedIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(PlusAddOutlinedIcon_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 plusAddOutlinedSvg = /* @__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: "M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const plusAddOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
plusAddOutlinedSvg,
|
|
69
|
+
"plus-add-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: plusAddOutlinedIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "PlusAddOutlinedIcon";
|
|
76
|
+
}
|
|
77
|
+
var PlusAddOutlinedIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=PlusAddOutlinedIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/PlusAddOutlinedIcon.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 plusAddOutlinedSvg = (\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=\"M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z\" />\n </svg>\n);\n\nconst plusAddOutlinedIconDefinition = svgToIconDefinition(\n plusAddOutlinedSvg,\n 'plus-add-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={plusAddOutlinedIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'PlusAddOutlinedIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,oBAAmB;AAEnB,mBAAoC;AAEpC,MAAM,qBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,GAAE,wPAAuP;AAAA;AACjQ;AAGF,MAAM,oCAAgC;AAAA,EACpC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAAyC,CAAC,OAAO,QAAQ;AACjE,SAAO,4CAAC,cAAAA,SAAA,iCAAW,QAAX,EAAkB,KAAU,MAAM,gCAA+B;AAC3E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,8BAAQ;","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=RemoveMinusFilledIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoveMinusFilledIcon.d.ts","sourceRoot":"","sources":["../../src/icons/RemoveMinusFilledIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,0ZAA0Z;AAC1Z,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 RemoveMinusFilledIcon_exports = {};
|
|
48
|
+
__export(RemoveMinusFilledIcon_exports, {
|
|
49
|
+
default: () => RemoveMinusFilledIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(RemoveMinusFilledIcon_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 removeMinusFilledSvg = /* @__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 10.5C19.8284 10.5 20.5 11.1716 20.5 12C20.5 12.8284 19.8284 13.5 19 13.5H5C4.17157 13.5 3.5 12.8284 3.5 12C3.5 11.1716 4.17157 10.5 5 10.5H19Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const removeMinusFilledIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
removeMinusFilledSvg,
|
|
69
|
+
"remove-minus-filled"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: removeMinusFilledIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "RemoveMinusFilledIcon";
|
|
76
|
+
}
|
|
77
|
+
var RemoveMinusFilledIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=RemoveMinusFilledIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/RemoveMinusFilledIcon.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 removeMinusFilledSvg = (\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 10.5C19.8284 10.5 20.5 11.1716 20.5 12C20.5 12.8284 19.8284 13.5 19 13.5H5C4.17157 13.5 3.5 12.8284 3.5 12C3.5 11.1716 4.17157 10.5 5 10.5H19Z\" />\n </svg>\n);\n\nconst removeMinusFilledIconDefinition = svgToIconDefinition(\n removeMinusFilledSvg,\n 'remove-minus-filled'\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={removeMinusFilledIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'RemoveMinusFilledIcon';\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,sJAAqJ;AAAA;AAC/J;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=RemoveMinusOutlinedIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoveMinusOutlinedIcon.d.ts","sourceRoot":"","sources":["../../src/icons/RemoveMinusOutlinedIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,wXAAwX;AACxX,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 RemoveMinusOutlinedIcon_exports = {};
|
|
48
|
+
__export(RemoveMinusOutlinedIcon_exports, {
|
|
49
|
+
default: () => RemoveMinusOutlinedIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(RemoveMinusOutlinedIcon_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 removeMinusOutlinedSvg = /* @__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 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H19Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const removeMinusOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
removeMinusOutlinedSvg,
|
|
69
|
+
"remove-minus-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: removeMinusOutlinedIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "RemoveMinusOutlinedIcon";
|
|
76
|
+
}
|
|
77
|
+
var RemoveMinusOutlinedIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=RemoveMinusOutlinedIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/RemoveMinusOutlinedIcon.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 removeMinusOutlinedSvg = (\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 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H19Z\" />\n </svg>\n);\n\nconst removeMinusOutlinedIconDefinition = svgToIconDefinition(\n removeMinusOutlinedSvg,\n 'remove-minus-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={removeMinusOutlinedIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'RemoveMinusOutlinedIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,oBAAmB;AAEnB,mBAAoC;AAEpC,MAAM,yBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,GAAE,4HAA2H;AAAA;AACrI;AAGF,MAAM,wCAAoC;AAAA,EACxC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAAyC,CAAC,OAAO,QAAQ;AACjE,SAAO,4CAAC,cAAAA,SAAA,iCAAW,QAAX,EAAkB,KAAU,MAAM,oCAAmC;AAC/E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,kCAAQ;","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=RepeatOutlinedIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RepeatOutlinedIcon.d.ts","sourceRoot":"","sources":["../../src/icons/RepeatOutlinedIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,+0CAA+0C;AAC/0C,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 RepeatOutlinedIcon_exports = {};
|
|
48
|
+
__export(RepeatOutlinedIcon_exports, {
|
|
49
|
+
default: () => RepeatOutlinedIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(RepeatOutlinedIcon_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 repeatOutlinedSvg = /* @__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 15V9.13574L3.64062 10.2686C3.21638 10.6221 2.58502 10.5648 2.23144 10.1406C1.8779 9.71638 1.93518 9.08502 2.35937 8.73145L5.35937 6.23145L5.43164 6.17773C5.79773 5.92433 6.293 5.94176 6.64062 6.23145L9.64062 8.73145C10.0648 9.08502 10.1221 9.71638 9.76855 10.1406C9.41497 10.5648 8.78362 10.6221 8.35937 10.2686L7 9.13574V15C7 15.5523 7.44771 16 8 16H11C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18H8C6.34314 18 5 16.6569 5 15ZM17 9C17 8.44772 16.5523 8 16 8H13C12.4477 8 12 7.55228 12 7C12 6.44772 12.4477 6 13 6H16C17.6569 6 19 7.34315 19 9V14.8643L20.3594 13.7314C20.7836 13.3779 21.415 13.4352 21.7686 13.8594C22.1221 14.2836 22.0648 14.915 21.6406 15.2686L18.6406 17.7686C18.2698 18.0776 17.7302 18.0776 17.3594 17.7686L14.3594 15.2686C13.9352 14.915 13.8779 14.2836 14.2314 13.8594C14.585 13.4352 15.2164 13.3779 15.6406 13.7314L17 14.8643V9Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const repeatOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
repeatOutlinedSvg,
|
|
69
|
+
"repeat-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: repeatOutlinedIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "RepeatOutlinedIcon";
|
|
76
|
+
}
|
|
77
|
+
var RepeatOutlinedIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=RepeatOutlinedIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/RepeatOutlinedIcon.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 repeatOutlinedSvg = (\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 15V9.13574L3.64062 10.2686C3.21638 10.6221 2.58502 10.5648 2.23144 10.1406C1.8779 9.71638 1.93518 9.08502 2.35937 8.73145L5.35937 6.23145L5.43164 6.17773C5.79773 5.92433 6.293 5.94176 6.64062 6.23145L9.64062 8.73145C10.0648 9.08502 10.1221 9.71638 9.76855 10.1406C9.41497 10.5648 8.78362 10.6221 8.35937 10.2686L7 9.13574V15C7 15.5523 7.44771 16 8 16H11C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18H8C6.34314 18 5 16.6569 5 15ZM17 9C17 8.44772 16.5523 8 16 8H13C12.4477 8 12 7.55228 12 7C12 6.44772 12.4477 6 13 6H16C17.6569 6 19 7.34315 19 9V14.8643L20.3594 13.7314C20.7836 13.3779 21.415 13.4352 21.7686 13.8594C22.1221 14.2836 22.0648 14.915 21.6406 15.2686L18.6406 17.7686C18.2698 18.0776 17.7302 18.0776 17.3594 17.7686L14.3594 15.2686C13.9352 14.915 13.8779 14.2836 14.2314 13.8594C14.585 13.4352 15.2164 13.3779 15.6406 13.7314L17 14.8643V9Z\" />\n </svg>\n);\n\nconst repeatOutlinedIconDefinition = svgToIconDefinition(\n repeatOutlinedSvg,\n 'repeat-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={repeatOutlinedIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'RepeatOutlinedIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,oBAAmB;AAEnB,mBAAoC;AAEpC,MAAM,oBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,GAAE,k2BAAi2B;AAAA;AAC32B;AAGF,MAAM,mCAA+B;AAAA,EACnC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAAyC,CAAC,OAAO,QAAQ;AACjE,SAAO,4CAAC,cAAAA,SAAA,iCAAW,QAAX,EAAkB,KAAU,MAAM,+BAA8B;AAC1E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,6BAAQ;","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=RolesOutlinedIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RolesOutlinedIcon.d.ts","sourceRoot":"","sources":["../../src/icons/RolesOutlinedIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,kgDAAkgD;AAClgD,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 RolesOutlinedIcon_exports = {};
|
|
48
|
+
__export(RolesOutlinedIcon_exports, {
|
|
49
|
+
default: () => RolesOutlinedIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(RolesOutlinedIcon_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 rolesOutlinedSvg = /* @__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 9.75785C19 9.47399 18.7583 9.19544 18.4004 9.19524H16.2002V18.195H18.4004C18.7583 18.1948 19 17.9163 19 17.6324V9.75785ZM9.7998 18.195H14.2002V9.19524H9.7998V18.195ZM5 17.6324L5.01074 17.7382C5.06188 17.9817 5.28643 18.1948 5.59961 18.195H7.7998V9.19524H5.59961C5.24171 9.19544 5 9.47399 5 9.75785V17.6324ZM14.2002 6.60763C14.2002 6.46782 14.1437 6.32785 14.0342 6.22003C13.9237 6.11126 13.7677 6.04502 13.5996 6.04502H10.4004C10.2323 6.04502 10.0763 6.11126 9.96582 6.22003C9.85632 6.32785 9.7998 6.46782 9.7998 6.60763V7.17024H14.2002V6.60763ZM16.2002 7.17024H18.4004C19.8094 7.17045 21 8.30225 21 9.75785V17.6324C21 19.088 19.8094 20.2198 18.4004 20.22H5.59961C4.27861 20.2198 3.14959 19.2251 3.01367 17.9014L3 17.6324V9.75785C3 8.30225 4.19058 7.17045 5.59961 7.17024H7.7998V6.60763C7.7998 5.91203 8.08071 5.25044 8.57129 4.76753C9.0609 4.28558 9.71979 4.02002 10.4004 4.02002H13.5996C14.2802 4.02002 14.9391 4.28558 15.4287 4.76753C15.9193 5.25044 16.2002 5.91203 16.2002 6.60763V7.17024Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const rolesOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
rolesOutlinedSvg,
|
|
69
|
+
"roles-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: rolesOutlinedIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "RolesOutlinedIcon";
|
|
76
|
+
}
|
|
77
|
+
var RolesOutlinedIcon_default = RefIcon;
|
|
78
|
+
//# sourceMappingURL=RolesOutlinedIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/RolesOutlinedIcon.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 rolesOutlinedSvg = (\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 9.75785C19 9.47399 18.7583 9.19544 18.4004 9.19524H16.2002V18.195H18.4004C18.7583 18.1948 19 17.9163 19 17.6324V9.75785ZM9.7998 18.195H14.2002V9.19524H9.7998V18.195ZM5 17.6324L5.01074 17.7382C5.06188 17.9817 5.28643 18.1948 5.59961 18.195H7.7998V9.19524H5.59961C5.24171 9.19544 5 9.47399 5 9.75785V17.6324ZM14.2002 6.60763C14.2002 6.46782 14.1437 6.32785 14.0342 6.22003C13.9237 6.11126 13.7677 6.04502 13.5996 6.04502H10.4004C10.2323 6.04502 10.0763 6.11126 9.96582 6.22003C9.85632 6.32785 9.7998 6.46782 9.7998 6.60763V7.17024H14.2002V6.60763ZM16.2002 7.17024H18.4004C19.8094 7.17045 21 8.30225 21 9.75785V17.6324C21 19.088 19.8094 20.2198 18.4004 20.22H5.59961C4.27861 20.2198 3.14959 19.2251 3.01367 17.9014L3 17.6324V9.75785C3 8.30225 4.19058 7.17045 5.59961 7.17024H7.7998V6.60763C7.7998 5.91203 8.08071 5.25044 8.57129 4.76753C9.0609 4.28558 9.71979 4.02002 10.4004 4.02002H13.5996C14.2802 4.02002 14.9391 4.28558 15.4287 4.76753C15.9193 5.25044 16.2002 5.91203 16.2002 6.60763V7.17024Z\" />\n </svg>\n);\n\nconst rolesOutlinedIconDefinition = svgToIconDefinition(\n rolesOutlinedSvg,\n 'roles-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={rolesOutlinedIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'RolesOutlinedIcon';\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,y+BAAw+B;AAAA;AACl/B;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=RotateOutlinedIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RotateOutlinedIcon.d.ts","sourceRoot":"","sources":["../../src/icons/RotateOutlinedIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAoBxD,+oDAA+oD;AAC/oD,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"}
|