@uiuxicons/react 0.1.1 → 0.1.3
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 +9 -1
- package/dist/Icon.cjs +74 -0
- package/dist/Icon.d.cts +6 -0
- package/dist/Icon.d.ts +6 -0
- package/dist/Icon.js +50 -0
- package/dist/IconContext.cjs +30 -0
- package/dist/IconContext.d.cts +12 -0
- package/dist/IconContext.d.ts +12 -0
- package/dist/IconContext.js +6 -0
- package/dist/IconProvider.cjs +47 -0
- package/dist/IconProvider.d.cts +6 -0
- package/dist/IconProvider.d.ts +6 -0
- package/dist/IconProvider.js +23 -0
- package/dist/createIcon.cjs +37 -0
- package/dist/createIcon.d.cts +10 -0
- package/dist/createIcon.d.ts +10 -0
- package/dist/createIcon.js +13 -0
- package/dist/icons/align-bottom.cjs +56 -0
- package/dist/icons/align-bottom.d.cts +7 -0
- package/dist/icons/align-bottom.d.ts +7 -0
- package/dist/icons/align-bottom.js +32 -0
- package/dist/icons/align-center-horizontal.cjs +56 -0
- package/dist/icons/align-center-horizontal.d.cts +7 -0
- package/dist/icons/align-center-horizontal.d.ts +7 -0
- package/dist/icons/align-center-horizontal.js +32 -0
- package/dist/icons/align-center-vertical.cjs +56 -0
- package/dist/icons/align-center-vertical.d.cts +7 -0
- package/dist/icons/align-center-vertical.d.ts +7 -0
- package/dist/icons/align-center-vertical.js +32 -0
- package/dist/icons/align-left.cjs +56 -0
- package/dist/icons/align-left.d.cts +7 -0
- package/dist/icons/align-left.d.ts +7 -0
- package/dist/icons/align-left.js +32 -0
- package/dist/icons/align-right.cjs +56 -0
- package/dist/icons/align-right.d.cts +7 -0
- package/dist/icons/align-right.d.ts +7 -0
- package/dist/icons/align-right.js +32 -0
- package/dist/icons/align-top.cjs +56 -0
- package/dist/icons/align-top.d.cts +7 -0
- package/dist/icons/align-top.d.ts +7 -0
- package/dist/icons/align-top.js +32 -0
- package/dist/icons/angle.cjs +56 -0
- package/dist/icons/angle.d.cts +7 -0
- package/dist/icons/angle.d.ts +7 -0
- package/dist/icons/angle.js +32 -0
- package/dist/icons/app-window.cjs +56 -0
- package/dist/icons/app-window.d.cts +7 -0
- package/dist/icons/app-window.d.ts +7 -0
- package/dist/icons/app-window.js +32 -0
- package/dist/icons/archive-x.cjs +56 -0
- package/dist/icons/archive-x.d.cts +7 -0
- package/dist/icons/archive-x.d.ts +7 -0
- package/dist/icons/archive-x.js +32 -0
- package/dist/icons/archive.cjs +56 -0
- package/dist/icons/archive.d.cts +7 -0
- package/dist/icons/archive.d.ts +7 -0
- package/dist/icons/archive.js +32 -0
- package/dist/icons/arrow-circle-down-left.cjs +56 -0
- package/dist/icons/arrow-circle-down-left.d.cts +7 -0
- package/dist/icons/arrow-circle-down-left.d.ts +7 -0
- package/dist/icons/arrow-circle-down-left.js +32 -0
- package/dist/icons/arrow-circle-down-right.cjs +56 -0
- package/dist/icons/arrow-circle-down-right.d.cts +7 -0
- package/dist/icons/arrow-circle-down-right.d.ts +7 -0
- package/dist/icons/arrow-circle-down-right.js +32 -0
- package/dist/icons/arrow-circle-down.cjs +56 -0
- package/dist/icons/arrow-circle-down.d.cts +7 -0
- package/dist/icons/arrow-circle-down.d.ts +7 -0
- package/dist/icons/arrow-circle-down.js +32 -0
- package/dist/icons/arrow-circle-left.cjs +56 -0
- package/dist/icons/arrow-circle-left.d.cts +7 -0
- package/dist/icons/arrow-circle-left.d.ts +7 -0
- package/dist/icons/arrow-circle-left.js +32 -0
- package/dist/icons/arrow-circle-right.cjs +56 -0
- package/dist/icons/arrow-circle-right.d.cts +7 -0
- package/dist/icons/arrow-circle-right.d.ts +7 -0
- package/dist/icons/arrow-circle-right.js +32 -0
- package/dist/icons/arrow-circle-up-left.cjs +56 -0
- package/dist/icons/arrow-circle-up-left.d.cts +7 -0
- package/dist/icons/arrow-circle-up-left.d.ts +7 -0
- package/dist/icons/arrow-circle-up-left.js +32 -0
- package/dist/icons/arrow-circle-up-right.cjs +56 -0
- package/dist/icons/arrow-circle-up-right.d.cts +7 -0
- package/dist/icons/arrow-circle-up-right.d.ts +7 -0
- package/dist/icons/arrow-circle-up-right.js +32 -0
- package/dist/icons/arrow-circle-up.cjs +56 -0
- package/dist/icons/arrow-circle-up.d.cts +7 -0
- package/dist/icons/arrow-circle-up.d.ts +7 -0
- package/dist/icons/arrow-circle-up.js +32 -0
- package/dist/icons/arrow-down-left.cjs +56 -0
- package/dist/icons/arrow-down-left.d.cts +7 -0
- package/dist/icons/arrow-down-left.d.ts +7 -0
- package/dist/icons/arrow-down-left.js +32 -0
- package/dist/icons/arrow-down-right.cjs +56 -0
- package/dist/icons/arrow-down-right.d.cts +7 -0
- package/dist/icons/arrow-down-right.d.ts +7 -0
- package/dist/icons/arrow-down-right.js +32 -0
- package/dist/icons/arrow-down.cjs +56 -0
- package/dist/icons/arrow-down.d.cts +7 -0
- package/dist/icons/arrow-down.d.ts +7 -0
- package/dist/icons/arrow-down.js +32 -0
- package/dist/icons/arrow-left.cjs +56 -0
- package/dist/icons/arrow-left.d.cts +7 -0
- package/dist/icons/arrow-left.d.ts +7 -0
- package/dist/icons/arrow-left.js +32 -0
- package/dist/icons/arrow-reload.cjs +56 -0
- package/dist/icons/arrow-reload.d.cts +7 -0
- package/dist/icons/arrow-reload.d.ts +7 -0
- package/dist/icons/arrow-reload.js +32 -0
- package/dist/icons/arrow-reset.cjs +56 -0
- package/dist/icons/arrow-reset.d.cts +7 -0
- package/dist/icons/arrow-reset.d.ts +7 -0
- package/dist/icons/arrow-reset.js +32 -0
- package/dist/icons/arrow-right.cjs +56 -0
- package/dist/icons/arrow-right.d.cts +7 -0
- package/dist/icons/arrow-right.d.ts +7 -0
- package/dist/icons/arrow-right.js +32 -0
- package/dist/icons/arrow-square-down-left.cjs +56 -0
- package/dist/icons/arrow-square-down-left.d.cts +7 -0
- package/dist/icons/arrow-square-down-left.d.ts +7 -0
- package/dist/icons/arrow-square-down-left.js +32 -0
- package/dist/icons/arrow-square-down-right.cjs +56 -0
- package/dist/icons/arrow-square-down-right.d.cts +7 -0
- package/dist/icons/arrow-square-down-right.d.ts +7 -0
- package/dist/icons/arrow-square-down-right.js +32 -0
- package/dist/icons/arrow-square-down.cjs +56 -0
- package/dist/icons/arrow-square-down.d.cts +7 -0
- package/dist/icons/arrow-square-down.d.ts +7 -0
- package/dist/icons/arrow-square-down.js +32 -0
- package/dist/icons/arrow-square-left.cjs +56 -0
- package/dist/icons/arrow-square-left.d.cts +7 -0
- package/dist/icons/arrow-square-left.d.ts +7 -0
- package/dist/icons/arrow-square-left.js +32 -0
- package/dist/icons/arrow-square-right.cjs +56 -0
- package/dist/icons/arrow-square-right.d.cts +7 -0
- package/dist/icons/arrow-square-right.d.ts +7 -0
- package/dist/icons/arrow-square-right.js +32 -0
- package/dist/icons/arrow-square-up-left.cjs +56 -0
- package/dist/icons/arrow-square-up-left.d.cts +7 -0
- package/dist/icons/arrow-square-up-left.d.ts +7 -0
- package/dist/icons/arrow-square-up-left.js +32 -0
- package/dist/icons/arrow-square-up-right.cjs +56 -0
- package/dist/icons/arrow-square-up-right.d.cts +7 -0
- package/dist/icons/arrow-square-up-right.d.ts +7 -0
- package/dist/icons/arrow-square-up-right.js +32 -0
- package/dist/icons/arrow-square-up.cjs +56 -0
- package/dist/icons/arrow-square-up.d.cts +7 -0
- package/dist/icons/arrow-square-up.d.ts +7 -0
- package/dist/icons/arrow-square-up.js +32 -0
- package/dist/icons/arrow-up-left.cjs +56 -0
- package/dist/icons/arrow-up-left.d.cts +7 -0
- package/dist/icons/arrow-up-left.d.ts +7 -0
- package/dist/icons/arrow-up-left.js +32 -0
- package/dist/icons/arrow-up-right.cjs +56 -0
- package/dist/icons/arrow-up-right.d.cts +7 -0
- package/dist/icons/arrow-up-right.d.ts +7 -0
- package/dist/icons/arrow-up-right.js +32 -0
- package/dist/icons/arrow-up.cjs +56 -0
- package/dist/icons/arrow-up.d.cts +7 -0
- package/dist/icons/arrow-up.d.ts +7 -0
- package/dist/icons/arrow-up.js +32 -0
- package/dist/icons/calendar-blank.cjs +56 -0
- package/dist/icons/calendar-blank.d.cts +7 -0
- package/dist/icons/calendar-blank.d.ts +7 -0
- package/dist/icons/calendar-blank.js +32 -0
- package/dist/icons/calendar-check.cjs +56 -0
- package/dist/icons/calendar-check.d.cts +7 -0
- package/dist/icons/calendar-check.d.ts +7 -0
- package/dist/icons/calendar-check.js +32 -0
- package/dist/icons/calendar-minus.cjs +56 -0
- package/dist/icons/calendar-minus.d.cts +7 -0
- package/dist/icons/calendar-minus.d.ts +7 -0
- package/dist/icons/calendar-minus.js +32 -0
- package/dist/icons/calendar-plus.cjs +56 -0
- package/dist/icons/calendar-plus.d.cts +7 -0
- package/dist/icons/calendar-plus.d.ts +7 -0
- package/dist/icons/calendar-plus.js +32 -0
- package/dist/icons/calendar-x.cjs +56 -0
- package/dist/icons/calendar-x.d.cts +7 -0
- package/dist/icons/calendar-x.d.ts +7 -0
- package/dist/icons/calendar-x.js +32 -0
- package/dist/icons/calendar.cjs +56 -0
- package/dist/icons/calendar.d.cts +7 -0
- package/dist/icons/calendar.d.ts +7 -0
- package/dist/icons/calendar.js +32 -0
- package/dist/icons/chevron-circle-down.cjs +56 -0
- package/dist/icons/chevron-circle-down.d.cts +7 -0
- package/dist/icons/chevron-circle-down.d.ts +7 -0
- package/dist/icons/chevron-circle-down.js +32 -0
- package/dist/icons/chevron-circle-left.cjs +56 -0
- package/dist/icons/chevron-circle-left.d.cts +7 -0
- package/dist/icons/chevron-circle-left.d.ts +7 -0
- package/dist/icons/chevron-circle-left.js +32 -0
- package/dist/icons/chevron-circle-right.cjs +56 -0
- package/dist/icons/chevron-circle-right.d.cts +7 -0
- package/dist/icons/chevron-circle-right.d.ts +7 -0
- package/dist/icons/chevron-circle-right.js +32 -0
- package/dist/icons/chevron-circle-up.cjs +56 -0
- package/dist/icons/chevron-circle-up.d.cts +7 -0
- package/dist/icons/chevron-circle-up.d.ts +7 -0
- package/dist/icons/chevron-circle-up.js +32 -0
- package/dist/icons/chevron-down.cjs +56 -0
- package/dist/icons/chevron-down.d.cts +7 -0
- package/dist/icons/chevron-down.d.ts +7 -0
- package/dist/icons/chevron-down.js +32 -0
- package/dist/icons/chevron-left.cjs +56 -0
- package/dist/icons/chevron-left.d.cts +7 -0
- package/dist/icons/chevron-left.d.ts +7 -0
- package/dist/icons/chevron-left.js +32 -0
- package/dist/icons/chevron-right.cjs +56 -0
- package/dist/icons/chevron-right.d.cts +7 -0
- package/dist/icons/chevron-right.d.ts +7 -0
- package/dist/icons/chevron-right.js +32 -0
- package/dist/icons/chevron-up.cjs +56 -0
- package/dist/icons/chevron-up.d.cts +7 -0
- package/dist/icons/chevron-up.d.ts +7 -0
- package/dist/icons/chevron-up.js +32 -0
- package/dist/icons/circle-dashed.cjs +56 -0
- package/dist/icons/circle-dashed.d.cts +7 -0
- package/dist/icons/circle-dashed.d.ts +7 -0
- package/dist/icons/circle-dashed.js +32 -0
- package/dist/icons/circle.cjs +56 -0
- package/dist/icons/circle.d.cts +7 -0
- package/dist/icons/circle.d.ts +7 -0
- package/dist/icons/circle.js +32 -0
- package/dist/icons/clock-am.cjs +56 -0
- package/dist/icons/clock-am.d.cts +7 -0
- package/dist/icons/clock-am.d.ts +7 -0
- package/dist/icons/clock-am.js +32 -0
- package/dist/icons/clock-ccw.cjs +56 -0
- package/dist/icons/clock-ccw.d.cts +7 -0
- package/dist/icons/clock-ccw.d.ts +7 -0
- package/dist/icons/clock-ccw.js +32 -0
- package/dist/icons/clock-cw.cjs +56 -0
- package/dist/icons/clock-cw.d.cts +7 -0
- package/dist/icons/clock-cw.d.ts +7 -0
- package/dist/icons/clock-cw.js +32 -0
- package/dist/icons/clock-minus.cjs +56 -0
- package/dist/icons/clock-minus.d.cts +7 -0
- package/dist/icons/clock-minus.d.ts +7 -0
- package/dist/icons/clock-minus.js +32 -0
- package/dist/icons/clock-plus.cjs +56 -0
- package/dist/icons/clock-plus.d.cts +7 -0
- package/dist/icons/clock-plus.d.ts +7 -0
- package/dist/icons/clock-plus.js +32 -0
- package/dist/icons/clock-pm.cjs +56 -0
- package/dist/icons/clock-pm.d.cts +7 -0
- package/dist/icons/clock-pm.d.ts +7 -0
- package/dist/icons/clock-pm.js +32 -0
- package/dist/icons/clock-z.cjs +56 -0
- package/dist/icons/clock-z.d.cts +7 -0
- package/dist/icons/clock-z.d.ts +7 -0
- package/dist/icons/clock-z.js +32 -0
- package/dist/icons/clock.cjs +56 -0
- package/dist/icons/clock.d.cts +7 -0
- package/dist/icons/clock.d.ts +7 -0
- package/dist/icons/clock.js +32 -0
- package/dist/icons/ellipsis-horizontal.cjs +56 -0
- package/dist/icons/ellipsis-horizontal.d.cts +7 -0
- package/dist/icons/ellipsis-horizontal.d.ts +7 -0
- package/dist/icons/ellipsis-horizontal.js +32 -0
- package/dist/icons/ellipsis-vertical.cjs +56 -0
- package/dist/icons/ellipsis-vertical.d.cts +7 -0
- package/dist/icons/ellipsis-vertical.d.ts +7 -0
- package/dist/icons/ellipsis-vertical.js +32 -0
- package/dist/icons/envelope-open.cjs +56 -0
- package/dist/icons/envelope-open.d.cts +7 -0
- package/dist/icons/envelope-open.d.ts +7 -0
- package/dist/icons/envelope-open.js +32 -0
- package/dist/icons/envelope.cjs +56 -0
- package/dist/icons/envelope.d.cts +7 -0
- package/dist/icons/envelope.d.ts +7 -0
- package/dist/icons/envelope.js +32 -0
- package/dist/icons/file-arrow-down.cjs +56 -0
- package/dist/icons/file-arrow-down.d.cts +7 -0
- package/dist/icons/file-arrow-down.d.ts +7 -0
- package/dist/icons/file-arrow-down.js +32 -0
- package/dist/icons/file-arrow-up.cjs +56 -0
- package/dist/icons/file-arrow-up.d.cts +7 -0
- package/dist/icons/file-arrow-up.d.ts +7 -0
- package/dist/icons/file-arrow-up.js +32 -0
- package/dist/icons/file-minus.cjs +56 -0
- package/dist/icons/file-minus.d.cts +7 -0
- package/dist/icons/file-minus.d.ts +7 -0
- package/dist/icons/file-minus.js +32 -0
- package/dist/icons/file-plus.cjs +56 -0
- package/dist/icons/file-plus.d.cts +7 -0
- package/dist/icons/file-plus.d.ts +7 -0
- package/dist/icons/file-plus.js +32 -0
- package/dist/icons/file-text.cjs +56 -0
- package/dist/icons/file-text.d.cts +7 -0
- package/dist/icons/file-text.d.ts +7 -0
- package/dist/icons/file-text.js +32 -0
- package/dist/icons/file-x.cjs +56 -0
- package/dist/icons/file-x.d.cts +7 -0
- package/dist/icons/file-x.d.ts +7 -0
- package/dist/icons/file-x.js +32 -0
- package/dist/icons/file.cjs +56 -0
- package/dist/icons/file.d.cts +7 -0
- package/dist/icons/file.d.ts +7 -0
- package/dist/icons/file.js +32 -0
- package/dist/icons/filter.cjs +56 -0
- package/dist/icons/filter.d.cts +7 -0
- package/dist/icons/filter.d.ts +7 -0
- package/dist/icons/filter.js +32 -0
- package/dist/icons/gear.cjs +56 -0
- package/dist/icons/gear.d.cts +7 -0
- package/dist/icons/gear.d.ts +7 -0
- package/dist/icons/gear.js +32 -0
- package/dist/icons/graduation-cap.cjs +67 -0
- package/dist/icons/graduation-cap.d.cts +7 -0
- package/dist/icons/graduation-cap.d.ts +7 -0
- package/dist/icons/graduation-cap.js +43 -0
- package/dist/icons/house.cjs +56 -0
- package/dist/icons/house.d.cts +7 -0
- package/dist/icons/house.d.ts +7 -0
- package/dist/icons/house.js +32 -0
- package/dist/icons/inbox-arrow-down.cjs +56 -0
- package/dist/icons/inbox-arrow-down.d.cts +7 -0
- package/dist/icons/inbox-arrow-down.d.ts +7 -0
- package/dist/icons/inbox-arrow-down.js +32 -0
- package/dist/icons/inbox-arrow-up.cjs +56 -0
- package/dist/icons/inbox-arrow-up.d.cts +7 -0
- package/dist/icons/inbox-arrow-up.d.ts +7 -0
- package/dist/icons/inbox-arrow-up.js +32 -0
- package/dist/icons/inbox.cjs +56 -0
- package/dist/icons/inbox.d.cts +7 -0
- package/dist/icons/inbox.d.ts +7 -0
- package/dist/icons/inbox.js +32 -0
- package/dist/icons/list.cjs +56 -0
- package/dist/icons/list.d.cts +7 -0
- package/dist/icons/list.d.ts +7 -0
- package/dist/icons/list.js +32 -0
- package/dist/icons/menu.cjs +56 -0
- package/dist/icons/menu.d.cts +7 -0
- package/dist/icons/menu.d.ts +7 -0
- package/dist/icons/menu.js +32 -0
- package/dist/icons/minus-circle.cjs +56 -0
- package/dist/icons/minus-circle.d.cts +7 -0
- package/dist/icons/minus-circle.d.ts +7 -0
- package/dist/icons/minus-circle.js +32 -0
- package/dist/icons/minus-square.cjs +56 -0
- package/dist/icons/minus-square.d.cts +7 -0
- package/dist/icons/minus-square.d.ts +7 -0
- package/dist/icons/minus-square.js +32 -0
- package/dist/icons/minus.cjs +56 -0
- package/dist/icons/minus.d.cts +7 -0
- package/dist/icons/minus.d.ts +7 -0
- package/dist/icons/minus.js +32 -0
- package/dist/icons/moon.cjs +56 -0
- package/dist/icons/moon.d.cts +7 -0
- package/dist/icons/moon.d.ts +7 -0
- package/dist/icons/moon.js +32 -0
- package/dist/icons/plus-circle.cjs +56 -0
- package/dist/icons/plus-circle.d.cts +7 -0
- package/dist/icons/plus-circle.d.ts +7 -0
- package/dist/icons/plus-circle.js +32 -0
- package/dist/icons/plus-square.cjs +56 -0
- package/dist/icons/plus-square.d.cts +7 -0
- package/dist/icons/plus-square.d.ts +7 -0
- package/dist/icons/plus-square.js +32 -0
- package/dist/icons/plus.cjs +56 -0
- package/dist/icons/plus.d.cts +7 -0
- package/dist/icons/plus.d.ts +7 -0
- package/dist/icons/plus.js +32 -0
- package/dist/icons/search.cjs +65 -0
- package/dist/icons/search.d.cts +7 -0
- package/dist/icons/search.d.ts +7 -0
- package/dist/icons/search.js +41 -0
- package/dist/icons/server-stack.cjs +56 -0
- package/dist/icons/server-stack.d.cts +7 -0
- package/dist/icons/server-stack.d.ts +7 -0
- package/dist/icons/server-stack.js +32 -0
- package/dist/icons/server.cjs +65 -0
- package/dist/icons/server.d.cts +7 -0
- package/dist/icons/server.d.ts +7 -0
- package/dist/icons/server.js +41 -0
- package/dist/icons/sliders-horizontal.cjs +56 -0
- package/dist/icons/sliders-horizontal.d.cts +7 -0
- package/dist/icons/sliders-horizontal.d.ts +7 -0
- package/dist/icons/sliders-horizontal.js +32 -0
- package/dist/icons/sliders-vertical.cjs +56 -0
- package/dist/icons/sliders-vertical.d.cts +7 -0
- package/dist/icons/sliders-vertical.d.ts +7 -0
- package/dist/icons/sliders-vertical.js +32 -0
- package/dist/icons/square-dashed.cjs +56 -0
- package/dist/icons/square-dashed.d.cts +7 -0
- package/dist/icons/square-dashed.d.ts +7 -0
- package/dist/icons/square-dashed.js +32 -0
- package/dist/icons/square.cjs +56 -0
- package/dist/icons/square.d.cts +7 -0
- package/dist/icons/square.d.ts +7 -0
- package/dist/icons/square.js +32 -0
- package/dist/icons/sun-dim.cjs +56 -0
- package/dist/icons/sun-dim.d.cts +7 -0
- package/dist/icons/sun-dim.d.ts +7 -0
- package/dist/icons/sun-dim.js +32 -0
- package/dist/icons/sun-horizon.cjs +56 -0
- package/dist/icons/sun-horizon.d.cts +7 -0
- package/dist/icons/sun-horizon.d.ts +7 -0
- package/dist/icons/sun-horizon.js +32 -0
- package/dist/icons/sun-moon.cjs +56 -0
- package/dist/icons/sun-moon.d.cts +7 -0
- package/dist/icons/sun-moon.d.ts +7 -0
- package/dist/icons/sun-moon.js +32 -0
- package/dist/icons/sun.cjs +56 -0
- package/dist/icons/sun.d.cts +7 -0
- package/dist/icons/sun.d.ts +7 -0
- package/dist/icons/sun.js +32 -0
- package/dist/icons/sunrise.cjs +56 -0
- package/dist/icons/sunrise.d.cts +7 -0
- package/dist/icons/sunrise.d.ts +7 -0
- package/dist/icons/sunrise.js +32 -0
- package/dist/icons/sunset.cjs +56 -0
- package/dist/icons/sunset.d.cts +7 -0
- package/dist/icons/sunset.d.ts +7 -0
- package/dist/icons/sunset.js +32 -0
- package/dist/icons/table.cjs +56 -0
- package/dist/icons/table.d.cts +7 -0
- package/dist/icons/table.d.ts +7 -0
- package/dist/icons/table.js +32 -0
- package/dist/icons/target.cjs +56 -0
- package/dist/icons/target.d.cts +7 -0
- package/dist/icons/target.d.ts +7 -0
- package/dist/icons/target.js +32 -0
- package/dist/icons/text-align-center.cjs +56 -0
- package/dist/icons/text-align-center.d.cts +7 -0
- package/dist/icons/text-align-center.d.ts +7 -0
- package/dist/icons/text-align-center.js +32 -0
- package/dist/icons/text-align-justify.cjs +56 -0
- package/dist/icons/text-align-justify.d.cts +7 -0
- package/dist/icons/text-align-justify.d.ts +7 -0
- package/dist/icons/text-align-justify.js +32 -0
- package/dist/icons/text-align-left.cjs +56 -0
- package/dist/icons/text-align-left.d.cts +7 -0
- package/dist/icons/text-align-left.d.ts +7 -0
- package/dist/icons/text-align-left.js +32 -0
- package/dist/icons/text-align-right.cjs +56 -0
- package/dist/icons/text-align-right.d.cts +7 -0
- package/dist/icons/text-align-right.d.ts +7 -0
- package/dist/icons/text-align-right.js +32 -0
- package/dist/icons/text-initial.cjs +56 -0
- package/dist/icons/text-initial.d.cts +7 -0
- package/dist/icons/text-initial.d.ts +7 -0
- package/dist/icons/text-initial.js +32 -0
- package/dist/icons/text-select.cjs +56 -0
- package/dist/icons/text-select.d.cts +7 -0
- package/dist/icons/text-select.d.ts +7 -0
- package/dist/icons/text-select.js +32 -0
- package/dist/icons/text.cjs +56 -0
- package/dist/icons/text.d.cts +7 -0
- package/dist/icons/text.d.ts +7 -0
- package/dist/icons/text.js +32 -0
- package/dist/icons/trash.cjs +56 -0
- package/dist/icons/trash.d.cts +7 -0
- package/dist/icons/trash.d.ts +7 -0
- package/dist/icons/trash.js +32 -0
- package/dist/icons/triangle-dashed.cjs +56 -0
- package/dist/icons/triangle-dashed.d.cts +7 -0
- package/dist/icons/triangle-dashed.d.ts +7 -0
- package/dist/icons/triangle-dashed.js +32 -0
- package/dist/icons/triangle.cjs +56 -0
- package/dist/icons/triangle.d.cts +7 -0
- package/dist/icons/triangle.d.ts +7 -0
- package/dist/icons/triangle.js +32 -0
- package/dist/icons/ui-ux.cjs +56 -0
- package/dist/icons/ui-ux.d.cts +7 -0
- package/dist/icons/ui-ux.d.ts +7 -0
- package/dist/icons/ui-ux.js +32 -0
- package/dist/icons/x-circle.cjs +56 -0
- package/dist/icons/x-circle.d.cts +7 -0
- package/dist/icons/x-circle.d.ts +7 -0
- package/dist/icons/x-circle.js +32 -0
- package/dist/icons/x-square.cjs +56 -0
- package/dist/icons/x-square.d.cts +7 -0
- package/dist/icons/x-square.d.ts +7 -0
- package/dist/icons/x-square.js +32 -0
- package/dist/icons/x.cjs +56 -0
- package/dist/icons/x.d.cts +7 -0
- package/dist/icons/x.d.ts +7 -0
- package/dist/icons/x.js +32 -0
- package/dist/index.cjs +237 -3494
- package/dist/index.d.cts +120 -257
- package/dist/index.d.ts +120 -257
- package/dist/index.js +120 -3378
- package/dist/types.cjs +17 -0
- package/dist/types.d.cts +31 -0
- package/dist/types.d.ts +31 -0
- package/dist/types.js +1 -0
- package/package.json +14 -4
package/dist/index.d.cts
CHANGED
|
@@ -1,257 +1,120 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
declare const IconChevronCircleUp: IconComponent;
|
|
122
|
-
|
|
123
|
-
declare const IconChevronDown: IconComponent;
|
|
124
|
-
|
|
125
|
-
declare const IconChevronLeft: IconComponent;
|
|
126
|
-
|
|
127
|
-
declare const IconChevronRight: IconComponent;
|
|
128
|
-
|
|
129
|
-
declare const IconChevronUp: IconComponent;
|
|
130
|
-
|
|
131
|
-
declare const IconCircle: IconComponent;
|
|
132
|
-
|
|
133
|
-
declare const IconCircleDashed: IconComponent;
|
|
134
|
-
|
|
135
|
-
declare const IconClock: IconComponent;
|
|
136
|
-
|
|
137
|
-
declare const IconClockAm: IconComponent;
|
|
138
|
-
|
|
139
|
-
declare const IconClockCcw: IconComponent;
|
|
140
|
-
|
|
141
|
-
declare const IconClockCw: IconComponent;
|
|
142
|
-
|
|
143
|
-
declare const IconClockMinus: IconComponent;
|
|
144
|
-
|
|
145
|
-
declare const IconClockPlus: IconComponent;
|
|
146
|
-
|
|
147
|
-
declare const IconClockPm: IconComponent;
|
|
148
|
-
|
|
149
|
-
declare const IconClockZ: IconComponent;
|
|
150
|
-
|
|
151
|
-
declare const IconEllipsisHorizontal: IconComponent;
|
|
152
|
-
|
|
153
|
-
declare const IconEllipsisVertical: IconComponent;
|
|
154
|
-
|
|
155
|
-
declare const IconEnvelope: IconComponent;
|
|
156
|
-
|
|
157
|
-
declare const IconEnvelopeOpen: IconComponent;
|
|
158
|
-
|
|
159
|
-
declare const IconFile: IconComponent;
|
|
160
|
-
|
|
161
|
-
declare const IconFileArrowDown: IconComponent;
|
|
162
|
-
|
|
163
|
-
declare const IconFileArrowUp: IconComponent;
|
|
164
|
-
|
|
165
|
-
declare const IconFileMinus: IconComponent;
|
|
166
|
-
|
|
167
|
-
declare const IconFilePlus: IconComponent;
|
|
168
|
-
|
|
169
|
-
declare const IconFileText: IconComponent;
|
|
170
|
-
|
|
171
|
-
declare const IconFileX: IconComponent;
|
|
172
|
-
|
|
173
|
-
declare const IconFilter: IconComponent;
|
|
174
|
-
|
|
175
|
-
declare const IconGear: IconComponent;
|
|
176
|
-
|
|
177
|
-
declare const IconHouse: IconComponent;
|
|
178
|
-
|
|
179
|
-
declare const IconInbox: IconComponent;
|
|
180
|
-
|
|
181
|
-
declare const IconInboxArrowDown: IconComponent;
|
|
182
|
-
|
|
183
|
-
declare const IconInboxArrowUp: IconComponent;
|
|
184
|
-
|
|
185
|
-
declare const IconList: IconComponent;
|
|
186
|
-
|
|
187
|
-
declare const IconMenu: IconComponent;
|
|
188
|
-
|
|
189
|
-
declare const IconMinus: IconComponent;
|
|
190
|
-
|
|
191
|
-
declare const IconMinusCircle: IconComponent;
|
|
192
|
-
|
|
193
|
-
declare const IconMinusSquare: IconComponent;
|
|
194
|
-
|
|
195
|
-
declare const IconMoon: IconComponent;
|
|
196
|
-
|
|
197
|
-
declare const IconPlus: IconComponent;
|
|
198
|
-
|
|
199
|
-
declare const IconPlusCircle: IconComponent;
|
|
200
|
-
|
|
201
|
-
declare const IconPlusSquare: IconComponent;
|
|
202
|
-
|
|
203
|
-
declare const IconSearch: IconComponent;
|
|
204
|
-
|
|
205
|
-
declare const IconServer: IconComponent;
|
|
206
|
-
|
|
207
|
-
declare const IconServerStack: IconComponent;
|
|
208
|
-
|
|
209
|
-
declare const IconSquare: IconComponent;
|
|
210
|
-
|
|
211
|
-
declare const IconSquareDashed: IconComponent;
|
|
212
|
-
|
|
213
|
-
declare const IconSun: IconComponent;
|
|
214
|
-
|
|
215
|
-
declare const IconSunDim: IconComponent;
|
|
216
|
-
|
|
217
|
-
declare const IconSunHorizon: IconComponent;
|
|
218
|
-
|
|
219
|
-
declare const IconSunMoon: IconComponent;
|
|
220
|
-
|
|
221
|
-
declare const IconSunrise: IconComponent;
|
|
222
|
-
|
|
223
|
-
declare const IconSunset: IconComponent;
|
|
224
|
-
|
|
225
|
-
declare const IconTable: IconComponent;
|
|
226
|
-
|
|
227
|
-
declare const IconTarget: IconComponent;
|
|
228
|
-
|
|
229
|
-
declare const IconText: IconComponent;
|
|
230
|
-
|
|
231
|
-
declare const IconTextAlignCenter: IconComponent;
|
|
232
|
-
|
|
233
|
-
declare const IconTextAlignJustify: IconComponent;
|
|
234
|
-
|
|
235
|
-
declare const IconTextAlignLeft: IconComponent;
|
|
236
|
-
|
|
237
|
-
declare const IconTextAlignRight: IconComponent;
|
|
238
|
-
|
|
239
|
-
declare const IconTextInitial: IconComponent;
|
|
240
|
-
|
|
241
|
-
declare const IconTextSelect: IconComponent;
|
|
242
|
-
|
|
243
|
-
declare const IconTrash: IconComponent;
|
|
244
|
-
|
|
245
|
-
declare const IconTriangle: IconComponent;
|
|
246
|
-
|
|
247
|
-
declare const IconTriangleDashed: IconComponent;
|
|
248
|
-
|
|
249
|
-
declare const IconUiUx: IconComponent;
|
|
250
|
-
|
|
251
|
-
declare const IconX: IconComponent;
|
|
252
|
-
|
|
253
|
-
declare const IconXCircle: IconComponent;
|
|
254
|
-
|
|
255
|
-
declare const IconXSquare: IconComponent;
|
|
256
|
-
|
|
257
|
-
export { IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconAngle, IconAppWindow, IconArchive, IconArchiveX, IconArrowCircleDown, IconArrowCircleDownLeft, IconArrowCircleDownRight, IconArrowCircleLeft, IconArrowCircleRight, IconArrowCircleUp, IconArrowCircleUpLeft, IconArrowCircleUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowLeft, IconArrowReload, IconArrowReset, IconArrowRight, IconArrowSquareDown, IconArrowSquareDownLeft, IconArrowSquareDownRight, IconArrowSquareLeft, IconArrowSquareRight, IconArrowSquareUp, IconArrowSquareUpLeft, IconArrowSquareUpRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconCalendar, IconCalendarBlank, IconCalendarCheck, IconCalendarMinus, IconCalendarPlus, IconCalendarX, IconChevronCircleDown, IconChevronCircleLeft, IconChevronCircleRight, IconChevronCircleUp, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleDashed, IconClock, IconClockAm, IconClockCcw, IconClockCw, IconClockMinus, IconClockPlus, IconClockPm, IconClockZ, IconEllipsisHorizontal, IconEllipsisVertical, IconEnvelope, IconEnvelopeOpen, IconFile, IconFileArrowDown, IconFileArrowUp, IconFileMinus, IconFilePlus, IconFileText, IconFileX, IconFilter, IconGear, IconHouse, IconInbox, IconInboxArrowDown, IconInboxArrowUp, IconList, IconMenu, IconMinus, IconMinusCircle, IconMinusSquare, IconMoon, IconPlus, IconPlusCircle, IconPlusSquare, type IconProps, IconProvider, type IconProviderProps, IconSearch, IconServer, IconServerStack, IconSquare, IconSquareDashed, IconSun, IconSunDim, IconSunHorizon, IconSunMoon, IconSunrise, IconSunset, IconTable, IconTarget, IconText, IconTextAlignCenter, IconTextAlignJustify, IconTextAlignLeft, IconTextAlignRight, IconTextInitial, IconTextSelect, IconTrash, IconTriangle, IconTriangleDashed, IconUiUx, type IconVariant, type IconWeight, IconX, IconXCircle, IconXSquare };
|
|
1
|
+
export { IconProps, IconProviderProps, IconVariant, IconWeight } from './types.cjs';
|
|
2
|
+
export { IconProvider } from './IconProvider.cjs';
|
|
3
|
+
export { IconAlignBottom } from './icons/align-bottom.cjs';
|
|
4
|
+
export { IconAlignCenterHorizontal } from './icons/align-center-horizontal.cjs';
|
|
5
|
+
export { IconAlignCenterVertical } from './icons/align-center-vertical.cjs';
|
|
6
|
+
export { IconAlignLeft } from './icons/align-left.cjs';
|
|
7
|
+
export { IconAlignRight } from './icons/align-right.cjs';
|
|
8
|
+
export { IconAlignTop } from './icons/align-top.cjs';
|
|
9
|
+
export { IconAngle } from './icons/angle.cjs';
|
|
10
|
+
export { IconAppWindow } from './icons/app-window.cjs';
|
|
11
|
+
export { IconArchive } from './icons/archive.cjs';
|
|
12
|
+
export { IconArchiveX } from './icons/archive-x.cjs';
|
|
13
|
+
export { IconArrowCircleDown } from './icons/arrow-circle-down.cjs';
|
|
14
|
+
export { IconArrowCircleDownLeft } from './icons/arrow-circle-down-left.cjs';
|
|
15
|
+
export { IconArrowCircleDownRight } from './icons/arrow-circle-down-right.cjs';
|
|
16
|
+
export { IconArrowCircleLeft } from './icons/arrow-circle-left.cjs';
|
|
17
|
+
export { IconArrowCircleRight } from './icons/arrow-circle-right.cjs';
|
|
18
|
+
export { IconArrowCircleUp } from './icons/arrow-circle-up.cjs';
|
|
19
|
+
export { IconArrowCircleUpLeft } from './icons/arrow-circle-up-left.cjs';
|
|
20
|
+
export { IconArrowCircleUpRight } from './icons/arrow-circle-up-right.cjs';
|
|
21
|
+
export { IconArrowDown } from './icons/arrow-down.cjs';
|
|
22
|
+
export { IconArrowDownLeft } from './icons/arrow-down-left.cjs';
|
|
23
|
+
export { IconArrowDownRight } from './icons/arrow-down-right.cjs';
|
|
24
|
+
export { IconArrowLeft } from './icons/arrow-left.cjs';
|
|
25
|
+
export { IconArrowReload } from './icons/arrow-reload.cjs';
|
|
26
|
+
export { IconArrowReset } from './icons/arrow-reset.cjs';
|
|
27
|
+
export { IconArrowRight } from './icons/arrow-right.cjs';
|
|
28
|
+
export { IconArrowSquareDown } from './icons/arrow-square-down.cjs';
|
|
29
|
+
export { IconArrowSquareDownLeft } from './icons/arrow-square-down-left.cjs';
|
|
30
|
+
export { IconArrowSquareDownRight } from './icons/arrow-square-down-right.cjs';
|
|
31
|
+
export { IconArrowSquareLeft } from './icons/arrow-square-left.cjs';
|
|
32
|
+
export { IconArrowSquareRight } from './icons/arrow-square-right.cjs';
|
|
33
|
+
export { IconArrowSquareUp } from './icons/arrow-square-up.cjs';
|
|
34
|
+
export { IconArrowSquareUpLeft } from './icons/arrow-square-up-left.cjs';
|
|
35
|
+
export { IconArrowSquareUpRight } from './icons/arrow-square-up-right.cjs';
|
|
36
|
+
export { IconArrowUp } from './icons/arrow-up.cjs';
|
|
37
|
+
export { IconArrowUpLeft } from './icons/arrow-up-left.cjs';
|
|
38
|
+
export { IconArrowUpRight } from './icons/arrow-up-right.cjs';
|
|
39
|
+
export { IconCalendar } from './icons/calendar.cjs';
|
|
40
|
+
export { IconCalendarBlank } from './icons/calendar-blank.cjs';
|
|
41
|
+
export { IconCalendarCheck } from './icons/calendar-check.cjs';
|
|
42
|
+
export { IconCalendarMinus } from './icons/calendar-minus.cjs';
|
|
43
|
+
export { IconCalendarPlus } from './icons/calendar-plus.cjs';
|
|
44
|
+
export { IconCalendarX } from './icons/calendar-x.cjs';
|
|
45
|
+
export { IconChevronCircleDown } from './icons/chevron-circle-down.cjs';
|
|
46
|
+
export { IconChevronCircleLeft } from './icons/chevron-circle-left.cjs';
|
|
47
|
+
export { IconChevronCircleRight } from './icons/chevron-circle-right.cjs';
|
|
48
|
+
export { IconChevronCircleUp } from './icons/chevron-circle-up.cjs';
|
|
49
|
+
export { IconChevronDown } from './icons/chevron-down.cjs';
|
|
50
|
+
export { IconChevronLeft } from './icons/chevron-left.cjs';
|
|
51
|
+
export { IconChevronRight } from './icons/chevron-right.cjs';
|
|
52
|
+
export { IconChevronUp } from './icons/chevron-up.cjs';
|
|
53
|
+
export { IconCircle } from './icons/circle.cjs';
|
|
54
|
+
export { IconCircleDashed } from './icons/circle-dashed.cjs';
|
|
55
|
+
export { IconClock } from './icons/clock.cjs';
|
|
56
|
+
export { IconClockAm } from './icons/clock-am.cjs';
|
|
57
|
+
export { IconClockCcw } from './icons/clock-ccw.cjs';
|
|
58
|
+
export { IconClockCw } from './icons/clock-cw.cjs';
|
|
59
|
+
export { IconClockMinus } from './icons/clock-minus.cjs';
|
|
60
|
+
export { IconClockPlus } from './icons/clock-plus.cjs';
|
|
61
|
+
export { IconClockPm } from './icons/clock-pm.cjs';
|
|
62
|
+
export { IconClockZ } from './icons/clock-z.cjs';
|
|
63
|
+
export { IconEllipsisHorizontal } from './icons/ellipsis-horizontal.cjs';
|
|
64
|
+
export { IconEllipsisVertical } from './icons/ellipsis-vertical.cjs';
|
|
65
|
+
export { IconEnvelope } from './icons/envelope.cjs';
|
|
66
|
+
export { IconEnvelopeOpen } from './icons/envelope-open.cjs';
|
|
67
|
+
export { IconFile } from './icons/file.cjs';
|
|
68
|
+
export { IconFileArrowDown } from './icons/file-arrow-down.cjs';
|
|
69
|
+
export { IconFileArrowUp } from './icons/file-arrow-up.cjs';
|
|
70
|
+
export { IconFileMinus } from './icons/file-minus.cjs';
|
|
71
|
+
export { IconFilePlus } from './icons/file-plus.cjs';
|
|
72
|
+
export { IconFileText } from './icons/file-text.cjs';
|
|
73
|
+
export { IconFileX } from './icons/file-x.cjs';
|
|
74
|
+
export { IconFilter } from './icons/filter.cjs';
|
|
75
|
+
export { IconGear } from './icons/gear.cjs';
|
|
76
|
+
export { IconGraduationCap } from './icons/graduation-cap.cjs';
|
|
77
|
+
export { IconHouse } from './icons/house.cjs';
|
|
78
|
+
export { IconInbox } from './icons/inbox.cjs';
|
|
79
|
+
export { IconInboxArrowDown } from './icons/inbox-arrow-down.cjs';
|
|
80
|
+
export { IconInboxArrowUp } from './icons/inbox-arrow-up.cjs';
|
|
81
|
+
export { IconList } from './icons/list.cjs';
|
|
82
|
+
export { IconMenu } from './icons/menu.cjs';
|
|
83
|
+
export { IconMinus } from './icons/minus.cjs';
|
|
84
|
+
export { IconMinusCircle } from './icons/minus-circle.cjs';
|
|
85
|
+
export { IconMinusSquare } from './icons/minus-square.cjs';
|
|
86
|
+
export { IconMoon } from './icons/moon.cjs';
|
|
87
|
+
export { IconPlus } from './icons/plus.cjs';
|
|
88
|
+
export { IconPlusCircle } from './icons/plus-circle.cjs';
|
|
89
|
+
export { IconPlusSquare } from './icons/plus-square.cjs';
|
|
90
|
+
export { IconSearch } from './icons/search.cjs';
|
|
91
|
+
export { IconServer } from './icons/server.cjs';
|
|
92
|
+
export { IconServerStack } from './icons/server-stack.cjs';
|
|
93
|
+
export { IconSlidersHorizontal } from './icons/sliders-horizontal.cjs';
|
|
94
|
+
export { IconSlidersVertical } from './icons/sliders-vertical.cjs';
|
|
95
|
+
export { IconSquare } from './icons/square.cjs';
|
|
96
|
+
export { IconSquareDashed } from './icons/square-dashed.cjs';
|
|
97
|
+
export { IconSun } from './icons/sun.cjs';
|
|
98
|
+
export { IconSunDim } from './icons/sun-dim.cjs';
|
|
99
|
+
export { IconSunHorizon } from './icons/sun-horizon.cjs';
|
|
100
|
+
export { IconSunMoon } from './icons/sun-moon.cjs';
|
|
101
|
+
export { IconSunrise } from './icons/sunrise.cjs';
|
|
102
|
+
export { IconSunset } from './icons/sunset.cjs';
|
|
103
|
+
export { IconTable } from './icons/table.cjs';
|
|
104
|
+
export { IconTarget } from './icons/target.cjs';
|
|
105
|
+
export { IconText } from './icons/text.cjs';
|
|
106
|
+
export { IconTextAlignCenter } from './icons/text-align-center.cjs';
|
|
107
|
+
export { IconTextAlignJustify } from './icons/text-align-justify.cjs';
|
|
108
|
+
export { IconTextAlignLeft } from './icons/text-align-left.cjs';
|
|
109
|
+
export { IconTextAlignRight } from './icons/text-align-right.cjs';
|
|
110
|
+
export { IconTextInitial } from './icons/text-initial.cjs';
|
|
111
|
+
export { IconTextSelect } from './icons/text-select.cjs';
|
|
112
|
+
export { IconTrash } from './icons/trash.cjs';
|
|
113
|
+
export { IconTriangle } from './icons/triangle.cjs';
|
|
114
|
+
export { IconTriangleDashed } from './icons/triangle-dashed.cjs';
|
|
115
|
+
export { IconUiUx } from './icons/ui-ux.cjs';
|
|
116
|
+
export { IconX } from './icons/x.cjs';
|
|
117
|
+
export { IconXCircle } from './icons/x-circle.cjs';
|
|
118
|
+
export { IconXSquare } from './icons/x-square.cjs';
|
|
119
|
+
import 'react';
|
|
120
|
+
import './createIcon.cjs';
|