@uiuxicons/react 0.1.1 → 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 -257
- package/dist/index.d.ts +117 -257
- 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 IconChevronDown = /* @__PURE__ */ createIcon("chevron-down", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.146 9.146a.5.5 0 0 0 0 .707L11.293 16a1 1 0 0 0 1.414 0l6.147-6.147a.5.5 0 0 0-.708-.707L12 15.293 5.853 9.146a.5.5 0 0 0-.707 0" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4.97 8.97a.75.75 0 0 0 0 1.06l6.146 6.147a1.25 1.25 0 0 0 1.768 0l6.146-6.147a.75.75 0 1 0-1.06-1.06L12 14.94 6.03 8.97a.75.75 0 0 0-1.06 0" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4.793 8.793a1 1 0 0 0 0 1.414l6.147 6.147a1.5 1.5 0 0 0 2.12 0l6.147-6.147a1 1 0 1 0-1.414-1.414L12 14.586 6.207 8.793a1 1 0 0 0-1.414 0" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m12 16 6.5-6.5h-13z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.146 9.146a.5.5 0 0 0 0 .707L11.293 16a1 1 0 0 0 1.414 0l6.147-6.147a.5.5 0 0 0-.708-.707L12 15.293 5.853 9.146a.5.5 0 0 0-.707 0" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m12 16 6.5-6.5h-13z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4.97 8.97a.75.75 0 0 0 0 1.06l6.146 6.147a1.25 1.25 0 0 0 1.768 0l6.146-6.147a.75.75 0 1 0-1.06-1.06L12 14.94 6.03 8.97a.75.75 0 0 0-1.06 0" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m12 16 6.5-6.5h-13z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4.793 8.793a1 1 0 0 0 0 1.414l6.147 6.147a1.5 1.5 0 0 0 2.12 0l6.147-6.147a1 1 0 1 0-1.414-1.414L12 14.586 6.207 8.793a1 1 0 0 0-1.414 0" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.502 9a.502.502 0 0 0-.407.794l.053.061 6.498 6.497a.5.5 0 0 0 .708 0l6.498-6.497A.501.501 0 0 0 18.498 9z" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.502 8.75a.752.752 0 0 0-.61 1.19l.08.092 6.496 6.497a.75.75 0 0 0 1.063 0l6.497-6.497a.751.751 0 0 0-.53-1.282z" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.502 8.5c-.834 0-1.281.947-.814 1.586l.107.123 6.497 6.497c.392.392 1.026.39 1.416 0l6.497-6.497c.631-.63.184-1.709-.707-1.709z" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconChevronDown
|
|
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 chevron_left_exports = {};
|
|
21
|
+
__export(chevron_left_exports, {
|
|
22
|
+
IconChevronLeft: () => IconChevronLeft
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(chevron_left_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconChevronLeft = /* @__PURE__ */ (0, import_createIcon.createIcon)("chevron-left", {
|
|
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: "M14.854 5.146a.5.5 0 0 0-.707 0L8 11.293a1 1 0 0 0 0 1.414l6.147 6.147a.5.5 0 0 0 .707-.708L8.707 12l6.147-6.147a.5.5 0 0 0 0-.707" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M15.03 4.97a.75.75 0 0 0-1.06 0l-6.147 6.146a1.25 1.25 0 0 0 0 1.768l6.147 6.146a.75.75 0 1 0 1.06-1.06L9.06 12l5.97-5.97a.75.75 0 0 0 0-1.06" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M15.207 4.793a1 1 0 0 0-1.414 0L7.646 10.94a1.5 1.5 0 0 0 0 2.12l6.147 6.147a1 1 0 1 0 1.414-1.414L9.414 12l5.793-5.793a1 1 0 0 0 0-1.414" }) })
|
|
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: "m8 12 6.5 6.5v-13z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M14.854 5.146a.5.5 0 0 0-.707 0L8 11.293a1 1 0 0 0 0 1.414l6.147 6.147a.5.5 0 0 0 .707-.708L8.707 12l6.147-6.147a.5.5 0 0 0 0-.707" })
|
|
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: "m8 12 6.5 6.5v-13z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M15.03 4.97a.75.75 0 0 0-1.06 0l-6.147 6.146a1.25 1.25 0 0 0 0 1.768l6.147 6.146a.75.75 0 1 0 1.06-1.06L9.06 12l5.97-5.97a.75.75 0 0 0 0-1.06" })
|
|
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: "m8 12 6.5 6.5v-13z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M15.207 4.793a1 1 0 0 0-1.414 0L7.646 10.94a1.5 1.5 0 0 0 0 2.12l6.147 6.147a1 1 0 1 0 1.414-1.414L9.414 12l5.793-5.793a1 1 0 0 0 0-1.414" })
|
|
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: "M15 5.502a.502.502 0 0 0-.794-.407l-.061.053-6.498 6.498a.5.5 0 0 0 0 .708l6.498 6.498a.501.501 0 0 0 .855-.354z" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M15.25 5.502a.752.752 0 0 0-1.19-.61l-.092.08-6.497 6.496a.75.75 0 0 0 0 1.063l6.497 6.497a.751.751 0 0 0 1.282-.53z" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M15.5 5.502c0-.834-.947-1.281-1.586-.814l-.123.107-6.497 6.497a1 1 0 0 0 0 1.416l6.497 6.497c.63.631 1.709.184 1.709-.707z" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconChevronLeft
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconChevronLeft = /* @__PURE__ */ createIcon("chevron-left", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M14.854 5.146a.5.5 0 0 0-.707 0L8 11.293a1 1 0 0 0 0 1.414l6.147 6.147a.5.5 0 0 0 .707-.708L8.707 12l6.147-6.147a.5.5 0 0 0 0-.707" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15.03 4.97a.75.75 0 0 0-1.06 0l-6.147 6.146a1.25 1.25 0 0 0 0 1.768l6.147 6.146a.75.75 0 1 0 1.06-1.06L9.06 12l5.97-5.97a.75.75 0 0 0 0-1.06" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15.207 4.793a1 1 0 0 0-1.414 0L7.646 10.94a1.5 1.5 0 0 0 0 2.12l6.147 6.147a1 1 0 1 0 1.414-1.414L9.414 12l5.793-5.793a1 1 0 0 0 0-1.414" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m8 12 6.5 6.5v-13z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M14.854 5.146a.5.5 0 0 0-.707 0L8 11.293a1 1 0 0 0 0 1.414l6.147 6.147a.5.5 0 0 0 .707-.708L8.707 12l6.147-6.147a.5.5 0 0 0 0-.707" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m8 12 6.5 6.5v-13z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15.03 4.97a.75.75 0 0 0-1.06 0l-6.147 6.146a1.25 1.25 0 0 0 0 1.768l6.147 6.146a.75.75 0 1 0 1.06-1.06L9.06 12l5.97-5.97a.75.75 0 0 0 0-1.06" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m8 12 6.5 6.5v-13z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15.207 4.793a1 1 0 0 0-1.414 0L7.646 10.94a1.5 1.5 0 0 0 0 2.12l6.147 6.147a1 1 0 1 0 1.414-1.414L9.414 12l5.793-5.793a1 1 0 0 0 0-1.414" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15 5.502a.502.502 0 0 0-.794-.407l-.061.053-6.498 6.498a.5.5 0 0 0 0 .708l6.498 6.498a.501.501 0 0 0 .855-.354z" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15.25 5.502a.752.752 0 0 0-1.19-.61l-.092.08-6.497 6.496a.75.75 0 0 0 0 1.063l6.497 6.497a.751.751 0 0 0 1.282-.53z" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15.5 5.502c0-.834-.947-1.281-1.586-.814l-.123.107-6.497 6.497a1 1 0 0 0 0 1.416l6.497 6.497c.63.631 1.709.184 1.709-.707z" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconChevronLeft
|
|
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 chevron_right_exports = {};
|
|
21
|
+
__export(chevron_right_exports, {
|
|
22
|
+
IconChevronRight: () => IconChevronRight
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(chevron_right_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconChevronRight = /* @__PURE__ */ (0, import_createIcon.createIcon)("chevron-right", {
|
|
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: "M9.146 5.146a.5.5 0 0 1 .708 0L16 11.293a1 1 0 0 1 0 1.414l-6.146 6.147a.5.5 0 1 1-.708-.707L15.293 12 9.146 5.854a.5.5 0 0 1 0-.708" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M8.97 4.97a.75.75 0 0 1 1.06 0l6.147 6.146a1.25 1.25 0 0 1 0 1.768L10.03 19.03a.75.75 0 1 1-1.06-1.06L14.94 12 8.97 6.03a.75.75 0 0 1 0-1.06" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M8.793 4.793a1 1 0 0 1 1.414 0l6.147 6.146a1.5 1.5 0 0 1 0 2.121l-6.147 6.147a1 1 0 1 1-1.414-1.414L14.586 12 8.793 6.207a1 1 0 0 1 0-1.414" }) })
|
|
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: "m16 12-6.5 6.5v-13z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M9.146 5.147a.5.5 0 0 1 .708 0L16 11.293a1 1 0 0 1 0 1.414l-6.146 6.147a.5.5 0 1 1-.708-.707L15.293 12 9.146 5.854a.5.5 0 0 1 0-.707" })
|
|
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: "m16 12-6.5 6.5v-13z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M8.97 4.97a.75.75 0 0 1 1.06 0l6.147 6.146a1.25 1.25 0 0 1 0 1.768L10.03 19.03a.75.75 0 1 1-1.06-1.06L14.94 12 8.97 6.03a.75.75 0 0 1 0-1.06" })
|
|
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: "m16 12-6.5 6.5v-13z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M8.793 4.793a1 1 0 0 1 1.414 0l6.147 6.146a1.5 1.5 0 0 1 0 2.121l-6.147 6.147a1 1 0 1 1-1.414-1.414L14.586 12 8.793 6.207a1 1 0 0 1 0-1.414" })
|
|
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: "M9 5.502c0-.417.474-.641.794-.407l.061.053 6.497 6.498a.5.5 0 0 1 0 .708l-6.497 6.498A.501.501 0 0 1 9 18.498z" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M8.75 5.502c0-.626.71-.961 1.19-.61l.092.08 6.497 6.496a.75.75 0 0 1 0 1.063l-6.497 6.497a.751.751 0 0 1-1.282-.53z" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M8.5 5.502c0-.834.947-1.281 1.586-.814l.123.107 6.497 6.497c.392.392.39 1.026 0 1.416l-6.497 6.497c-.63.631-1.709.184-1.709-.707z" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconChevronRight
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconChevronRight = /* @__PURE__ */ createIcon("chevron-right", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M9.146 5.146a.5.5 0 0 1 .708 0L16 11.293a1 1 0 0 1 0 1.414l-6.146 6.147a.5.5 0 1 1-.708-.707L15.293 12 9.146 5.854a.5.5 0 0 1 0-.708" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8.97 4.97a.75.75 0 0 1 1.06 0l6.147 6.146a1.25 1.25 0 0 1 0 1.768L10.03 19.03a.75.75 0 1 1-1.06-1.06L14.94 12 8.97 6.03a.75.75 0 0 1 0-1.06" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8.793 4.793a1 1 0 0 1 1.414 0l6.147 6.146a1.5 1.5 0 0 1 0 2.121l-6.147 6.147a1 1 0 1 1-1.414-1.414L14.586 12 8.793 6.207a1 1 0 0 1 0-1.414" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m16 12-6.5 6.5v-13z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M9.146 5.147a.5.5 0 0 1 .708 0L16 11.293a1 1 0 0 1 0 1.414l-6.146 6.147a.5.5 0 1 1-.708-.707L15.293 12 9.146 5.854a.5.5 0 0 1 0-.707" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m16 12-6.5 6.5v-13z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8.97 4.97a.75.75 0 0 1 1.06 0l6.147 6.146a1.25 1.25 0 0 1 0 1.768L10.03 19.03a.75.75 0 1 1-1.06-1.06L14.94 12 8.97 6.03a.75.75 0 0 1 0-1.06" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m16 12-6.5 6.5v-13z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8.793 4.793a1 1 0 0 1 1.414 0l6.147 6.146a1.5 1.5 0 0 1 0 2.121l-6.147 6.147a1 1 0 1 1-1.414-1.414L14.586 12 8.793 6.207a1 1 0 0 1 0-1.414" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M9 5.502c0-.417.474-.641.794-.407l.061.053 6.497 6.498a.5.5 0 0 1 0 .708l-6.497 6.498A.501.501 0 0 1 9 18.498z" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8.75 5.502c0-.626.71-.961 1.19-.61l.092.08 6.497 6.496a.75.75 0 0 1 0 1.063l-6.497 6.497a.751.751 0 0 1-1.282-.53z" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8.5 5.502c0-.834.947-1.281 1.586-.814l.123.107 6.497 6.497c.392.392.39 1.026 0 1.416l-6.497 6.497c-.63.631-1.709.184-1.709-.707z" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconChevronRight
|
|
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 chevron_up_exports = {};
|
|
21
|
+
__export(chevron_up_exports, {
|
|
22
|
+
IconChevronUp: () => IconChevronUp
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(chevron_up_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconChevronUp = /* @__PURE__ */ (0, import_createIcon.createIcon)("chevron-up", {
|
|
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.854 14.854a.5.5 0 0 0 0-.707L12.707 8a1 1 0 0 0-1.414 0l-6.146 6.147a.5.5 0 0 0 .707.707L12 8.707l6.147 6.147a.5.5 0 0 0 .707 0" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M19.03 15.03a.75.75 0 0 0 0-1.06l-6.146-6.147a1.25 1.25 0 0 0-1.768 0L4.97 13.97a.75.75 0 1 0 1.06 1.06L12 9.06l5.97 5.97a.75.75 0 0 0 1.06 0" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M19.207 15.207a1 1 0 0 0 0-1.414L13.06 7.646a1.5 1.5 0 0 0-2.12 0l-6.147 6.147a1 1 0 1 0 1.414 1.414L12 9.414l5.793 5.793a1 1 0 0 0 1.414 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: "m12 8-6.5 6.5h13z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M18.854 14.854a.5.5 0 0 0 0-.707L12.707 8a1 1 0 0 0-1.414 0l-6.146 6.147a.5.5 0 1 0 .707.707L12 8.707l6.147 6.147a.5.5 0 0 0 .707 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: "m12 8-6.5 6.5h13z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M19.03 15.03a.75.75 0 0 0 0-1.06l-6.146-6.147a1.25 1.25 0 0 0-1.768 0L4.97 13.97a.75.75 0 1 0 1.06 1.06L12 9.06l5.97 5.97a.75.75 0 0 0 1.06 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: "m12 8-6.5 6.5h13z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M19.207 15.207a1 1 0 0 0 0-1.414L13.06 7.646a1.5 1.5 0 0 0-2.12 0l-6.147 6.147a1 1 0 1 0 1.414 1.414L12 9.414l5.793 5.793a1 1 0 0 0 1.414 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: "M18.498 15a.502.502 0 0 0 .407-.794l-.053-.061-6.498-6.498a.5.5 0 0 0-.708 0l-6.498 6.498a.501.501 0 0 0 .354.855z" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M18.498 15.25c.626 0 .961-.71.61-1.19l-.08-.092-6.496-6.497a.75.75 0 0 0-1.063 0l-6.497 6.497a.75.75 0 0 0 .53 1.282z" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M18.498 15.5c.834 0 1.281-.947.813-1.586l-.106-.123-6.497-6.497a1 1 0 0 0-1.416 0L4.795 13.79c-.631.63-.184 1.709.707 1.709z" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconChevronUp
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconChevronUp = /* @__PURE__ */ createIcon("chevron-up", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M18.854 14.854a.5.5 0 0 0 0-.707L12.707 8a1 1 0 0 0-1.414 0l-6.146 6.147a.5.5 0 0 0 .707.707L12 8.707l6.147 6.147a.5.5 0 0 0 .707 0" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M19.03 15.03a.75.75 0 0 0 0-1.06l-6.146-6.147a1.25 1.25 0 0 0-1.768 0L4.97 13.97a.75.75 0 1 0 1.06 1.06L12 9.06l5.97 5.97a.75.75 0 0 0 1.06 0" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M19.207 15.207a1 1 0 0 0 0-1.414L13.06 7.646a1.5 1.5 0 0 0-2.12 0l-6.147 6.147a1 1 0 1 0 1.414 1.414L12 9.414l5.793 5.793a1 1 0 0 0 1.414 0" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m12 8-6.5 6.5h13z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M18.854 14.854a.5.5 0 0 0 0-.707L12.707 8a1 1 0 0 0-1.414 0l-6.146 6.147a.5.5 0 1 0 .707.707L12 8.707l6.147 6.147a.5.5 0 0 0 .707 0" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m12 8-6.5 6.5h13z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M19.03 15.03a.75.75 0 0 0 0-1.06l-6.146-6.147a1.25 1.25 0 0 0-1.768 0L4.97 13.97a.75.75 0 1 0 1.06 1.06L12 9.06l5.97 5.97a.75.75 0 0 0 1.06 0" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "m12 8-6.5 6.5h13z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M19.207 15.207a1 1 0 0 0 0-1.414L13.06 7.646a1.5 1.5 0 0 0-2.12 0l-6.147 6.147a1 1 0 1 0 1.414 1.414L12 9.414l5.793 5.793a1 1 0 0 0 1.414 0" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M18.498 15a.502.502 0 0 0 .407-.794l-.053-.061-6.498-6.498a.5.5 0 0 0-.708 0l-6.498 6.498a.501.501 0 0 0 .354.855z" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M18.498 15.25c.626 0 .961-.71.61-1.19l-.08-.092-6.496-6.497a.75.75 0 0 0-1.063 0l-6.497 6.497a.75.75 0 0 0 .53 1.282z" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M18.498 15.5c.834 0 1.281-.947.813-1.586l-.106-.123-6.497-6.497a1 1 0 0 0-1.416 0L4.795 13.79c-.631.63-.184 1.709.707 1.709z" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconChevronUp
|
|
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 circle_dashed_exports = {};
|
|
21
|
+
__export(circle_dashed_exports, {
|
|
22
|
+
IconCircleDashed: () => IconCircleDashed
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(circle_dashed_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconCircleDashed = /* @__PURE__ */ (0, import_createIcon.createIcon)("circle-dashed", {
|
|
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: "M13.11 20.428a.5.5 0 0 1 .13.992 9.6 9.6 0 0 1-2.48 0 .5.5 0 1 1 .13-.992 8.6 8.6 0 0 0 2.22 0m-8.555-3.345a.5.5 0 0 1 .7.092 8.6 8.6 0 0 0 1.57 1.57.5.5 0 0 1-.61.792 9.6 9.6 0 0 1-1.752-1.753.5.5 0 0 1 .092-.701m14.19.092a.5.5 0 1 1 .792.61 9.6 9.6 0 0 1-1.753 1.752.5.5 0 0 1-.61-.793 8.6 8.6 0 0 0 1.57-1.57M2.5 12q0-.63.08-1.24a.5.5 0 0 1 .992.13 8.6 8.6 0 0 0 0 2.22.5.5 0 0 1-.992.13A10 10 0 0 1 2.5 12m18 0q0-.566-.072-1.11a.5.5 0 0 1 .992-.13 9.6 9.6 0 0 1 0 2.48.5.5 0 1 1-.992-.13q.071-.544.072-1.11M6.216 4.463a.5.5 0 0 1 .61.793 8.6 8.6 0 0 0-1.57 1.57.5.5 0 0 1-.793-.61 9.6 9.6 0 0 1 1.753-1.753m10.867.092a.5.5 0 0 1 .701-.092 9.6 9.6 0 0 1 1.753 1.753.5.5 0 0 1-.793.61 8.6 8.6 0 0 0-1.57-1.57.5.5 0 0 1-.091-.701M12 2.5q.63 0 1.24.08a.5.5 0 0 1-.13.992 8.6 8.6 0 0 0-2.22 0 .5.5 0 0 1-.13-.992q.61-.08 1.24-.08" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M13.078 20.18a.75.75 0 1 1 .195 1.488 10 10 0 0 1-2.546 0 .75.75 0 0 1 .195-1.487 8.4 8.4 0 0 0 2.156 0m-8.676-3.295a.75.75 0 0 1 1.052.137c.44.572.952 1.085 1.524 1.524a.75.75 0 0 1-.915 1.19 9.8 9.8 0 0 1-1.798-1.8.75.75 0 0 1 .137-1.051m14.144.137a.75.75 0 0 1 1.19.915 9.8 9.8 0 0 1-1.8 1.798.75.75 0 0 1-.913-1.19 8.3 8.3 0 0 0 1.523-1.523M2.25 12q0-.646.082-1.273a.75.75 0 0 1 1.487.195 8.3 8.3 0 0 0 0 2.156.75.75 0 1 1-1.487.195A10 10 0 0 1 2.25 12m18 0q0-.55-.07-1.078a.75.75 0 1 1 1.488-.195 10 10 0 0 1 0 2.546.75.75 0 0 1-1.487-.195q.069-.529.069-1.078M6.063 4.265a.75.75 0 0 1 .915 1.19 8.3 8.3 0 0 0-1.524 1.523.75.75 0 0 1-1.19-.915 9.8 9.8 0 0 1 1.8-1.798m10.822.137a.75.75 0 0 1 1.051-.137 9.8 9.8 0 0 1 1.8 1.798.75.75 0 0 1-1.19.915 8.3 8.3 0 0 0-1.523-1.524.75.75 0 0 1-.138-1.052M12 2.25q.646 0 1.273.082a.75.75 0 0 1-.195 1.487 8.3 8.3 0 0 0-2.156 0 .75.75 0 1 1-.195-1.487A10 10 0 0 1 12 2.25" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M13.046 19.933a1 1 0 0 1 .259 1.983 10 10 0 0 1-2.61 0 1 1 0 0 1 .26-1.983 8 8 0 0 0 2.09 0M4.25 16.686a1 1 0 0 1 1.402.184 8 8 0 0 0 1.478 1.478 1 1 0 0 1-1.219 1.586 10 10 0 0 1-1.845-1.845 1 1 0 0 1 .184-1.402m14.098.184a1 1 0 0 1 1.586 1.219 10 10 0 0 1-1.845 1.845 1 1 0 0 1-1.219-1.586 8 8 0 0 0 1.478-1.478M2 12q0-.663.084-1.305a1 1 0 0 1 1.983.26 8 8 0 0 0 0 2.09 1 1 0 0 1-1.983.26A10 10 0 0 1 2 12m18 0q0-.533-.067-1.046a1 1 0 0 1 1.983-.259 10 10 0 0 1 0 2.61 1 1 0 0 1-1.983-.26q.066-.512.067-1.045M5.911 4.066A1 1 0 0 1 7.13 5.652 8 8 0 0 0 5.652 7.13a1 1 0 0 1-1.586-1.22 10 10 0 0 1 1.845-1.845m10.776.184a1 1 0 0 1 1.402-.184 10 10 0 0 1 1.845 1.845 1 1 0 0 1-1.586 1.219 8 8 0 0 0-1.478-1.478 1 1 0 0 1-.184-1.402M12 2q.663 0 1.305.084a1 1 0 0 1-.26 1.983 8 8 0 0 0-2.09 0 1 1 0 0 1-.26-1.983Q11.337 2 12 2" }) })
|
|
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: "M13.11 20.428a.5.5 0 0 1 .13.992 9.6 9.6 0 0 1-2.48 0 .5.5 0 1 1 .13-.992 8.6 8.6 0 0 0 2.22 0m-8.555-3.345a.5.5 0 0 1 .7.092 8.6 8.6 0 0 0 1.57 1.57.5.5 0 0 1-.61.792 9.6 9.6 0 0 1-1.752-1.753.5.5 0 0 1 .092-.701m14.19.092a.5.5 0 1 1 .792.61 9.6 9.6 0 0 1-1.753 1.752.5.5 0 0 1-.61-.793 8.6 8.6 0 0 0 1.57-1.57M2.5 12q0-.63.08-1.24a.5.5 0 0 1 .992.13 8.6 8.6 0 0 0 0 2.22.5.5 0 0 1-.992.13A10 10 0 0 1 2.5 12m18 0q0-.566-.072-1.11a.5.5 0 0 1 .992-.13 9.6 9.6 0 0 1 0 2.48.5.5 0 1 1-.992-.13q.071-.544.072-1.11M6.216 4.463a.5.5 0 0 1 .61.793 8.6 8.6 0 0 0-1.57 1.57.5.5 0 0 1-.793-.61 9.6 9.6 0 0 1 1.753-1.753m10.867.092a.5.5 0 0 1 .701-.092 9.6 9.6 0 0 1 1.753 1.753.5.5 0 0 1-.793.61 8.6 8.6 0 0 0-1.57-1.57.5.5 0 0 1-.091-.701M12 2.5q.63 0 1.24.08a.5.5 0 0 1-.13.992 8.6 8.6 0 0 0-2.22 0 .5.5 0 0 1-.13-.992q.61-.08 1.24-.08" })
|
|
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: "M13.078 20.18a.75.75 0 1 1 .195 1.488 10 10 0 0 1-2.546 0 .75.75 0 0 1 .195-1.487 8.4 8.4 0 0 0 2.156 0m-8.676-3.295a.75.75 0 0 1 1.052.137c.44.572.952 1.085 1.524 1.524a.75.75 0 0 1-.915 1.19 9.8 9.8 0 0 1-1.798-1.8.75.75 0 0 1 .137-1.051m14.144.137a.75.75 0 0 1 1.19.915 9.8 9.8 0 0 1-1.8 1.798.75.75 0 0 1-.913-1.19 8.3 8.3 0 0 0 1.523-1.523M2.25 12q0-.646.082-1.273a.75.75 0 0 1 1.487.195 8.3 8.3 0 0 0 0 2.156.75.75 0 1 1-1.487.195A10 10 0 0 1 2.25 12m18 0q0-.55-.07-1.078a.75.75 0 1 1 1.488-.195 10 10 0 0 1 0 2.546.75.75 0 0 1-1.487-.195q.069-.529.069-1.078M6.063 4.265a.75.75 0 0 1 .915 1.19 8.3 8.3 0 0 0-1.524 1.523.75.75 0 0 1-1.19-.915 9.8 9.8 0 0 1 1.8-1.798m10.822.137a.75.75 0 0 1 1.051-.137 9.8 9.8 0 0 1 1.8 1.798.75.75 0 0 1-1.19.915 8.3 8.3 0 0 0-1.523-1.524.75.75 0 0 1-.138-1.052M12 2.25q.646 0 1.273.082a.75.75 0 0 1-.195 1.487 8.3 8.3 0 0 0-2.156 0 .75.75 0 1 1-.195-1.487A10 10 0 0 1 12 2.25" })
|
|
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: "M13.046 19.933a1 1 0 0 1 .259 1.983 10 10 0 0 1-2.61 0 1 1 0 0 1 .26-1.983 8 8 0 0 0 2.09 0M4.25 16.686a1 1 0 0 1 1.402.184 8 8 0 0 0 1.478 1.478 1 1 0 0 1-1.219 1.586 10 10 0 0 1-1.845-1.845 1 1 0 0 1 .184-1.402m14.098.184a1 1 0 0 1 1.586 1.219 10 10 0 0 1-1.845 1.845 1 1 0 0 1-1.219-1.586 8 8 0 0 0 1.478-1.478M2 12q0-.663.084-1.305a1 1 0 0 1 1.983.26 8 8 0 0 0 0 2.09 1 1 0 0 1-1.983.26A10 10 0 0 1 2 12m18 0q0-.533-.067-1.046a1 1 0 0 1 1.983-.259 10 10 0 0 1 0 2.61 1 1 0 0 1-1.983-.26q.066-.512.067-1.045M5.911 4.066A1 1 0 0 1 7.13 5.652 8 8 0 0 0 5.652 7.13a1 1 0 0 1-1.586-1.22 10 10 0 0 1 1.845-1.845m10.776.184a1 1 0 0 1 1.402-.184 10 10 0 0 1 1.845 1.845 1 1 0 0 1-1.586 1.219 8 8 0 0 0-1.478-1.478 1 1 0 0 1-.184-1.402M12 2q.663 0 1.305.084a1 1 0 0 1-.26 1.983 8 8 0 0 0-2.09 0 1 1 0 0 1-.26-1.983Q11.337 2 12 2" })
|
|
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", fillRule: "evenodd", d: "M12 2.5a9.5 9.5 0 1 1 0 19 9.5 9.5 0 0 1 0-19m.85 15.945a6.6 6.6 0 0 1-1.7 0 .5.5 0 1 0-.129.991 7.6 7.6 0 0 0 1.957 0 .5.5 0 0 0-.128-.99m-6.007-2.488a.5.5 0 0 0-.793.61 7.5 7.5 0 0 0 1.384 1.383.5.5 0 0 0 .609-.793 6.5 6.5 0 0 1-1.2-1.2m11.015-.092a.5.5 0 0 0-.7.092 6.6 6.6 0 0 1-1.201 1.2.5.5 0 0 0 .61.793 7.5 7.5 0 0 0 1.383-1.384.5.5 0 0 0-.092-.7M5.124 10.59a.5.5 0 0 0-.56.431 7.6 7.6 0 0 0 0 1.957.5.5 0 0 0 .99-.128 6.6 6.6 0 0 1 0-1.7.5.5 0 0 0-.43-.56m13.752 0a.5.5 0 0 0-.43.56 6.6 6.6 0 0 1 0 1.7.5.5 0 1 0 .99.129 7.6 7.6 0 0 0 0-1.957.5.5 0 0 0-.56-.432M8.135 6.142a.5.5 0 0 0-.701-.092c-.52.399-.985.864-1.384 1.384a.5.5 0 0 0 .793.609c.346-.45.75-.854 1.2-1.2a.5.5 0 0 0 .092-.701m8.431-.092a.5.5 0 0 0-.609.793c.45.346.854.75 1.2 1.2a.5.5 0 0 0 .793-.61 7.5 7.5 0 0 0-1.384-1.383M12 4.5q-.497 0-.979.063a.5.5 0 0 0 .13.992 6.6 6.6 0 0 1 1.699 0 .5.5 0 1 0 .129-.992A8 8 0 0 0 12 4.5", clipRule: "evenodd" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", 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.25m.817 15.947a6.3 6.3 0 0 1-1.634 0 .75.75 0 0 0-.195 1.488 7.8 7.8 0 0 0 2.024 0 .75.75 0 0 0-.195-1.488m-5.776-2.392a.75.75 0 1 0-1.19.914 7.8 7.8 0 0 0 1.43 1.43.75.75 0 0 0 .914-1.19 6.3 6.3 0 0 1-1.154-1.154m10.97-.138a.75.75 0 0 0-1.052.138 6.3 6.3 0 0 1-1.154 1.154.75.75 0 1 0 .914 1.19 7.8 7.8 0 0 0 1.43-1.43.75.75 0 0 0-.138-1.052M5.156 10.342a.75.75 0 0 0-.84.646 7.8 7.8 0 0 0 0 2.024.75.75 0 0 0 1.487-.195 6.3 6.3 0 0 1 0-1.634.75.75 0 0 0-.647-.841m13.688 0a.75.75 0 0 0-.647.84 6.3 6.3 0 0 1 0 1.635.75.75 0 0 0 1.488.195 7.8 7.8 0 0 0 0-2.024.75.75 0 0 0-.841-.646M8.333 5.989a.75.75 0 0 0-1.052-.137 7.8 7.8 0 0 0-1.43 1.43.75.75 0 0 0 1.19.913 6.3 6.3 0 0 1 1.154-1.154.75.75 0 0 0 .138-1.052m8.386-.137a.75.75 0 0 0-.914 1.189c.433.333.821.721 1.154 1.154a.75.75 0 1 0 1.19-.914 7.8 7.8 0 0 0-1.43-1.43M12 4.25q-.514 0-1.012.065a.75.75 0 0 0 .195 1.488 6.3 6.3 0 0 1 1.634 0 .75.75 0 0 0 .195-1.488A8 8 0 0 0 12 4.25", clipRule: "evenodd" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m.785 15.95a6 6 0 0 1-1.57 0 1 1 0 0 0-.259 1.983 8 8 0 0 0 2.088 0 1 1 0 0 0-.259-1.984M7.24 15.651a1 1 0 0 0-1.586 1.22c.426.553.922 1.05 1.476 1.475a1 1 0 0 0 1.219-1.586 6 6 0 0 1-1.109-1.109m10.924-.183a1 1 0 0 0-1.402.183 6 6 0 0 1-1.109 1.109 1 1 0 0 0 1.22 1.586 8 8 0 0 0 1.475-1.476 1 1 0 0 0-.184-1.402M5.188 10.094a1 1 0 0 0-1.12.862 8 8 0 0 0 0 2.088 1 1 0 0 0 1.983-.259 6 6 0 0 1 0-1.57 1 1 0 0 0-.863-1.121m13.624 0a1 1 0 0 0-.863 1.12 6 6 0 0 1 0 1.571 1 1 0 0 0 1.984.259 8 8 0 0 0 0-2.088 1 1 0 0 0-1.122-.862M8.532 5.837a1 1 0 0 0-1.403-.184A8 8 0 0 0 5.653 7.13 1 1 0 0 0 7.24 8.348c.32-.416.693-.79 1.109-1.109a1 1 0 0 0 .183-1.402m8.34-.184a1 1 0 0 0-1.22 1.586c.416.32.79.693 1.109 1.109a1 1 0 0 0 1.586-1.22 8 8 0 0 0-1.476-1.475M12 4q-.53 0-1.044.067a1 1 0 0 0 .259 1.984 6 6 0 0 1 1.57 0 1 1 0 0 0 .259-1.984A8 8 0 0 0 12 4", clipRule: "evenodd" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconCircleDashed
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconCircleDashed = /* @__PURE__ */ createIcon("circle-dashed", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.11 20.428a.5.5 0 0 1 .13.992 9.6 9.6 0 0 1-2.48 0 .5.5 0 1 1 .13-.992 8.6 8.6 0 0 0 2.22 0m-8.555-3.345a.5.5 0 0 1 .7.092 8.6 8.6 0 0 0 1.57 1.57.5.5 0 0 1-.61.792 9.6 9.6 0 0 1-1.752-1.753.5.5 0 0 1 .092-.701m14.19.092a.5.5 0 1 1 .792.61 9.6 9.6 0 0 1-1.753 1.752.5.5 0 0 1-.61-.793 8.6 8.6 0 0 0 1.57-1.57M2.5 12q0-.63.08-1.24a.5.5 0 0 1 .992.13 8.6 8.6 0 0 0 0 2.22.5.5 0 0 1-.992.13A10 10 0 0 1 2.5 12m18 0q0-.566-.072-1.11a.5.5 0 0 1 .992-.13 9.6 9.6 0 0 1 0 2.48.5.5 0 1 1-.992-.13q.071-.544.072-1.11M6.216 4.463a.5.5 0 0 1 .61.793 8.6 8.6 0 0 0-1.57 1.57.5.5 0 0 1-.793-.61 9.6 9.6 0 0 1 1.753-1.753m10.867.092a.5.5 0 0 1 .701-.092 9.6 9.6 0 0 1 1.753 1.753.5.5 0 0 1-.793.61 8.6 8.6 0 0 0-1.57-1.57.5.5 0 0 1-.091-.701M12 2.5q.63 0 1.24.08a.5.5 0 0 1-.13.992 8.6 8.6 0 0 0-2.22 0 .5.5 0 0 1-.13-.992q.61-.08 1.24-.08" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.078 20.18a.75.75 0 1 1 .195 1.488 10 10 0 0 1-2.546 0 .75.75 0 0 1 .195-1.487 8.4 8.4 0 0 0 2.156 0m-8.676-3.295a.75.75 0 0 1 1.052.137c.44.572.952 1.085 1.524 1.524a.75.75 0 0 1-.915 1.19 9.8 9.8 0 0 1-1.798-1.8.75.75 0 0 1 .137-1.051m14.144.137a.75.75 0 0 1 1.19.915 9.8 9.8 0 0 1-1.8 1.798.75.75 0 0 1-.913-1.19 8.3 8.3 0 0 0 1.523-1.523M2.25 12q0-.646.082-1.273a.75.75 0 0 1 1.487.195 8.3 8.3 0 0 0 0 2.156.75.75 0 1 1-1.487.195A10 10 0 0 1 2.25 12m18 0q0-.55-.07-1.078a.75.75 0 1 1 1.488-.195 10 10 0 0 1 0 2.546.75.75 0 0 1-1.487-.195q.069-.529.069-1.078M6.063 4.265a.75.75 0 0 1 .915 1.19 8.3 8.3 0 0 0-1.524 1.523.75.75 0 0 1-1.19-.915 9.8 9.8 0 0 1 1.8-1.798m10.822.137a.75.75 0 0 1 1.051-.137 9.8 9.8 0 0 1 1.8 1.798.75.75 0 0 1-1.19.915 8.3 8.3 0 0 0-1.523-1.524.75.75 0 0 1-.138-1.052M12 2.25q.646 0 1.273.082a.75.75 0 0 1-.195 1.487 8.3 8.3 0 0 0-2.156 0 .75.75 0 1 1-.195-1.487A10 10 0 0 1 12 2.25" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.046 19.933a1 1 0 0 1 .259 1.983 10 10 0 0 1-2.61 0 1 1 0 0 1 .26-1.983 8 8 0 0 0 2.09 0M4.25 16.686a1 1 0 0 1 1.402.184 8 8 0 0 0 1.478 1.478 1 1 0 0 1-1.219 1.586 10 10 0 0 1-1.845-1.845 1 1 0 0 1 .184-1.402m14.098.184a1 1 0 0 1 1.586 1.219 10 10 0 0 1-1.845 1.845 1 1 0 0 1-1.219-1.586 8 8 0 0 0 1.478-1.478M2 12q0-.663.084-1.305a1 1 0 0 1 1.983.26 8 8 0 0 0 0 2.09 1 1 0 0 1-1.983.26A10 10 0 0 1 2 12m18 0q0-.533-.067-1.046a1 1 0 0 1 1.983-.259 10 10 0 0 1 0 2.61 1 1 0 0 1-1.983-.26q.066-.512.067-1.045M5.911 4.066A1 1 0 0 1 7.13 5.652 8 8 0 0 0 5.652 7.13a1 1 0 0 1-1.586-1.22 10 10 0 0 1 1.845-1.845m10.776.184a1 1 0 0 1 1.402-.184 10 10 0 0 1 1.845 1.845 1 1 0 0 1-1.586 1.219 8 8 0 0 0-1.478-1.478 1 1 0 0 1-.184-1.402M12 2q.663 0 1.305.084a1 1 0 0 1-.26 1.983 8 8 0 0 0-2.09 0 1 1 0 0 1-.26-1.983Q11.337 2 12 2" }) })
|
|
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: "M13.11 20.428a.5.5 0 0 1 .13.992 9.6 9.6 0 0 1-2.48 0 .5.5 0 1 1 .13-.992 8.6 8.6 0 0 0 2.22 0m-8.555-3.345a.5.5 0 0 1 .7.092 8.6 8.6 0 0 0 1.57 1.57.5.5 0 0 1-.61.792 9.6 9.6 0 0 1-1.752-1.753.5.5 0 0 1 .092-.701m14.19.092a.5.5 0 1 1 .792.61 9.6 9.6 0 0 1-1.753 1.752.5.5 0 0 1-.61-.793 8.6 8.6 0 0 0 1.57-1.57M2.5 12q0-.63.08-1.24a.5.5 0 0 1 .992.13 8.6 8.6 0 0 0 0 2.22.5.5 0 0 1-.992.13A10 10 0 0 1 2.5 12m18 0q0-.566-.072-1.11a.5.5 0 0 1 .992-.13 9.6 9.6 0 0 1 0 2.48.5.5 0 1 1-.992-.13q.071-.544.072-1.11M6.216 4.463a.5.5 0 0 1 .61.793 8.6 8.6 0 0 0-1.57 1.57.5.5 0 0 1-.793-.61 9.6 9.6 0 0 1 1.753-1.753m10.867.092a.5.5 0 0 1 .701-.092 9.6 9.6 0 0 1 1.753 1.753.5.5 0 0 1-.793.61 8.6 8.6 0 0 0-1.57-1.57.5.5 0 0 1-.091-.701M12 2.5q.63 0 1.24.08a.5.5 0 0 1-.13.992 8.6 8.6 0 0 0-2.22 0 .5.5 0 0 1-.13-.992q.61-.08 1.24-.08" })
|
|
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: "M13.078 20.18a.75.75 0 1 1 .195 1.488 10 10 0 0 1-2.546 0 .75.75 0 0 1 .195-1.487 8.4 8.4 0 0 0 2.156 0m-8.676-3.295a.75.75 0 0 1 1.052.137c.44.572.952 1.085 1.524 1.524a.75.75 0 0 1-.915 1.19 9.8 9.8 0 0 1-1.798-1.8.75.75 0 0 1 .137-1.051m14.144.137a.75.75 0 0 1 1.19.915 9.8 9.8 0 0 1-1.8 1.798.75.75 0 0 1-.913-1.19 8.3 8.3 0 0 0 1.523-1.523M2.25 12q0-.646.082-1.273a.75.75 0 0 1 1.487.195 8.3 8.3 0 0 0 0 2.156.75.75 0 1 1-1.487.195A10 10 0 0 1 2.25 12m18 0q0-.55-.07-1.078a.75.75 0 1 1 1.488-.195 10 10 0 0 1 0 2.546.75.75 0 0 1-1.487-.195q.069-.529.069-1.078M6.063 4.265a.75.75 0 0 1 .915 1.19 8.3 8.3 0 0 0-1.524 1.523.75.75 0 0 1-1.19-.915 9.8 9.8 0 0 1 1.8-1.798m10.822.137a.75.75 0 0 1 1.051-.137 9.8 9.8 0 0 1 1.8 1.798.75.75 0 0 1-1.19.915 8.3 8.3 0 0 0-1.523-1.524.75.75 0 0 1-.138-1.052M12 2.25q.646 0 1.273.082a.75.75 0 0 1-.195 1.487 8.3 8.3 0 0 0-2.156 0 .75.75 0 1 1-.195-1.487A10 10 0 0 1 12 2.25" })
|
|
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: "M13.046 19.933a1 1 0 0 1 .259 1.983 10 10 0 0 1-2.61 0 1 1 0 0 1 .26-1.983 8 8 0 0 0 2.09 0M4.25 16.686a1 1 0 0 1 1.402.184 8 8 0 0 0 1.478 1.478 1 1 0 0 1-1.219 1.586 10 10 0 0 1-1.845-1.845 1 1 0 0 1 .184-1.402m14.098.184a1 1 0 0 1 1.586 1.219 10 10 0 0 1-1.845 1.845 1 1 0 0 1-1.219-1.586 8 8 0 0 0 1.478-1.478M2 12q0-.663.084-1.305a1 1 0 0 1 1.983.26 8 8 0 0 0 0 2.09 1 1 0 0 1-1.983.26A10 10 0 0 1 2 12m18 0q0-.533-.067-1.046a1 1 0 0 1 1.983-.259 10 10 0 0 1 0 2.61 1 1 0 0 1-1.983-.26q.066-.512.067-1.045M5.911 4.066A1 1 0 0 1 7.13 5.652 8 8 0 0 0 5.652 7.13a1 1 0 0 1-1.586-1.22 10 10 0 0 1 1.845-1.845m10.776.184a1 1 0 0 1 1.402-.184 10 10 0 0 1 1.845 1.845 1 1 0 0 1-1.586 1.219 8 8 0 0 0-1.478-1.478 1 1 0 0 1-.184-1.402M12 2q.663 0 1.305.084a1 1 0 0 1-.26 1.983 8 8 0 0 0-2.09 0 1 1 0 0 1-.26-1.983Q11.337 2 12 2" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.5a9.5 9.5 0 1 1 0 19 9.5 9.5 0 0 1 0-19m.85 15.945a6.6 6.6 0 0 1-1.7 0 .5.5 0 1 0-.129.991 7.6 7.6 0 0 0 1.957 0 .5.5 0 0 0-.128-.99m-6.007-2.488a.5.5 0 0 0-.793.61 7.5 7.5 0 0 0 1.384 1.383.5.5 0 0 0 .609-.793 6.5 6.5 0 0 1-1.2-1.2m11.015-.092a.5.5 0 0 0-.7.092 6.6 6.6 0 0 1-1.201 1.2.5.5 0 0 0 .61.793 7.5 7.5 0 0 0 1.383-1.384.5.5 0 0 0-.092-.7M5.124 10.59a.5.5 0 0 0-.56.431 7.6 7.6 0 0 0 0 1.957.5.5 0 0 0 .99-.128 6.6 6.6 0 0 1 0-1.7.5.5 0 0 0-.43-.56m13.752 0a.5.5 0 0 0-.43.56 6.6 6.6 0 0 1 0 1.7.5.5 0 1 0 .99.129 7.6 7.6 0 0 0 0-1.957.5.5 0 0 0-.56-.432M8.135 6.142a.5.5 0 0 0-.701-.092c-.52.399-.985.864-1.384 1.384a.5.5 0 0 0 .793.609c.346-.45.75-.854 1.2-1.2a.5.5 0 0 0 .092-.701m8.431-.092a.5.5 0 0 0-.609.793c.45.346.854.75 1.2 1.2a.5.5 0 0 0 .793-.61 7.5 7.5 0 0 0-1.384-1.383M12 4.5q-.497 0-.979.063a.5.5 0 0 0 .13.992 6.6 6.6 0 0 1 1.699 0 .5.5 0 1 0 .129-.992A8 8 0 0 0 12 4.5", clipRule: "evenodd" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", 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.25m.817 15.947a6.3 6.3 0 0 1-1.634 0 .75.75 0 0 0-.195 1.488 7.8 7.8 0 0 0 2.024 0 .75.75 0 0 0-.195-1.488m-5.776-2.392a.75.75 0 1 0-1.19.914 7.8 7.8 0 0 0 1.43 1.43.75.75 0 0 0 .914-1.19 6.3 6.3 0 0 1-1.154-1.154m10.97-.138a.75.75 0 0 0-1.052.138 6.3 6.3 0 0 1-1.154 1.154.75.75 0 1 0 .914 1.19 7.8 7.8 0 0 0 1.43-1.43.75.75 0 0 0-.138-1.052M5.156 10.342a.75.75 0 0 0-.84.646 7.8 7.8 0 0 0 0 2.024.75.75 0 0 0 1.487-.195 6.3 6.3 0 0 1 0-1.634.75.75 0 0 0-.647-.841m13.688 0a.75.75 0 0 0-.647.84 6.3 6.3 0 0 1 0 1.635.75.75 0 0 0 1.488.195 7.8 7.8 0 0 0 0-2.024.75.75 0 0 0-.841-.646M8.333 5.989a.75.75 0 0 0-1.052-.137 7.8 7.8 0 0 0-1.43 1.43.75.75 0 0 0 1.19.913 6.3 6.3 0 0 1 1.154-1.154.75.75 0 0 0 .138-1.052m8.386-.137a.75.75 0 0 0-.914 1.189c.433.333.821.721 1.154 1.154a.75.75 0 1 0 1.19-.914 7.8 7.8 0 0 0-1.43-1.43M12 4.25q-.514 0-1.012.065a.75.75 0 0 0 .195 1.488 6.3 6.3 0 0 1 1.634 0 .75.75 0 0 0 .195-1.488A8 8 0 0 0 12 4.25", clipRule: "evenodd" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m.785 15.95a6 6 0 0 1-1.57 0 1 1 0 0 0-.259 1.983 8 8 0 0 0 2.088 0 1 1 0 0 0-.259-1.984M7.24 15.651a1 1 0 0 0-1.586 1.22c.426.553.922 1.05 1.476 1.475a1 1 0 0 0 1.219-1.586 6 6 0 0 1-1.109-1.109m10.924-.183a1 1 0 0 0-1.402.183 6 6 0 0 1-1.109 1.109 1 1 0 0 0 1.22 1.586 8 8 0 0 0 1.475-1.476 1 1 0 0 0-.184-1.402M5.188 10.094a1 1 0 0 0-1.12.862 8 8 0 0 0 0 2.088 1 1 0 0 0 1.983-.259 6 6 0 0 1 0-1.57 1 1 0 0 0-.863-1.121m13.624 0a1 1 0 0 0-.863 1.12 6 6 0 0 1 0 1.571 1 1 0 0 0 1.984.259 8 8 0 0 0 0-2.088 1 1 0 0 0-1.122-.862M8.532 5.837a1 1 0 0 0-1.403-.184A8 8 0 0 0 5.653 7.13 1 1 0 0 0 7.24 8.348c.32-.416.693-.79 1.109-1.109a1 1 0 0 0 .183-1.402m8.34-.184a1 1 0 0 0-1.22 1.586c.416.32.79.693 1.109 1.109a1 1 0 0 0 1.586-1.22 8 8 0 0 0-1.476-1.475M12 4q-.53 0-1.044.067a1 1 0 0 0 .259 1.984 6 6 0 0 1 1.57 0 1 1 0 0 0 .259-1.984A8 8 0 0 0 12 4", clipRule: "evenodd" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconCircleDashed
|
|
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 circle_exports = {};
|
|
21
|
+
__export(circle_exports, {
|
|
22
|
+
IconCircle: () => IconCircle
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(circle_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconCircle = /* @__PURE__ */ (0, import_createIcon.createIcon)("circle", {
|
|
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 0" }) }),
|
|
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.75" }) }),
|
|
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 10" }) })
|
|
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 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: "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" })
|
|
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 10" })
|
|
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: "M21.5 12a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.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" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.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" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconCircle
|
|
56
|
+
});
|