@uiuxicons/react 0.1.0 → 0.1.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 +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/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/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 +228 -3494
- package/dist/index.d.cts +117 -255
- package/dist/index.d.ts +117 -255
- package/dist/index.js +114 -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
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconCircle = /* @__PURE__ */ createIcon("circle", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21.5 12a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21.75 12c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconCircle
|
|
32
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
var clock_am_exports = {};
|
|
21
|
+
__export(clock_am_exports, {
|
|
22
|
+
IconClockAm: () => IconClockAm
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(clock_am_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconClockAm = /* @__PURE__ */ (0, import_createIcon.createIcon)("clock-am", {
|
|
28
|
+
line: {
|
|
29
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0m-9-.104a.75.75 0 0 1-.22.53l-2.755 2.756a.5.5 0 1 1-.707-.707l2.682-2.682V7a.5.5 0 0 1 1 0z" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75m-9-.104a1 1 0 0 1-.293.707l-2.755 2.755a.75.75 0 1 1-1.06-1.06l2.608-2.608V7a.75.75 0 0 1 1.5 0z" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9-.104c0 .332-.132.65-.366.884l-2.755 2.755a1 1 0 1 1-1.414-1.414L11 11.586V7a1 1 0 0 1 2 0z" }) })
|
|
32
|
+
},
|
|
33
|
+
duotone: {
|
|
34
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0m-9-.104a.75.75 0 0 1-.22.53l-2.755 2.756a.5.5 0 1 1-.707-.707l2.682-2.682V7a.5.5 0 0 1 1 0z" })
|
|
37
|
+
] }),
|
|
38
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75m-9-.104a1 1 0 0 1-.293.707l-2.755 2.755a.75.75 0 1 1-1.06-1.06l2.608-2.608V7a.75.75 0 0 1 1.5 0z" })
|
|
41
|
+
] }),
|
|
42
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9-.104c0 .332-.132.65-.366.884l-2.755 2.755a1 1 0 1 1-1.414-1.414L11 11.586V7a1 1 0 0 1 2 0z" })
|
|
45
|
+
] })
|
|
46
|
+
},
|
|
47
|
+
solid: {
|
|
48
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M12 2.5a9.5 9.5 0 1 1 0 19 9.5 9.5 0 0 1 0-19m0 4a.5.5 0 0 0-.5.5l.001 4.793-2.683 2.682a.501.501 0 0 0 .707.708l2.756-2.756c.14-.14.22-.332.22-.53L12.5 7a.5.5 0 0 0-.5-.5" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M12 2.25c5.385 0 9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25m0 4a.75.75 0 0 0-.75.75l.001 4.69-2.61 2.608a.751.751 0 0 0 1.061 1.061l2.756-2.755c.187-.188.293-.442.293-.707L12.75 7a.75.75 0 0 0-.75-.75" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 4a1 1 0 0 0-1 1l.001 4.586-2.536 2.535a1.001 1.001 0 0 0 1.414 1.415l2.756-2.756a1.25 1.25 0 0 0 .366-.883L13 7a1 1 0 0 0-1-1" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconClockAm
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconClockAm = /* @__PURE__ */ createIcon("clock-am", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0m-9-.104a.75.75 0 0 1-.22.53l-2.755 2.756a.5.5 0 1 1-.707-.707l2.682-2.682V7a.5.5 0 0 1 1 0z" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75m-9-.104a1 1 0 0 1-.293.707l-2.755 2.755a.75.75 0 1 1-1.06-1.06l2.608-2.608V7a.75.75 0 0 1 1.5 0z" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9-.104c0 .332-.132.65-.366.884l-2.755 2.755a1 1 0 1 1-1.414-1.414L11 11.586V7a1 1 0 0 1 2 0z" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0m-9-.104a.75.75 0 0 1-.22.53l-2.755 2.756a.5.5 0 1 1-.707-.707l2.682-2.682V7a.5.5 0 0 1 1 0z" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75m-9-.104a1 1 0 0 1-.293.707l-2.755 2.755a.75.75 0 1 1-1.06-1.06l2.608-2.608V7a.75.75 0 0 1 1.5 0z" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9-.104c0 .332-.132.65-.366.884l-2.755 2.755a1 1 0 1 1-1.414-1.414L11 11.586V7a1 1 0 0 1 2 0z" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 2.5a9.5 9.5 0 1 1 0 19 9.5 9.5 0 0 1 0-19m0 4a.5.5 0 0 0-.5.5l.001 4.793-2.683 2.682a.501.501 0 0 0 .707.708l2.756-2.756c.14-.14.22-.332.22-.53L12.5 7a.5.5 0 0 0-.5-.5" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 2.25c5.385 0 9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25m0 4a.75.75 0 0 0-.75.75l.001 4.69-2.61 2.608a.751.751 0 0 0 1.061 1.061l2.756-2.755c.187-.188.293-.442.293-.707L12.75 7a.75.75 0 0 0-.75-.75" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 4a1 1 0 0 0-1 1l.001 4.586-2.536 2.535a1.001 1.001 0 0 0 1.414 1.415l2.756-2.756a1.25 1.25 0 0 0 .366-.883L13 7a1 1 0 0 0-1-1" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconClockAm
|
|
32
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
var clock_ccw_exports = {};
|
|
21
|
+
__export(clock_ccw_exports, {
|
|
22
|
+
IconClockCcw: () => IconClockCcw
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(clock_ccw_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconClockCcw = /* @__PURE__ */ (0, import_createIcon.createIcon)("clock-ccw", {
|
|
28
|
+
line: {
|
|
29
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.282 5.282a9.5 9.5 0 1 1-2.78 6.923.5.5 0 0 1 1-.021A8.501 8.501 0 1 0 5.477 6.55h2.521a.5.5 0 0 1 0 1H4.721a1 1 0 0 1-1-1V3.27a.5.5 0 0 1 1 0v2.625q.265-.315.56-.613M11.502 7a.5.5 0 0 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.104 5.105c3.807-3.807 9.981-3.807 13.789 0s3.807 9.982 0 13.79-9.982 3.807-13.79 0A9.72 9.72 0 0 1 2.25 12.21a.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 2.414-6.013l-.128.134h1.962a.75.75 0 0 1 0 1.5H4.72c-.69 0-1.25-.56-1.25-1.25V3.27a.75.75 0 0 1 1.5 0v1.975zM11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.221 4.65c3.923-3.623 10.04-3.53 13.85.279 3.905 3.905 3.905 10.237 0 14.143-3.906 3.905-10.238 3.905-14.143 0a9.97 9.97 0 0 1-2.927-6.856 1 1 0 0 1 2-.043A8 8 0 1 0 6.652 6.05H8a1 1 0 0 1 0 2H4.721a1.5 1.5 0 0 1-1.5-1.5V3.27a1 1 0 0 1 2 0zM11.001 7a1 1 0 1 1 2 0v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" }) })
|
|
32
|
+
},
|
|
33
|
+
duotone: {
|
|
34
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.282 5.282a9.5 9.5 0 1 1-2.78 6.923.5.5 0 0 1 1-.021A8.5 8.5 0 1 0 5.477 6.55h2.521a.5.5 0 0 1 0 1H4.721a1 1 0 0 1-1-1V3.27a.5.5 0 0 1 1 0v2.625q.265-.316.56-.613M11.502 7a.5.5 0 0 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" })
|
|
37
|
+
] }),
|
|
38
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.105 5.105c3.807-3.807 9.981-3.807 13.789 0s3.807 9.982 0 13.79-9.982 3.807-13.79 0a9.72 9.72 0 0 1-2.853-6.684.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 2.414-6.013l-.128.134H8a.75.75 0 0 1 0 1.5H4.721c-.69 0-1.25-.56-1.25-1.25V3.27a.75.75 0 0 1 1.5 0v1.975zM11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" })
|
|
41
|
+
] }),
|
|
42
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.221 4.65c3.923-3.623 10.04-3.53 13.85.279 3.905 3.905 3.905 10.237 0 14.143-3.906 3.905-10.238 3.905-14.143 0a9.97 9.97 0 0 1-2.927-6.856 1 1 0 0 1 2-.043A8 8 0 1 0 6.652 6.05H8a1 1 0 0 1 0 2H4.721a1.5 1.5 0 0 1-1.5-1.5V3.27a1 1 0 0 1 2 0zM11.001 7a1 1 0 1 1 2 0v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" })
|
|
45
|
+
] })
|
|
46
|
+
},
|
|
47
|
+
solid: {
|
|
48
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M6.162 4.506a9.5 9.5 0 1 1-3.661 7.7.5.5 0 0 1 1-.022 8.501 8.501 0 1 0 3.374-6.965l1.461 1.462a.51.51 0 0 1-.361.87H4.72a1 1 0 0 1-1-1V3.295a.51.51 0 0 1 .808-.415l.063.055zM12.001 6.5a.5.5 0 0 1 .5.5v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75V7a.5.5 0 0 1 .5-.5" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M6.182 4.174C10 1.33 15.426 1.64 18.892 5.106c3.808 3.808 3.808 9.981 0 13.789s-9.981 3.808-13.789 0a9.72 9.72 0 0 1-2.853-6.684.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 3.507-6.93L8.51 6.504a.76.76 0 0 1-.538 1.297H4.72c-.69 0-1.25-.56-1.25-1.25V3.295c0-.634.72-.972 1.205-.618l.093.081zM12 6.25a.75.75 0 0 1 .75.75v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1V7a.75.75 0 0 1 .75-.75" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M6.21 3.847c3.905-2.78 9.358-2.42 12.86 1.082 3.906 3.905 3.906 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0a9.97 9.97 0 0 1-2.927-6.855 1.001 1.001 0 0 1 2-.043 8 8 0 1 0 3.646-6.888L8.69 6.327c.635.636.184 1.724-.715 1.724H4.72a1.5 1.5 0 0 1-1.5-1.5V3.295c0-.844.957-1.293 1.6-.821l.125.107zM12.001 6a1 1 0 0 1 1 1v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25V7a1 1 0 0 1 1-1" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconClockCcw
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconClockCcw = /* @__PURE__ */ createIcon("clock-ccw", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.282 5.282a9.5 9.5 0 1 1-2.78 6.923.5.5 0 0 1 1-.021A8.501 8.501 0 1 0 5.477 6.55h2.521a.5.5 0 0 1 0 1H4.721a1 1 0 0 1-1-1V3.27a.5.5 0 0 1 1 0v2.625q.265-.315.56-.613M11.502 7a.5.5 0 0 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.104 5.105c3.807-3.807 9.981-3.807 13.789 0s3.807 9.982 0 13.79-9.982 3.807-13.79 0A9.72 9.72 0 0 1 2.25 12.21a.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 2.414-6.013l-.128.134h1.962a.75.75 0 0 1 0 1.5H4.72c-.69 0-1.25-.56-1.25-1.25V3.27a.75.75 0 0 1 1.5 0v1.975zM11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.221 4.65c3.923-3.623 10.04-3.53 13.85.279 3.905 3.905 3.905 10.237 0 14.143-3.906 3.905-10.238 3.905-14.143 0a9.97 9.97 0 0 1-2.927-6.856 1 1 0 0 1 2-.043A8 8 0 1 0 6.652 6.05H8a1 1 0 0 1 0 2H4.721a1.5 1.5 0 0 1-1.5-1.5V3.27a1 1 0 0 1 2 0zM11.001 7a1 1 0 1 1 2 0v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.282 5.282a9.5 9.5 0 1 1-2.78 6.923.5.5 0 0 1 1-.021A8.5 8.5 0 1 0 5.477 6.55h2.521a.5.5 0 0 1 0 1H4.721a1 1 0 0 1-1-1V3.27a.5.5 0 0 1 1 0v2.625q.265-.316.56-.613M11.502 7a.5.5 0 0 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.105 5.105c3.807-3.807 9.981-3.807 13.789 0s3.807 9.982 0 13.79-9.982 3.807-13.79 0a9.72 9.72 0 0 1-2.853-6.684.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 2.414-6.013l-.128.134H8a.75.75 0 0 1 0 1.5H4.721c-.69 0-1.25-.56-1.25-1.25V3.27a.75.75 0 0 1 1.5 0v1.975zM11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.221 4.65c3.923-3.623 10.04-3.53 13.85.279 3.905 3.905 3.905 10.237 0 14.143-3.906 3.905-10.238 3.905-14.143 0a9.97 9.97 0 0 1-2.927-6.856 1 1 0 0 1 2-.043A8 8 0 1 0 6.652 6.05H8a1 1 0 0 1 0 2H4.721a1.5 1.5 0 0 1-1.5-1.5V3.27a1 1 0 0 1 2 0zM11.001 7a1 1 0 1 1 2 0v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M6.162 4.506a9.5 9.5 0 1 1-3.661 7.7.5.5 0 0 1 1-.022 8.501 8.501 0 1 0 3.374-6.965l1.461 1.462a.51.51 0 0 1-.361.87H4.72a1 1 0 0 1-1-1V3.295a.51.51 0 0 1 .808-.415l.063.055zM12.001 6.5a.5.5 0 0 1 .5.5v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75V7a.5.5 0 0 1 .5-.5" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M6.182 4.174C10 1.33 15.426 1.64 18.892 5.106c3.808 3.808 3.808 9.981 0 13.789s-9.981 3.808-13.789 0a9.72 9.72 0 0 1-2.853-6.684.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 3.507-6.93L8.51 6.504a.76.76 0 0 1-.538 1.297H4.72c-.69 0-1.25-.56-1.25-1.25V3.295c0-.634.72-.972 1.205-.618l.093.081zM12 6.25a.75.75 0 0 1 .75.75v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1V7a.75.75 0 0 1 .75-.75" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M6.21 3.847c3.905-2.78 9.358-2.42 12.86 1.082 3.906 3.905 3.906 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0a9.97 9.97 0 0 1-2.927-6.855 1.001 1.001 0 0 1 2-.043 8 8 0 1 0 3.646-6.888L8.69 6.327c.635.636.184 1.724-.715 1.724H4.72a1.5 1.5 0 0 1-1.5-1.5V3.295c0-.844.957-1.293 1.6-.821l.125.107zM12.001 6a1 1 0 0 1 1 1v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25V7a1 1 0 0 1 1-1" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconClockCcw
|
|
32
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
var clock_cw_exports = {};
|
|
21
|
+
__export(clock_cw_exports, {
|
|
22
|
+
IconClockCw: () => IconClockCw
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(clock_cw_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconClockCw = /* @__PURE__ */ (0, import_createIcon.createIcon)("clock-cw", {
|
|
28
|
+
line: {
|
|
29
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.283 5.282a9.5 9.5 0 0 1 13.996.613V3.27a.5.5 0 1 1 1 0v3.28a1 1 0 0 1-1 1h-3.278a.5.5 0 1 1 0-1h2.522a8.5 8.5 0 1 0 1.976 5.634.5.5 0 0 1 1 .021A9.5 9.5 0 1 1 5.283 5.282M11.501 7a.5.5 0 1 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.105 5.105c3.808-3.807 9.982-3.807 13.79 0l.133.14V3.271a.75.75 0 0 1 1.5 0V6.55c0 .69-.56 1.25-1.25 1.25H16a.75.75 0 0 1 0-1.5h1.962q-.063-.068-.128-.134a8.25 8.25 0 1 0 2.414 6.013.75.75 0 1 1 1.5.032 9.72 9.72 0 0 1-2.854 6.684c-3.807 3.807-9.98 3.807-13.789 0-3.807-3.808-3.807-9.982 0-13.79M11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4.93 4.929c3.81-3.81 9.927-3.902 13.85-.28V3.271a1 1 0 0 1 2 0V6.55a1.5 1.5 0 0 1-1.5 1.5H16a1 1 0 1 1 0-2h1.347a8 8 0 1 0 .31 11.607A7.97 7.97 0 0 0 20 12.173a1 1 0 0 1 2 .043 9.97 9.97 0 0 1-2.927 6.855c-3.905 3.906-10.237 3.906-14.142 0-3.906-3.905-3.906-10.237 0-14.142M11 7a1 1 0 1 1 2 0v4h3a1 1 0 1 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" }) })
|
|
32
|
+
},
|
|
33
|
+
duotone: {
|
|
34
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.283 5.282a9.5 9.5 0 0 1 13.996.613V3.27a.5.5 0 1 1 1 0v3.28a1 1 0 0 1-1 1h-3.278a.5.5 0 1 1 0-1h2.522a8.5 8.5 0 1 0 1.976 5.634.5.5 0 0 1 1 .021A9.5 9.5 0 1 1 5.283 5.282M11.501 7a.5.5 0 1 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" })
|
|
37
|
+
] }),
|
|
38
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.107 5.105c3.807-3.807 9.981-3.807 13.789 0l.133.14V3.271a.75.75 0 1 1 1.5 0V6.55c0 .69-.56 1.25-1.25 1.25h-3.278a.75.75 0 0 1 0-1.5h1.962q-.063-.068-.128-.134a8.25 8.25 0 1 0 2.414 6.013.75.75 0 1 1 1.5.032 9.72 9.72 0 0 1-2.853 6.684c-3.808 3.807-9.982 3.807-13.79 0s-3.807-9.982 0-13.79M11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" })
|
|
41
|
+
] }),
|
|
42
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4.93 4.929c3.81-3.81 9.927-3.902 13.85-.28V3.27a1 1 0 1 1 2 0v3.28a1.5 1.5 0 0 1-1.5 1.5H16a1 1 0 1 1 0-2h1.347a8 8 0 1 0 .31 11.607A7.97 7.97 0 0 0 20 12.173a1 1 0 0 1 2 .043 9.97 9.97 0 0 1-2.927 6.855c-3.905 3.906-10.237 3.906-14.142 0-3.905-3.905-3.905-10.237 0-14.142M11 7a1 1 0 1 1 2 0v4h3a1 1 0 1 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" })
|
|
45
|
+
] })
|
|
46
|
+
},
|
|
47
|
+
solid: {
|
|
48
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.283 5.283c3.429-3.43 8.825-3.686 12.553-.777l1.572-1.572.063-.054a.51.51 0 0 1 .808.414V6.55a1 1 0 0 1-1 1h-3.254a.51.51 0 0 1-.361-.87l1.459-1.46c-3.331-2.523-8.095-2.268-11.133.77a8.501 8.501 0 1 0 14.509 6.194.5.5 0 0 1 1 .022 9.47 9.47 0 0 1-2.78 6.512A9.501 9.501 0 0 1 5.283 5.283M12.001 6.5a.5.5 0 0 1 .5.5v4.5H16a.5.5 0 1 1 0 1h-3.75a.75.75 0 0 1-.75-.75V7a.5.5 0 0 1 .5-.5" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M5.105 5.106c3.466-3.466 8.892-3.776 12.71-.933l1.415-1.416.094-.08a.76.76 0 0 1 1.204.617V6.55c0 .69-.56 1.25-1.25 1.25h-3.254a.76.76 0 0 1-.538-1.297l1.253-1.255c-3.219-2.265-7.695-1.96-10.573.918a8.251 8.251 0 1 0 14.082 6.013.75.75 0 0 1 1.5.032 9.72 9.72 0 0 1-2.854 6.684c-3.807 3.807-9.981 3.807-13.789 0s-3.807-9.982 0-13.79M12 6.25a.75.75 0 0 1 .75.75v4.25H16a.75.75 0 1 1 0 1.5h-3.75a1 1 0 0 1-1-1V7a.75.75 0 0 1 .75-.75" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4.93 4.929c3.501-3.502 8.953-3.862 12.858-1.083l1.267-1.266.124-.106c.643-.472 1.6-.024 1.6.82V6.55a1.5 1.5 0 0 1-1.5 1.5h-3.254c-.899 0-1.35-1.087-.714-1.724l1.04-1.04a8.001 8.001 0 1 0 3.648 6.888 1 1 0 0 1 2 .042 9.97 9.97 0 0 1-2.927 6.855c-3.905 3.906-10.237 3.906-14.142 0-3.906-3.905-3.906-10.237 0-14.142M12 6a1 1 0 0 1 1 1v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25V7a1 1 0 0 1 1-1" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconClockCw
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconClockCw = /* @__PURE__ */ createIcon("clock-cw", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.283 5.282a9.5 9.5 0 0 1 13.996.613V3.27a.5.5 0 1 1 1 0v3.28a1 1 0 0 1-1 1h-3.278a.5.5 0 1 1 0-1h2.522a8.5 8.5 0 1 0 1.976 5.634.5.5 0 0 1 1 .021A9.5 9.5 0 1 1 5.283 5.282M11.501 7a.5.5 0 1 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.105 5.105c3.808-3.807 9.982-3.807 13.79 0l.133.14V3.271a.75.75 0 0 1 1.5 0V6.55c0 .69-.56 1.25-1.25 1.25H16a.75.75 0 0 1 0-1.5h1.962q-.063-.068-.128-.134a8.25 8.25 0 1 0 2.414 6.013.75.75 0 1 1 1.5.032 9.72 9.72 0 0 1-2.854 6.684c-3.807 3.807-9.98 3.807-13.789 0-3.807-3.808-3.807-9.982 0-13.79M11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4.93 4.929c3.81-3.81 9.927-3.902 13.85-.28V3.271a1 1 0 0 1 2 0V6.55a1.5 1.5 0 0 1-1.5 1.5H16a1 1 0 1 1 0-2h1.347a8 8 0 1 0 .31 11.607A7.97 7.97 0 0 0 20 12.173a1 1 0 0 1 2 .043 9.97 9.97 0 0 1-2.927 6.855c-3.905 3.906-10.237 3.906-14.142 0-3.906-3.905-3.906-10.237 0-14.142M11 7a1 1 0 1 1 2 0v4h3a1 1 0 1 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.283 5.282a9.5 9.5 0 0 1 13.996.613V3.27a.5.5 0 1 1 1 0v3.28a1 1 0 0 1-1 1h-3.278a.5.5 0 1 1 0-1h2.522a8.5 8.5 0 1 0 1.976 5.634.5.5 0 0 1 1 .021A9.5 9.5 0 1 1 5.283 5.282M11.501 7a.5.5 0 1 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.107 5.105c3.807-3.807 9.981-3.807 13.789 0l.133.14V3.271a.75.75 0 1 1 1.5 0V6.55c0 .69-.56 1.25-1.25 1.25h-3.278a.75.75 0 0 1 0-1.5h1.962q-.063-.068-.128-.134a8.25 8.25 0 1 0 2.414 6.013.75.75 0 1 1 1.5.032 9.72 9.72 0 0 1-2.853 6.684c-3.808 3.807-9.982 3.807-13.79 0s-3.807-9.982 0-13.79M11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4.93 4.929c3.81-3.81 9.927-3.902 13.85-.28V3.27a1 1 0 1 1 2 0v3.28a1.5 1.5 0 0 1-1.5 1.5H16a1 1 0 1 1 0-2h1.347a8 8 0 1 0 .31 11.607A7.97 7.97 0 0 0 20 12.173a1 1 0 0 1 2 .043 9.97 9.97 0 0 1-2.927 6.855c-3.905 3.906-10.237 3.906-14.142 0-3.905-3.905-3.905-10.237 0-14.142M11 7a1 1 0 1 1 2 0v4h3a1 1 0 1 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.283 5.283c3.429-3.43 8.825-3.686 12.553-.777l1.572-1.572.063-.054a.51.51 0 0 1 .808.414V6.55a1 1 0 0 1-1 1h-3.254a.51.51 0 0 1-.361-.87l1.459-1.46c-3.331-2.523-8.095-2.268-11.133.77a8.501 8.501 0 1 0 14.509 6.194.5.5 0 0 1 1 .022 9.47 9.47 0 0 1-2.78 6.512A9.501 9.501 0 0 1 5.283 5.283M12.001 6.5a.5.5 0 0 1 .5.5v4.5H16a.5.5 0 1 1 0 1h-3.75a.75.75 0 0 1-.75-.75V7a.5.5 0 0 1 .5-.5" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.105 5.106c3.466-3.466 8.892-3.776 12.71-.933l1.415-1.416.094-.08a.76.76 0 0 1 1.204.617V6.55c0 .69-.56 1.25-1.25 1.25h-3.254a.76.76 0 0 1-.538-1.297l1.253-1.255c-3.219-2.265-7.695-1.96-10.573.918a8.251 8.251 0 1 0 14.082 6.013.75.75 0 0 1 1.5.032 9.72 9.72 0 0 1-2.854 6.684c-3.807 3.807-9.981 3.807-13.789 0s-3.807-9.982 0-13.79M12 6.25a.75.75 0 0 1 .75.75v4.25H16a.75.75 0 1 1 0 1.5h-3.75a1 1 0 0 1-1-1V7a.75.75 0 0 1 .75-.75" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4.93 4.929c3.501-3.502 8.953-3.862 12.858-1.083l1.267-1.266.124-.106c.643-.472 1.6-.024 1.6.82V6.55a1.5 1.5 0 0 1-1.5 1.5h-3.254c-.899 0-1.35-1.087-.714-1.724l1.04-1.04a8.001 8.001 0 1 0 3.648 6.888 1 1 0 0 1 2 .042 9.97 9.97 0 0 1-2.927 6.855c-3.905 3.906-10.237 3.906-14.142 0-3.906-3.905-3.906-10.237 0-14.142M12 6a1 1 0 0 1 1 1v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25V7a1 1 0 0 1 1-1" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconClockCw
|
|
32
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
var clock_minus_exports = {};
|
|
21
|
+
__export(clock_minus_exports, {
|
|
22
|
+
IconClockMinus: () => IconClockMinus
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(clock_minus_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconClockMinus = /* @__PURE__ */ (0, import_createIcon.createIcon)("clock-minus", {
|
|
28
|
+
line: {
|
|
29
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M22 18.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zM20.5 12a8.5 8.5 0 1 0-8.5 8.5.5.5 0 0 1 0 1 9.5 9.5 0 1 1 8.959-6.333.5.5 0 1 1-.942-.334A8.5 8.5 0 0 0 20.5 12m-9-5a.5.5 0 0 1 1 0v4.5H16a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M22 18.25a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5zM20.25 12A8.25 8.25 0 1 0 12 20.25a.75.75 0 0 1 0 1.5c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25s9.75 4.365 9.75 9.75a9.7 9.7 0 0 1-.555 3.25.75.75 0 0 1-1.415-.5 8.2 8.2 0 0 0 .47-2.75m-9-5a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M22 18a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2zm-2-6a8 8 0 1 0-8 8 1 1 0 1 1 0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 1.167-.2 2.29-.57 3.333a1 1 0 0 1-1.885-.666c.294-.833.455-1.73.455-2.667m-9-5a1 1 0 1 1 2 0v4h3a1 1 0 1 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" }) })
|
|
32
|
+
},
|
|
33
|
+
duotone: {
|
|
34
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M22 18.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zM20.5 12a8.5 8.5 0 1 0-8.5 8.5.5.5 0 0 1 0 1 9.5 9.5 0 1 1 8.959-6.333.5.5 0 1 1-.942-.334A8.5 8.5 0 0 0 20.5 12m-9-5a.5.5 0 0 1 1 0v4.5H16a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" })
|
|
37
|
+
] }),
|
|
38
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M22 18.25a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5zM20.25 12A8.25 8.25 0 1 0 12 20.25a.75.75 0 0 1 0 1.5c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25s9.75 4.365 9.75 9.75a9.7 9.7 0 0 1-.555 3.25.75.75 0 0 1-1.415-.5 8.2 8.2 0 0 0 .47-2.75m-9-5a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" })
|
|
41
|
+
] }),
|
|
42
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M22 18a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2zm-2-6a8 8 0 1 0-8 8 1 1 0 1 1 0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 1.167-.2 2.29-.57 3.333a1 1 0 0 1-1.885-.666c.294-.833.455-1.73.455-2.667m-9-5a1 1 0 1 1 2 0v4h3a1 1 0 1 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" })
|
|
45
|
+
] })
|
|
46
|
+
},
|
|
47
|
+
solid: {
|
|
48
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M12 2.5a9.5 9.5 0 0 1 8.438 13.868.25.25 0 0 1-.22.132H16a2.5 2.5 0 0 0-1.76 4.272c.152.151.105.436-.104.485A9.5 9.5 0 1 1 12 2.5m10 16a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zm-10-12a.5.5 0 0 0-.5.5v4.75c0 .414.336.75.75.75H16a.5.5 0 0 0 0-1h-3.5V7a.5.5 0 0 0-.5-.5" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M12 2.25A9.75 9.75 0 0 1 21.75 12a9.7 9.7 0 0 1-.906 4.108.25.25 0 0 1-.224.142H16a2.75 2.75 0 0 0-1.846 4.786c.165.149.12.446-.096.493A9.7 9.7 0 0 1 12 21.75c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25m10 16a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5zm-10-12a.75.75 0 0 0-.75.75v4.75a1 1 0 0 0 1 1H16a.75.75 0 0 0 0-1.5h-3.25V7a.75.75 0 0 0-.75-.75" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1-.77 3.85.25.25 0 0 1-.228.15H16a3 3 0 0 0-1.923 5.3c.175.145.131.456-.092.5A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m10 16a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2zM12 6a1 1 0 0 0-1 1v4.75c0 .69.56 1.25 1.25 1.25H16a1 1 0 1 0 0-2h-3V7a1 1 0 0 0-1-1" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconClockMinus
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconClockMinus = /* @__PURE__ */ createIcon("clock-minus", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M22 18.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zM20.5 12a8.5 8.5 0 1 0-8.5 8.5.5.5 0 0 1 0 1 9.5 9.5 0 1 1 8.959-6.333.5.5 0 1 1-.942-.334A8.5 8.5 0 0 0 20.5 12m-9-5a.5.5 0 0 1 1 0v4.5H16a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M22 18.25a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5zM20.25 12A8.25 8.25 0 1 0 12 20.25a.75.75 0 0 1 0 1.5c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25s9.75 4.365 9.75 9.75a9.7 9.7 0 0 1-.555 3.25.75.75 0 0 1-1.415-.5 8.2 8.2 0 0 0 .47-2.75m-9-5a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M22 18a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2zm-2-6a8 8 0 1 0-8 8 1 1 0 1 1 0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 1.167-.2 2.29-.57 3.333a1 1 0 0 1-1.885-.666c.294-.833.455-1.73.455-2.667m-9-5a1 1 0 1 1 2 0v4h3a1 1 0 1 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M22 18.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zM20.5 12a8.5 8.5 0 1 0-8.5 8.5.5.5 0 0 1 0 1 9.5 9.5 0 1 1 8.959-6.333.5.5 0 1 1-.942-.334A8.5 8.5 0 0 0 20.5 12m-9-5a.5.5 0 0 1 1 0v4.5H16a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M22 18.25a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5zM20.25 12A8.25 8.25 0 1 0 12 20.25a.75.75 0 0 1 0 1.5c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25s9.75 4.365 9.75 9.75a9.7 9.7 0 0 1-.555 3.25.75.75 0 0 1-1.415-.5 8.2 8.2 0 0 0 .47-2.75m-9-5a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M22 18a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2zm-2-6a8 8 0 1 0-8 8 1 1 0 1 1 0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 1.167-.2 2.29-.57 3.333a1 1 0 0 1-1.885-.666c.294-.833.455-1.73.455-2.667m-9-5a1 1 0 1 1 2 0v4h3a1 1 0 1 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 2.5a9.5 9.5 0 0 1 8.438 13.868.25.25 0 0 1-.22.132H16a2.5 2.5 0 0 0-1.76 4.272c.152.151.105.436-.104.485A9.5 9.5 0 1 1 12 2.5m10 16a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zm-10-12a.5.5 0 0 0-.5.5v4.75c0 .414.336.75.75.75H16a.5.5 0 0 0 0-1h-3.5V7a.5.5 0 0 0-.5-.5" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 2.25A9.75 9.75 0 0 1 21.75 12a9.7 9.7 0 0 1-.906 4.108.25.25 0 0 1-.224.142H16a2.75 2.75 0 0 0-1.846 4.786c.165.149.12.446-.096.493A9.7 9.7 0 0 1 12 21.75c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25m10 16a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5zm-10-12a.75.75 0 0 0-.75.75v4.75a1 1 0 0 0 1 1H16a.75.75 0 0 0 0-1.5h-3.25V7a.75.75 0 0 0-.75-.75" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1-.77 3.85.25.25 0 0 1-.228.15H16a3 3 0 0 0-1.923 5.3c.175.145.131.456-.092.5A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m10 16a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2zM12 6a1 1 0 0 0-1 1v4.75c0 .69.56 1.25 1.25 1.25H16a1 1 0 1 0 0-2h-3V7a1 1 0 0 0-1-1" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconClockMinus
|
|
32
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
var clock_plus_exports = {};
|
|
21
|
+
__export(clock_plus_exports, {
|
|
22
|
+
IconClockPlus: () => IconClockPlus
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(clock_plus_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconClockPlus = /* @__PURE__ */ (0, import_createIcon.createIcon)("clock-plus", {
|
|
28
|
+
line: {
|
|
29
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M18.5 22v-2.5H16a.5.5 0 0 1 0-1h2.5V16a.5.5 0 0 1 1 0v2.5H22a.5.5 0 0 1 0 1h-2.5V22a.5.5 0 0 1-1 0m-7-15a.5.5 0 0 1 1 0v4.5H16a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75zm9 5a8.5 8.5 0 1 0-8.5 8.5.5.5 0 0 1 0 1 9.5 9.5 0 1 1 9.5-9.5.5.5 0 0 1-1 0" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M18.25 22v-2.25H16a.75.75 0 0 1 0-1.5h2.25V16a.75.75 0 0 1 1.5 0v2.25H22a.75.75 0 0 1 0 1.5h-2.25V22a.75.75 0 0 1-1.5 0m-7-15a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1zm9 5A8.25 8.25 0 1 0 12 20.25a.75.75 0 0 1 0 1.5c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25s9.75 4.365 9.75 9.75a.75.75 0 0 1-1.5 0" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M18 22v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0M11 7a1 1 0 1 1 2 0v4h3a1 1 0 1 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25zm9 5a8 8 0 1 0-8 8 1 1 0 1 1 0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a1 1 0 1 1-2 0" }) })
|
|
32
|
+
},
|
|
33
|
+
duotone: {
|
|
34
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M18.5 22v-2.5H16a.5.5 0 0 1 0-1h2.5V16a.5.5 0 0 1 1 0v2.5H22a.5.5 0 0 1 0 1h-2.5V22a.5.5 0 0 1-1 0m-7-15a.5.5 0 0 1 1 0v4.5H16a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75zm9 5a8.5 8.5 0 1 0-8.5 8.5.5.5 0 0 1 0 1 9.5 9.5 0 1 1 9.5-9.5.5.5 0 0 1-1 0" })
|
|
37
|
+
] }),
|
|
38
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M18.25 22v-2.25H16a.75.75 0 0 1 0-1.5h2.25V16a.75.75 0 0 1 1.5 0v2.25H22a.75.75 0 0 1 0 1.5h-2.25V22a.75.75 0 0 1-1.5 0m-7-15a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1zm9 5A8.25 8.25 0 1 0 12 20.25a.75.75 0 0 1 0 1.5c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25s9.75 4.365 9.75 9.75a.75.75 0 0 1-1.5 0" })
|
|
41
|
+
] }),
|
|
42
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M18 22v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0M11 7a1 1 0 1 1 2 0v4h3a1 1 0 1 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25zm9 5a8 8 0 1 0-8 8 1 1 0 1 1 0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a1 1 0 1 1-2 0" })
|
|
45
|
+
] })
|
|
46
|
+
},
|
|
47
|
+
solid: {
|
|
48
|
+
light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M19 15.5a.5.5 0 0 1 .5.5v2.5H22a.5.5 0 0 1 0 1h-2.5V22a.5.5 0 0 1-1 0v-2.5H16a.5.5 0 0 1 0-1h2.5V16a.5.5 0 0 1 .5-.5m-7-13a9.5 9.5 0 0 1 9.257 11.636c-.049.21-.334.256-.486.103A2.5 2.5 0 0 0 16.5 16v.251a.25.25 0 0 1-.25.25H16a2.5 2.5 0 0 0-1.76 4.272c.152.151.105.436-.104.485A9.5 9.5 0 1 1 12 2.5m0 4a.5.5 0 0 0-.5.5v4.75c0 .414.336.75.75.75H16a.5.5 0 0 0 0-1h-3.5V7a.5.5 0 0 0-.5-.5" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M19 15.25a.75.75 0 0 1 .75.75v2.25H22a.75.75 0 0 1 0 1.5h-2.25V22a.75.75 0 0 1-1.5 0v-2.25H16a.75.75 0 0 1 0-1.5h2.25V16a.75.75 0 0 1 .75-.75m-7-13A9.75 9.75 0 0 1 21.75 12a9.7 9.7 0 0 1-.22 2.058c-.048.216-.345.26-.494.096A2.75 2.75 0 0 0 16.25 16a.25.25 0 0 1-.25.25 2.75 2.75 0 0 0-1.846 4.786c.165.149.12.446-.096.493A9.7 9.7 0 0 1 12 21.75c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25m0 4a.75.75 0 0 0-.75.75v4.75a1 1 0 0 0 1 1H16a.75.75 0 0 0 0-1.5h-3.25V7a.75.75 0 0 0-.75-.75" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M19 15a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1M12 2c5.523 0 10 4.477 10 10 0 .68-.07 1.344-.2 1.985-.044.223-.355.267-.5.092a3 3 0 0 0-5.29 1.673.29.29 0 0 1-.26.26 3 3 0 0 0-1.673 5.29c.175.145.131.456-.092.5A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m0 4a1 1 0 0 0-1 1v4.75c0 .69.56 1.25 1.25 1.25H16a1 1 0 1 0 0-2h-3V7a1 1 0 0 0-1-1" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconClockPlus
|
|
56
|
+
});
|