@uiuxicons/react 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/dist/Icon.cjs +74 -0
- package/dist/Icon.d.cts +6 -0
- package/dist/Icon.d.ts +6 -0
- package/dist/Icon.js +50 -0
- package/dist/IconContext.cjs +30 -0
- package/dist/IconContext.d.cts +12 -0
- package/dist/IconContext.d.ts +12 -0
- package/dist/IconContext.js +6 -0
- package/dist/IconProvider.cjs +47 -0
- package/dist/IconProvider.d.cts +6 -0
- package/dist/IconProvider.d.ts +6 -0
- package/dist/IconProvider.js +23 -0
- package/dist/createIcon.cjs +37 -0
- package/dist/createIcon.d.cts +10 -0
- package/dist/createIcon.d.ts +10 -0
- package/dist/createIcon.js +13 -0
- package/dist/icons/align-bottom.cjs +56 -0
- package/dist/icons/align-bottom.d.cts +7 -0
- package/dist/icons/align-bottom.d.ts +7 -0
- package/dist/icons/align-bottom.js +32 -0
- package/dist/icons/align-center-horizontal.cjs +56 -0
- package/dist/icons/align-center-horizontal.d.cts +7 -0
- package/dist/icons/align-center-horizontal.d.ts +7 -0
- package/dist/icons/align-center-horizontal.js +32 -0
- package/dist/icons/align-center-vertical.cjs +56 -0
- package/dist/icons/align-center-vertical.d.cts +7 -0
- package/dist/icons/align-center-vertical.d.ts +7 -0
- package/dist/icons/align-center-vertical.js +32 -0
- package/dist/icons/align-left.cjs +56 -0
- package/dist/icons/align-left.d.cts +7 -0
- package/dist/icons/align-left.d.ts +7 -0
- package/dist/icons/align-left.js +32 -0
- package/dist/icons/align-right.cjs +56 -0
- package/dist/icons/align-right.d.cts +7 -0
- package/dist/icons/align-right.d.ts +7 -0
- package/dist/icons/align-right.js +32 -0
- package/dist/icons/align-top.cjs +56 -0
- package/dist/icons/align-top.d.cts +7 -0
- package/dist/icons/align-top.d.ts +7 -0
- package/dist/icons/align-top.js +32 -0
- package/dist/icons/angle.cjs +56 -0
- package/dist/icons/angle.d.cts +7 -0
- package/dist/icons/angle.d.ts +7 -0
- package/dist/icons/angle.js +32 -0
- package/dist/icons/app-window.cjs +56 -0
- package/dist/icons/app-window.d.cts +7 -0
- package/dist/icons/app-window.d.ts +7 -0
- package/dist/icons/app-window.js +32 -0
- package/dist/icons/archive-x.cjs +56 -0
- package/dist/icons/archive-x.d.cts +7 -0
- package/dist/icons/archive-x.d.ts +7 -0
- package/dist/icons/archive-x.js +32 -0
- package/dist/icons/archive.cjs +56 -0
- package/dist/icons/archive.d.cts +7 -0
- package/dist/icons/archive.d.ts +7 -0
- package/dist/icons/archive.js +32 -0
- package/dist/icons/arrow-circle-down-left.cjs +56 -0
- package/dist/icons/arrow-circle-down-left.d.cts +7 -0
- package/dist/icons/arrow-circle-down-left.d.ts +7 -0
- package/dist/icons/arrow-circle-down-left.js +32 -0
- package/dist/icons/arrow-circle-down-right.cjs +56 -0
- package/dist/icons/arrow-circle-down-right.d.cts +7 -0
- package/dist/icons/arrow-circle-down-right.d.ts +7 -0
- package/dist/icons/arrow-circle-down-right.js +32 -0
- package/dist/icons/arrow-circle-down.cjs +56 -0
- package/dist/icons/arrow-circle-down.d.cts +7 -0
- package/dist/icons/arrow-circle-down.d.ts +7 -0
- package/dist/icons/arrow-circle-down.js +32 -0
- package/dist/icons/arrow-circle-left.cjs +56 -0
- package/dist/icons/arrow-circle-left.d.cts +7 -0
- package/dist/icons/arrow-circle-left.d.ts +7 -0
- package/dist/icons/arrow-circle-left.js +32 -0
- package/dist/icons/arrow-circle-right.cjs +56 -0
- package/dist/icons/arrow-circle-right.d.cts +7 -0
- package/dist/icons/arrow-circle-right.d.ts +7 -0
- package/dist/icons/arrow-circle-right.js +32 -0
- package/dist/icons/arrow-circle-up-left.cjs +56 -0
- package/dist/icons/arrow-circle-up-left.d.cts +7 -0
- package/dist/icons/arrow-circle-up-left.d.ts +7 -0
- package/dist/icons/arrow-circle-up-left.js +32 -0
- package/dist/icons/arrow-circle-up-right.cjs +56 -0
- package/dist/icons/arrow-circle-up-right.d.cts +7 -0
- package/dist/icons/arrow-circle-up-right.d.ts +7 -0
- package/dist/icons/arrow-circle-up-right.js +32 -0
- package/dist/icons/arrow-circle-up.cjs +56 -0
- package/dist/icons/arrow-circle-up.d.cts +7 -0
- package/dist/icons/arrow-circle-up.d.ts +7 -0
- package/dist/icons/arrow-circle-up.js +32 -0
- package/dist/icons/arrow-down-left.cjs +56 -0
- package/dist/icons/arrow-down-left.d.cts +7 -0
- package/dist/icons/arrow-down-left.d.ts +7 -0
- package/dist/icons/arrow-down-left.js +32 -0
- package/dist/icons/arrow-down-right.cjs +56 -0
- package/dist/icons/arrow-down-right.d.cts +7 -0
- package/dist/icons/arrow-down-right.d.ts +7 -0
- package/dist/icons/arrow-down-right.js +32 -0
- package/dist/icons/arrow-down.cjs +56 -0
- package/dist/icons/arrow-down.d.cts +7 -0
- package/dist/icons/arrow-down.d.ts +7 -0
- package/dist/icons/arrow-down.js +32 -0
- package/dist/icons/arrow-left.cjs +56 -0
- package/dist/icons/arrow-left.d.cts +7 -0
- package/dist/icons/arrow-left.d.ts +7 -0
- package/dist/icons/arrow-left.js +32 -0
- package/dist/icons/arrow-reload.cjs +56 -0
- package/dist/icons/arrow-reload.d.cts +7 -0
- package/dist/icons/arrow-reload.d.ts +7 -0
- package/dist/icons/arrow-reload.js +32 -0
- package/dist/icons/arrow-reset.cjs +56 -0
- package/dist/icons/arrow-reset.d.cts +7 -0
- package/dist/icons/arrow-reset.d.ts +7 -0
- package/dist/icons/arrow-reset.js +32 -0
- package/dist/icons/arrow-right.cjs +56 -0
- package/dist/icons/arrow-right.d.cts +7 -0
- package/dist/icons/arrow-right.d.ts +7 -0
- package/dist/icons/arrow-right.js +32 -0
- package/dist/icons/arrow-square-down-left.cjs +56 -0
- package/dist/icons/arrow-square-down-left.d.cts +7 -0
- package/dist/icons/arrow-square-down-left.d.ts +7 -0
- package/dist/icons/arrow-square-down-left.js +32 -0
- package/dist/icons/arrow-square-down-right.cjs +56 -0
- package/dist/icons/arrow-square-down-right.d.cts +7 -0
- package/dist/icons/arrow-square-down-right.d.ts +7 -0
- package/dist/icons/arrow-square-down-right.js +32 -0
- package/dist/icons/arrow-square-down.cjs +56 -0
- package/dist/icons/arrow-square-down.d.cts +7 -0
- package/dist/icons/arrow-square-down.d.ts +7 -0
- package/dist/icons/arrow-square-down.js +32 -0
- package/dist/icons/arrow-square-left.cjs +56 -0
- package/dist/icons/arrow-square-left.d.cts +7 -0
- package/dist/icons/arrow-square-left.d.ts +7 -0
- package/dist/icons/arrow-square-left.js +32 -0
- package/dist/icons/arrow-square-right.cjs +56 -0
- package/dist/icons/arrow-square-right.d.cts +7 -0
- package/dist/icons/arrow-square-right.d.ts +7 -0
- package/dist/icons/arrow-square-right.js +32 -0
- package/dist/icons/arrow-square-up-left.cjs +56 -0
- package/dist/icons/arrow-square-up-left.d.cts +7 -0
- package/dist/icons/arrow-square-up-left.d.ts +7 -0
- package/dist/icons/arrow-square-up-left.js +32 -0
- package/dist/icons/arrow-square-up-right.cjs +56 -0
- package/dist/icons/arrow-square-up-right.d.cts +7 -0
- package/dist/icons/arrow-square-up-right.d.ts +7 -0
- package/dist/icons/arrow-square-up-right.js +32 -0
- package/dist/icons/arrow-square-up.cjs +56 -0
- package/dist/icons/arrow-square-up.d.cts +7 -0
- package/dist/icons/arrow-square-up.d.ts +7 -0
- package/dist/icons/arrow-square-up.js +32 -0
- package/dist/icons/arrow-up-left.cjs +56 -0
- package/dist/icons/arrow-up-left.d.cts +7 -0
- package/dist/icons/arrow-up-left.d.ts +7 -0
- package/dist/icons/arrow-up-left.js +32 -0
- package/dist/icons/arrow-up-right.cjs +56 -0
- package/dist/icons/arrow-up-right.d.cts +7 -0
- package/dist/icons/arrow-up-right.d.ts +7 -0
- package/dist/icons/arrow-up-right.js +32 -0
- package/dist/icons/arrow-up.cjs +56 -0
- package/dist/icons/arrow-up.d.cts +7 -0
- package/dist/icons/arrow-up.d.ts +7 -0
- package/dist/icons/arrow-up.js +32 -0
- package/dist/icons/calendar-blank.cjs +56 -0
- package/dist/icons/calendar-blank.d.cts +7 -0
- package/dist/icons/calendar-blank.d.ts +7 -0
- package/dist/icons/calendar-blank.js +32 -0
- package/dist/icons/calendar-check.cjs +56 -0
- package/dist/icons/calendar-check.d.cts +7 -0
- package/dist/icons/calendar-check.d.ts +7 -0
- package/dist/icons/calendar-check.js +32 -0
- package/dist/icons/calendar-minus.cjs +56 -0
- package/dist/icons/calendar-minus.d.cts +7 -0
- package/dist/icons/calendar-minus.d.ts +7 -0
- package/dist/icons/calendar-minus.js +32 -0
- package/dist/icons/calendar-plus.cjs +56 -0
- package/dist/icons/calendar-plus.d.cts +7 -0
- package/dist/icons/calendar-plus.d.ts +7 -0
- package/dist/icons/calendar-plus.js +32 -0
- package/dist/icons/calendar-x.cjs +56 -0
- package/dist/icons/calendar-x.d.cts +7 -0
- package/dist/icons/calendar-x.d.ts +7 -0
- package/dist/icons/calendar-x.js +32 -0
- package/dist/icons/calendar.cjs +56 -0
- package/dist/icons/calendar.d.cts +7 -0
- package/dist/icons/calendar.d.ts +7 -0
- package/dist/icons/calendar.js +32 -0
- package/dist/icons/chevron-circle-down.cjs +56 -0
- package/dist/icons/chevron-circle-down.d.cts +7 -0
- package/dist/icons/chevron-circle-down.d.ts +7 -0
- package/dist/icons/chevron-circle-down.js +32 -0
- package/dist/icons/chevron-circle-left.cjs +56 -0
- package/dist/icons/chevron-circle-left.d.cts +7 -0
- package/dist/icons/chevron-circle-left.d.ts +7 -0
- package/dist/icons/chevron-circle-left.js +32 -0
- package/dist/icons/chevron-circle-right.cjs +56 -0
- package/dist/icons/chevron-circle-right.d.cts +7 -0
- package/dist/icons/chevron-circle-right.d.ts +7 -0
- package/dist/icons/chevron-circle-right.js +32 -0
- package/dist/icons/chevron-circle-up.cjs +56 -0
- package/dist/icons/chevron-circle-up.d.cts +7 -0
- package/dist/icons/chevron-circle-up.d.ts +7 -0
- package/dist/icons/chevron-circle-up.js +32 -0
- package/dist/icons/chevron-down.cjs +56 -0
- package/dist/icons/chevron-down.d.cts +7 -0
- package/dist/icons/chevron-down.d.ts +7 -0
- package/dist/icons/chevron-down.js +32 -0
- package/dist/icons/chevron-left.cjs +56 -0
- package/dist/icons/chevron-left.d.cts +7 -0
- package/dist/icons/chevron-left.d.ts +7 -0
- package/dist/icons/chevron-left.js +32 -0
- package/dist/icons/chevron-right.cjs +56 -0
- package/dist/icons/chevron-right.d.cts +7 -0
- package/dist/icons/chevron-right.d.ts +7 -0
- package/dist/icons/chevron-right.js +32 -0
- package/dist/icons/chevron-up.cjs +56 -0
- package/dist/icons/chevron-up.d.cts +7 -0
- package/dist/icons/chevron-up.d.ts +7 -0
- package/dist/icons/chevron-up.js +32 -0
- package/dist/icons/circle-dashed.cjs +56 -0
- package/dist/icons/circle-dashed.d.cts +7 -0
- package/dist/icons/circle-dashed.d.ts +7 -0
- package/dist/icons/circle-dashed.js +32 -0
- package/dist/icons/circle.cjs +56 -0
- package/dist/icons/circle.d.cts +7 -0
- package/dist/icons/circle.d.ts +7 -0
- package/dist/icons/circle.js +32 -0
- package/dist/icons/clock-am.cjs +56 -0
- package/dist/icons/clock-am.d.cts +7 -0
- package/dist/icons/clock-am.d.ts +7 -0
- package/dist/icons/clock-am.js +32 -0
- package/dist/icons/clock-ccw.cjs +56 -0
- package/dist/icons/clock-ccw.d.cts +7 -0
- package/dist/icons/clock-ccw.d.ts +7 -0
- package/dist/icons/clock-ccw.js +32 -0
- package/dist/icons/clock-cw.cjs +56 -0
- package/dist/icons/clock-cw.d.cts +7 -0
- package/dist/icons/clock-cw.d.ts +7 -0
- package/dist/icons/clock-cw.js +32 -0
- package/dist/icons/clock-minus.cjs +56 -0
- package/dist/icons/clock-minus.d.cts +7 -0
- package/dist/icons/clock-minus.d.ts +7 -0
- package/dist/icons/clock-minus.js +32 -0
- package/dist/icons/clock-plus.cjs +56 -0
- package/dist/icons/clock-plus.d.cts +7 -0
- package/dist/icons/clock-plus.d.ts +7 -0
- package/dist/icons/clock-plus.js +32 -0
- package/dist/icons/clock-pm.cjs +56 -0
- package/dist/icons/clock-pm.d.cts +7 -0
- package/dist/icons/clock-pm.d.ts +7 -0
- package/dist/icons/clock-pm.js +32 -0
- package/dist/icons/clock-z.cjs +56 -0
- package/dist/icons/clock-z.d.cts +7 -0
- package/dist/icons/clock-z.d.ts +7 -0
- package/dist/icons/clock-z.js +32 -0
- package/dist/icons/clock.cjs +56 -0
- package/dist/icons/clock.d.cts +7 -0
- package/dist/icons/clock.d.ts +7 -0
- package/dist/icons/clock.js +32 -0
- package/dist/icons/ellipsis-horizontal.cjs +56 -0
- package/dist/icons/ellipsis-horizontal.d.cts +7 -0
- package/dist/icons/ellipsis-horizontal.d.ts +7 -0
- package/dist/icons/ellipsis-horizontal.js +32 -0
- package/dist/icons/ellipsis-vertical.cjs +56 -0
- package/dist/icons/ellipsis-vertical.d.cts +7 -0
- package/dist/icons/ellipsis-vertical.d.ts +7 -0
- package/dist/icons/ellipsis-vertical.js +32 -0
- package/dist/icons/envelope-open.cjs +56 -0
- package/dist/icons/envelope-open.d.cts +7 -0
- package/dist/icons/envelope-open.d.ts +7 -0
- package/dist/icons/envelope-open.js +32 -0
- package/dist/icons/envelope.cjs +56 -0
- package/dist/icons/envelope.d.cts +7 -0
- package/dist/icons/envelope.d.ts +7 -0
- package/dist/icons/envelope.js +32 -0
- package/dist/icons/file-arrow-down.cjs +56 -0
- package/dist/icons/file-arrow-down.d.cts +7 -0
- package/dist/icons/file-arrow-down.d.ts +7 -0
- package/dist/icons/file-arrow-down.js +32 -0
- package/dist/icons/file-arrow-up.cjs +56 -0
- package/dist/icons/file-arrow-up.d.cts +7 -0
- package/dist/icons/file-arrow-up.d.ts +7 -0
- package/dist/icons/file-arrow-up.js +32 -0
- package/dist/icons/file-minus.cjs +56 -0
- package/dist/icons/file-minus.d.cts +7 -0
- package/dist/icons/file-minus.d.ts +7 -0
- package/dist/icons/file-minus.js +32 -0
- package/dist/icons/file-plus.cjs +56 -0
- package/dist/icons/file-plus.d.cts +7 -0
- package/dist/icons/file-plus.d.ts +7 -0
- package/dist/icons/file-plus.js +32 -0
- package/dist/icons/file-text.cjs +56 -0
- package/dist/icons/file-text.d.cts +7 -0
- package/dist/icons/file-text.d.ts +7 -0
- package/dist/icons/file-text.js +32 -0
- package/dist/icons/file-x.cjs +56 -0
- package/dist/icons/file-x.d.cts +7 -0
- package/dist/icons/file-x.d.ts +7 -0
- package/dist/icons/file-x.js +32 -0
- package/dist/icons/file.cjs +56 -0
- package/dist/icons/file.d.cts +7 -0
- package/dist/icons/file.d.ts +7 -0
- package/dist/icons/file.js +32 -0
- package/dist/icons/filter.cjs +56 -0
- package/dist/icons/filter.d.cts +7 -0
- package/dist/icons/filter.d.ts +7 -0
- package/dist/icons/filter.js +32 -0
- package/dist/icons/gear.cjs +56 -0
- package/dist/icons/gear.d.cts +7 -0
- package/dist/icons/gear.d.ts +7 -0
- package/dist/icons/gear.js +32 -0
- package/dist/icons/graduation-cap.cjs +67 -0
- package/dist/icons/graduation-cap.d.cts +7 -0
- package/dist/icons/graduation-cap.d.ts +7 -0
- package/dist/icons/graduation-cap.js +43 -0
- package/dist/icons/house.cjs +56 -0
- package/dist/icons/house.d.cts +7 -0
- package/dist/icons/house.d.ts +7 -0
- package/dist/icons/house.js +32 -0
- package/dist/icons/inbox-arrow-down.cjs +56 -0
- package/dist/icons/inbox-arrow-down.d.cts +7 -0
- package/dist/icons/inbox-arrow-down.d.ts +7 -0
- package/dist/icons/inbox-arrow-down.js +32 -0
- package/dist/icons/inbox-arrow-up.cjs +56 -0
- package/dist/icons/inbox-arrow-up.d.cts +7 -0
- package/dist/icons/inbox-arrow-up.d.ts +7 -0
- package/dist/icons/inbox-arrow-up.js +32 -0
- package/dist/icons/inbox.cjs +56 -0
- package/dist/icons/inbox.d.cts +7 -0
- package/dist/icons/inbox.d.ts +7 -0
- package/dist/icons/inbox.js +32 -0
- package/dist/icons/list.cjs +56 -0
- package/dist/icons/list.d.cts +7 -0
- package/dist/icons/list.d.ts +7 -0
- package/dist/icons/list.js +32 -0
- package/dist/icons/menu.cjs +56 -0
- package/dist/icons/menu.d.cts +7 -0
- package/dist/icons/menu.d.ts +7 -0
- package/dist/icons/menu.js +32 -0
- package/dist/icons/minus-circle.cjs +56 -0
- package/dist/icons/minus-circle.d.cts +7 -0
- package/dist/icons/minus-circle.d.ts +7 -0
- package/dist/icons/minus-circle.js +32 -0
- package/dist/icons/minus-square.cjs +56 -0
- package/dist/icons/minus-square.d.cts +7 -0
- package/dist/icons/minus-square.d.ts +7 -0
- package/dist/icons/minus-square.js +32 -0
- package/dist/icons/minus.cjs +56 -0
- package/dist/icons/minus.d.cts +7 -0
- package/dist/icons/minus.d.ts +7 -0
- package/dist/icons/minus.js +32 -0
- package/dist/icons/moon.cjs +56 -0
- package/dist/icons/moon.d.cts +7 -0
- package/dist/icons/moon.d.ts +7 -0
- package/dist/icons/moon.js +32 -0
- package/dist/icons/plus-circle.cjs +56 -0
- package/dist/icons/plus-circle.d.cts +7 -0
- package/dist/icons/plus-circle.d.ts +7 -0
- package/dist/icons/plus-circle.js +32 -0
- package/dist/icons/plus-square.cjs +56 -0
- package/dist/icons/plus-square.d.cts +7 -0
- package/dist/icons/plus-square.d.ts +7 -0
- package/dist/icons/plus-square.js +32 -0
- package/dist/icons/plus.cjs +56 -0
- package/dist/icons/plus.d.cts +7 -0
- package/dist/icons/plus.d.ts +7 -0
- package/dist/icons/plus.js +32 -0
- package/dist/icons/search.cjs +65 -0
- package/dist/icons/search.d.cts +7 -0
- package/dist/icons/search.d.ts +7 -0
- package/dist/icons/search.js +41 -0
- package/dist/icons/server-stack.cjs +56 -0
- package/dist/icons/server-stack.d.cts +7 -0
- package/dist/icons/server-stack.d.ts +7 -0
- package/dist/icons/server-stack.js +32 -0
- package/dist/icons/server.cjs +65 -0
- package/dist/icons/server.d.cts +7 -0
- package/dist/icons/server.d.ts +7 -0
- package/dist/icons/server.js +41 -0
- package/dist/icons/sliders-horizontal.cjs +56 -0
- package/dist/icons/sliders-horizontal.d.cts +7 -0
- package/dist/icons/sliders-horizontal.d.ts +7 -0
- package/dist/icons/sliders-horizontal.js +32 -0
- package/dist/icons/sliders-vertical.cjs +56 -0
- package/dist/icons/sliders-vertical.d.cts +7 -0
- package/dist/icons/sliders-vertical.d.ts +7 -0
- package/dist/icons/sliders-vertical.js +32 -0
- package/dist/icons/square-dashed.cjs +56 -0
- package/dist/icons/square-dashed.d.cts +7 -0
- package/dist/icons/square-dashed.d.ts +7 -0
- package/dist/icons/square-dashed.js +32 -0
- package/dist/icons/square.cjs +56 -0
- package/dist/icons/square.d.cts +7 -0
- package/dist/icons/square.d.ts +7 -0
- package/dist/icons/square.js +32 -0
- package/dist/icons/sun-dim.cjs +56 -0
- package/dist/icons/sun-dim.d.cts +7 -0
- package/dist/icons/sun-dim.d.ts +7 -0
- package/dist/icons/sun-dim.js +32 -0
- package/dist/icons/sun-horizon.cjs +56 -0
- package/dist/icons/sun-horizon.d.cts +7 -0
- package/dist/icons/sun-horizon.d.ts +7 -0
- package/dist/icons/sun-horizon.js +32 -0
- package/dist/icons/sun-moon.cjs +56 -0
- package/dist/icons/sun-moon.d.cts +7 -0
- package/dist/icons/sun-moon.d.ts +7 -0
- package/dist/icons/sun-moon.js +32 -0
- package/dist/icons/sun.cjs +56 -0
- package/dist/icons/sun.d.cts +7 -0
- package/dist/icons/sun.d.ts +7 -0
- package/dist/icons/sun.js +32 -0
- package/dist/icons/sunrise.cjs +56 -0
- package/dist/icons/sunrise.d.cts +7 -0
- package/dist/icons/sunrise.d.ts +7 -0
- package/dist/icons/sunrise.js +32 -0
- package/dist/icons/sunset.cjs +56 -0
- package/dist/icons/sunset.d.cts +7 -0
- package/dist/icons/sunset.d.ts +7 -0
- package/dist/icons/sunset.js +32 -0
- package/dist/icons/table.cjs +56 -0
- package/dist/icons/table.d.cts +7 -0
- package/dist/icons/table.d.ts +7 -0
- package/dist/icons/table.js +32 -0
- package/dist/icons/target.cjs +56 -0
- package/dist/icons/target.d.cts +7 -0
- package/dist/icons/target.d.ts +7 -0
- package/dist/icons/target.js +32 -0
- package/dist/icons/text-align-center.cjs +56 -0
- package/dist/icons/text-align-center.d.cts +7 -0
- package/dist/icons/text-align-center.d.ts +7 -0
- package/dist/icons/text-align-center.js +32 -0
- package/dist/icons/text-align-justify.cjs +56 -0
- package/dist/icons/text-align-justify.d.cts +7 -0
- package/dist/icons/text-align-justify.d.ts +7 -0
- package/dist/icons/text-align-justify.js +32 -0
- package/dist/icons/text-align-left.cjs +56 -0
- package/dist/icons/text-align-left.d.cts +7 -0
- package/dist/icons/text-align-left.d.ts +7 -0
- package/dist/icons/text-align-left.js +32 -0
- package/dist/icons/text-align-right.cjs +56 -0
- package/dist/icons/text-align-right.d.cts +7 -0
- package/dist/icons/text-align-right.d.ts +7 -0
- package/dist/icons/text-align-right.js +32 -0
- package/dist/icons/text-initial.cjs +56 -0
- package/dist/icons/text-initial.d.cts +7 -0
- package/dist/icons/text-initial.d.ts +7 -0
- package/dist/icons/text-initial.js +32 -0
- package/dist/icons/text-select.cjs +56 -0
- package/dist/icons/text-select.d.cts +7 -0
- package/dist/icons/text-select.d.ts +7 -0
- package/dist/icons/text-select.js +32 -0
- package/dist/icons/text.cjs +56 -0
- package/dist/icons/text.d.cts +7 -0
- package/dist/icons/text.d.ts +7 -0
- package/dist/icons/text.js +32 -0
- package/dist/icons/trash.cjs +56 -0
- package/dist/icons/trash.d.cts +7 -0
- package/dist/icons/trash.d.ts +7 -0
- package/dist/icons/trash.js +32 -0
- package/dist/icons/triangle-dashed.cjs +56 -0
- package/dist/icons/triangle-dashed.d.cts +7 -0
- package/dist/icons/triangle-dashed.d.ts +7 -0
- package/dist/icons/triangle-dashed.js +32 -0
- package/dist/icons/triangle.cjs +56 -0
- package/dist/icons/triangle.d.cts +7 -0
- package/dist/icons/triangle.d.ts +7 -0
- package/dist/icons/triangle.js +32 -0
- package/dist/icons/ui-ux.cjs +56 -0
- package/dist/icons/ui-ux.d.cts +7 -0
- package/dist/icons/ui-ux.d.ts +7 -0
- package/dist/icons/ui-ux.js +32 -0
- package/dist/icons/x-circle.cjs +56 -0
- package/dist/icons/x-circle.d.cts +7 -0
- package/dist/icons/x-circle.d.ts +7 -0
- package/dist/icons/x-circle.js +32 -0
- package/dist/icons/x-square.cjs +56 -0
- package/dist/icons/x-square.d.cts +7 -0
- package/dist/icons/x-square.d.ts +7 -0
- package/dist/icons/x-square.js +32 -0
- package/dist/icons/x.cjs +56 -0
- package/dist/icons/x.d.cts +7 -0
- package/dist/icons/x.d.ts +7 -0
- package/dist/icons/x.js +32 -0
- package/dist/index.cjs +237 -3494
- package/dist/index.d.cts +120 -257
- package/dist/index.d.ts +120 -257
- package/dist/index.js +120 -3378
- package/dist/types.cjs +17 -0
- package/dist/types.d.cts +31 -0
- package/dist/types.d.ts +31 -0
- package/dist/types.js +1 -0
- package/package.json +14 -4
|
@@ -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 arrow_square_up_exports = {};
|
|
21
|
+
__export(arrow_square_up_exports, {
|
|
22
|
+
IconArrowSquareUp: () => IconArrowSquareUp
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(arrow_square_up_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconArrowSquareUp = /* @__PURE__ */ (0, import_createIcon.createIcon)("arrow-square-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: "M20.5 19a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 19V5A1.5 1.5 0 0 1 5 3.5h14A1.5 1.5 0 0 1 20.5 5zm-9-2a.5.5 0 0 0 1 0V8.207l3.146 3.146a.5.5 0 1 0 .707-.707L12.708 7a1 1 0 0 0-1.414 0l-3.647 3.646a.5.5 0 1 0 .708.707L11.5 8.208zm10-12A2.5 2.5 0 0 0 19 2.5H5A2.5 2.5 0 0 0 2.5 5v14A2.5 2.5 0 0 0 5 21.5h14a2.5 2.5 0 0 0 2.5-2.5z" }) }),
|
|
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 19c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25V5c0-.69.56-1.25 1.25-1.25h14c.69 0 1.25.56 1.25 1.25zm-9-2a.75.75 0 0 0 1.5 0V8.81l2.72 2.72a.75.75 0 1 0 1.06-1.06l-3.646-3.647a1.25 1.25 0 0 0-1.768 0L7.47 10.47a.75.75 0 1 0 1.06 1.06l2.72-2.72zm10.5-12A2.75 2.75 0 0 0 19 2.25H5A2.75 2.75 0 0 0 2.25 5v14A2.75 2.75 0 0 0 5 21.75h14A2.75 2.75 0 0 0 21.75 19z" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20 5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zm-9 12V9.414l-2.293 2.293a1 1 0 1 1-1.414-1.414l3.647-3.647.114-.102a1.5 1.5 0 0 1 1.892 0l.114.102 3.647 3.647a1 1 0 1 1-1.414 1.414L13 9.414V17a1 1 0 1 1-2 0m11 2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3z" }) })
|
|
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: "M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20.5 19a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 19V5A1.5 1.5 0 0 1 5 3.5h14A1.5 1.5 0 0 1 20.5 5zm-9-2a.5.5 0 0 0 1 0V8.207l3.146 3.146a.5.5 0 1 0 .707-.707L12.708 7a1 1 0 0 0-1.414 0l-3.647 3.646a.5.5 0 1 0 .708.707L11.5 8.208zm10-12A2.5 2.5 0 0 0 19 2.5H5A2.5 2.5 0 0 0 2.5 5v14A2.5 2.5 0 0 0 5 21.5h14a2.5 2.5 0 0 0 2.5-2.5z" })
|
|
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: "M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20.25 19c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25V5c0-.69.56-1.25 1.25-1.25h14c.69 0 1.25.56 1.25 1.25zm-9-2a.75.75 0 0 0 1.5 0V8.81l2.72 2.72a.75.75 0 1 0 1.06-1.06l-3.646-3.647a1.25 1.25 0 0 0-1.768 0L7.47 10.47a.75.75 0 1 0 1.06 1.06l2.72-2.72zm10.5-12A2.75 2.75 0 0 0 19 2.25H5A2.75 2.75 0 0 0 2.25 5v14A2.75 2.75 0 0 0 5 21.75h14A2.75 2.75 0 0 0 21.75 19z" })
|
|
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: "M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20 5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zm-9 12V9.414l-2.293 2.293a1 1 0 1 1-1.414-1.414l3.647-3.647.114-.102a1.5 1.5 0 0 1 1.892 0l.114.102 3.647 3.647a1 1 0 1 1-1.414 1.414L13 9.414V17a1 1 0 1 1-2 0m11 2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3z" })
|
|
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 5.5a3 3 0 0 0-3-3h-13a3 3 0 0 0-3 3v13a3 3 0 0 0 3 3h13a3 3 0 0 0 3-3zm-5.146 5.147a.5.5 0 1 1-.707.707L12.5 8.207V17a.5.5 0 0 1-1 0V8.207l-3.146 3.146a.5.5 0 1 1-.708-.707L11.293 7a1 1 0 0 1 1.414 0z" }) }),
|
|
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 5.25a3 3 0 0 0-3-3H5.25a3 3 0 0 0-3 3v13.5a3 3 0 0 0 3 3h13.5a3 3 0 0 0 3-3zm-5.22 5.22a.75.75 0 1 1-1.06 1.06l-2.72-2.72V17a.75.75 0 0 1-1.5 0V8.81l-2.72 2.72a.75.75 0 1 1-1.06-1.06l3.646-3.647a1.25 1.25 0 0 1 1.768 0z" }) }),
|
|
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: "M22 5a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3zm-5.293 5.293a1 1 0 1 1-1.414 1.414L13 9.414V17a1 1 0 1 1-2 0V9.414l-2.293 2.293a1 1 0 1 1-1.414-1.414l3.647-3.647a1.5 1.5 0 0 1 2.12 0z", clipRule: "evenodd" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconArrowSquareUp
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconArrowSquareUp = /* @__PURE__ */ createIcon("arrow-square-up", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.5 19a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 19V5A1.5 1.5 0 0 1 5 3.5h14A1.5 1.5 0 0 1 20.5 5zm-9-2a.5.5 0 0 0 1 0V8.207l3.146 3.146a.5.5 0 1 0 .707-.707L12.708 7a1 1 0 0 0-1.414 0l-3.647 3.646a.5.5 0 1 0 .708.707L11.5 8.208zm10-12A2.5 2.5 0 0 0 19 2.5H5A2.5 2.5 0 0 0 2.5 5v14A2.5 2.5 0 0 0 5 21.5h14a2.5 2.5 0 0 0 2.5-2.5z" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.25 19c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25V5c0-.69.56-1.25 1.25-1.25h14c.69 0 1.25.56 1.25 1.25zm-9-2a.75.75 0 0 0 1.5 0V8.81l2.72 2.72a.75.75 0 1 0 1.06-1.06l-3.646-3.647a1.25 1.25 0 0 0-1.768 0L7.47 10.47a.75.75 0 1 0 1.06 1.06l2.72-2.72zm10.5-12A2.75 2.75 0 0 0 19 2.25H5A2.75 2.75 0 0 0 2.25 5v14A2.75 2.75 0 0 0 5 21.75h14A2.75 2.75 0 0 0 21.75 19z" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20 5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zm-9 12V9.414l-2.293 2.293a1 1 0 1 1-1.414-1.414l3.647-3.647.114-.102a1.5 1.5 0 0 1 1.892 0l.114.102 3.647 3.647a1 1 0 1 1-1.414 1.414L13 9.414V17a1 1 0 1 1-2 0m11 2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3z" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.5 19a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 19V5A1.5 1.5 0 0 1 5 3.5h14A1.5 1.5 0 0 1 20.5 5zm-9-2a.5.5 0 0 0 1 0V8.207l3.146 3.146a.5.5 0 1 0 .707-.707L12.708 7a1 1 0 0 0-1.414 0l-3.647 3.646a.5.5 0 1 0 .708.707L11.5 8.208zm10-12A2.5 2.5 0 0 0 19 2.5H5A2.5 2.5 0 0 0 2.5 5v14A2.5 2.5 0 0 0 5 21.5h14a2.5 2.5 0 0 0 2.5-2.5z" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.25 19c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25V5c0-.69.56-1.25 1.25-1.25h14c.69 0 1.25.56 1.25 1.25zm-9-2a.75.75 0 0 0 1.5 0V8.81l2.72 2.72a.75.75 0 1 0 1.06-1.06l-3.646-3.647a1.25 1.25 0 0 0-1.768 0L7.47 10.47a.75.75 0 1 0 1.06 1.06l2.72-2.72zm10.5-12A2.75 2.75 0 0 0 19 2.25H5A2.75 2.75 0 0 0 2.25 5v14A2.75 2.75 0 0 0 5 21.75h14A2.75 2.75 0 0 0 21.75 19z" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20 5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zm-9 12V9.414l-2.293 2.293a1 1 0 1 1-1.414-1.414l3.647-3.647.114-.102a1.5 1.5 0 0 1 1.892 0l.114.102 3.647 3.647a1 1 0 1 1-1.414 1.414L13 9.414V17a1 1 0 1 1-2 0m11 2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3z" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21.5 5.5a3 3 0 0 0-3-3h-13a3 3 0 0 0-3 3v13a3 3 0 0 0 3 3h13a3 3 0 0 0 3-3zm-5.146 5.147a.5.5 0 1 1-.707.707L12.5 8.207V17a.5.5 0 0 1-1 0V8.207l-3.146 3.146a.5.5 0 1 1-.708-.707L11.293 7a1 1 0 0 1 1.414 0z" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21.75 5.25a3 3 0 0 0-3-3H5.25a3 3 0 0 0-3 3v13.5a3 3 0 0 0 3 3h13.5a3 3 0 0 0 3-3zm-5.22 5.22a.75.75 0 1 1-1.06 1.06l-2.72-2.72V17a.75.75 0 0 1-1.5 0V8.81l-2.72 2.72a.75.75 0 1 1-1.06-1.06l3.646-3.647a1.25 1.25 0 0 1 1.768 0z" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 5a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3zm-5.293 5.293a1 1 0 1 1-1.414 1.414L13 9.414V17a1 1 0 1 1-2 0V9.414l-2.293 2.293a1 1 0 1 1-1.414-1.414l3.647-3.647a1.5 1.5 0 0 1 2.12 0z", clipRule: "evenodd" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconArrowSquareUp
|
|
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 arrow_up_left_exports = {};
|
|
21
|
+
__export(arrow_up_left_exports, {
|
|
22
|
+
IconArrowUpLeft: () => IconArrowUpLeft
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(arrow_up_left_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconArrowUpLeft = /* @__PURE__ */ (0, import_createIcon.createIcon)("arrow-up-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: "M13.207 6.343a.5.5 0 0 0-.5-.5H6.843a1 1 0 0 0-1 1v5.864a.5.5 0 1 0 1 0V7.55l10.46 10.46a.5.5 0 1 0 .707-.707L7.55 6.843h5.157a.5.5 0 0 0 .5-.5" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M13.457 6.343a.75.75 0 0 0-.75-.75H6.843c-.69 0-1.25.56-1.25 1.25v5.864a.75.75 0 1 0 1.5 0V8.154l10.034 10.033a.75.75 0 0 0 1.06-1.06L8.154 7.092h4.553a.75.75 0 0 0 .75-.75" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M13.707 6.343a1 1 0 0 0-1-1H6.843a1.5 1.5 0 0 0-1.5 1.5v5.864a1 1 0 1 0 2 0v-3.95l9.607 9.607a1 1 0 0 0 1.414-1.414L8.757 7.343h3.95a1 1 0 0 0 1-1" }) })
|
|
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: "M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M13.207 6.343a.5.5 0 0 0-.5-.5H6.843a1 1 0 0 0-1 1v5.864a.5.5 0 1 0 1 0V7.55l10.46 10.46a.5.5 0 1 0 .707-.707L7.55 6.843h5.157a.5.5 0 0 0 .5-.5" })
|
|
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: "M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M13.457 6.343a.75.75 0 0 0-.75-.75H6.843c-.69 0-1.25.56-1.25 1.25v5.864a.75.75 0 1 0 1.5 0V8.154l10.034 10.033a.75.75 0 0 0 1.06-1.06L8.154 7.092h4.553a.75.75 0 0 0 .75-.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: "M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M13.707 6.343a1 1 0 0 0-1-1H6.843a1.5 1.5 0 0 0-1.5 1.5v5.864a1 1 0 1 0 2 0v-3.95l9.607 9.607a1 1 0 0 0 1.414-1.414L8.757 7.343h3.95a1 1 0 0 0 1-1" })
|
|
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: "M13.06 6.698a.501.501 0 0 0-.274-.849l-.081-.006H6.843a1 1 0 0 0-1 1v5.861c0 .446.54.67.855.355l2.827-2.827 7.779 7.778a.5.5 0 1 0 .707-.707l-7.778-7.778z" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M13.236 6.875a.752.752 0 0 0-.41-1.273l-.122-.009h-5.86c-.691 0-1.25.56-1.25 1.25v5.861a.751.751 0 0 0 1.281.532l2.65-2.65 7.602 7.601a.75.75 0 0 0 1.06-1.06l-7.601-7.602z" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M13.413 7.052c.59-.592.235-1.576-.546-1.697l-.163-.012H6.843a1.5 1.5 0 0 0-1.5 1.5v5.861c0 .892 1.078 1.339 1.709.709l2.473-2.473 7.425 7.424a1 1 0 0 0 1.414-1.414l-7.425-7.425z" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconArrowUpLeft
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconArrowUpLeft = /* @__PURE__ */ createIcon("arrow-up-left", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.207 6.343a.5.5 0 0 0-.5-.5H6.843a1 1 0 0 0-1 1v5.864a.5.5 0 1 0 1 0V7.55l10.46 10.46a.5.5 0 1 0 .707-.707L7.55 6.843h5.157a.5.5 0 0 0 .5-.5" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.457 6.343a.75.75 0 0 0-.75-.75H6.843c-.69 0-1.25.56-1.25 1.25v5.864a.75.75 0 1 0 1.5 0V8.154l10.034 10.033a.75.75 0 0 0 1.06-1.06L8.154 7.092h4.553a.75.75 0 0 0 .75-.75" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.707 6.343a1 1 0 0 0-1-1H6.843a1.5 1.5 0 0 0-1.5 1.5v5.864a1 1 0 1 0 2 0v-3.95l9.607 9.607a1 1 0 0 0 1.414-1.414L8.757 7.343h3.95a1 1 0 0 0 1-1" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.207 6.343a.5.5 0 0 0-.5-.5H6.843a1 1 0 0 0-1 1v5.864a.5.5 0 1 0 1 0V7.55l10.46 10.46a.5.5 0 1 0 .707-.707L7.55 6.843h5.157a.5.5 0 0 0 .5-.5" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.457 6.343a.75.75 0 0 0-.75-.75H6.843c-.69 0-1.25.56-1.25 1.25v5.864a.75.75 0 1 0 1.5 0V8.154l10.034 10.033a.75.75 0 0 0 1.06-1.06L8.154 7.092h4.553a.75.75 0 0 0 .75-.75" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.707 6.343a1 1 0 0 0-1-1H6.843a1.5 1.5 0 0 0-1.5 1.5v5.864a1 1 0 1 0 2 0v-3.95l9.607 9.607a1 1 0 0 0 1.414-1.414L8.757 7.343h3.95a1 1 0 0 0 1-1" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.06 6.698a.501.501 0 0 0-.274-.849l-.081-.006H6.843a1 1 0 0 0-1 1v5.861c0 .446.54.67.855.355l2.827-2.827 7.779 7.778a.5.5 0 1 0 .707-.707l-7.778-7.778z" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.236 6.875a.752.752 0 0 0-.41-1.273l-.122-.009h-5.86c-.691 0-1.25.56-1.25 1.25v5.861a.751.751 0 0 0 1.281.532l2.65-2.65 7.602 7.601a.75.75 0 0 0 1.06-1.06l-7.601-7.602z" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.413 7.052c.59-.592.235-1.576-.546-1.697l-.163-.012H6.843a1.5 1.5 0 0 0-1.5 1.5v5.861c0 .892 1.078 1.339 1.709.709l2.473-2.473 7.425 7.424a1 1 0 0 0 1.414-1.414l-7.425-7.425z" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconArrowUpLeft
|
|
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 arrow_up_right_exports = {};
|
|
21
|
+
__export(arrow_up_right_exports, {
|
|
22
|
+
IconArrowUpRight: () => IconArrowUpRight
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(arrow_up_right_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconArrowUpRight = /* @__PURE__ */ (0, import_createIcon.createIcon)("arrow-up-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: "M17.657 13.207a.5.5 0 0 0 .5-.5V6.843a1 1 0 0 0-1-1h-5.864a.5.5 0 1 0 0 1h5.157L5.99 17.303a.5.5 0 1 0 .707.707l10.46-10.46v5.157a.5.5 0 0 0 .5.5" }) }),
|
|
30
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M17.657 13.457a.75.75 0 0 0 .75-.75V6.843c0-.69-.56-1.25-1.25-1.25h-5.864a.75.75 0 1 0 0 1.5h4.553L5.813 17.127a.75.75 0 0 0 1.06 1.06L16.907 8.154v4.553c0 .414.336.75.75.75" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M17.657 13.707a1 1 0 0 0 1-1V6.843a1.5 1.5 0 0 0-1.5-1.5h-5.864a1 1 0 1 0 0 2h3.95L5.636 16.95a1 1 0 0 0 1.414 1.414l9.607-9.607v3.95a1 1 0 0 0 1 1" }) })
|
|
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: "M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M17.657 13.207a.5.5 0 0 0 .5-.5V6.843a1 1 0 0 0-1-1h-5.864a.5.5 0 1 0 0 1h5.157L5.99 17.303a.5.5 0 1 0 .707.707l10.46-10.46v5.157a.5.5 0 0 0 .5.5" })
|
|
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: "M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M17.657 13.457a.75.75 0 0 0 .75-.75V6.843c0-.69-.56-1.25-1.25-1.25h-5.864a.75.75 0 1 0 0 1.5h4.553L5.813 17.127a.75.75 0 0 0 1.06 1.06L16.907 8.154v4.553c0 .414.336.75.75.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: "M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M17.657 13.707a1 1 0 0 0 1-1V6.843a1.5 1.5 0 0 0-1.5-1.5h-5.864a1 1 0 1 0 0 2h3.95L5.636 16.95a1 1 0 1 0 1.414 1.414l9.607-9.607v3.95a1 1 0 0 0 1 1" })
|
|
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: "M17.302 13.06a.501.501 0 0 0 .849-.275l.006-.08V6.843a1 1 0 0 0-1-1h-5.861c-.446 0-.67.54-.355.855l2.827 2.827-7.778 7.779a.5.5 0 1 0 .707.707l7.778-7.778z" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M17.125 13.236a.752.752 0 0 0 1.273-.41l.009-.122v-5.86c0-.691-.56-1.25-1.25-1.25h-5.861a.751.751 0 0 0-.532 1.281l2.65 2.65-7.601 7.602a.75.75 0 1 0 1.06 1.06l7.602-7.601z" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M16.948 13.413c.592.59 1.576.235 1.697-.546l.012-.163V6.843a1.5 1.5 0 0 0-1.5-1.5h-5.861c-.892 0-1.339 1.078-.709 1.709l2.473 2.473-7.424 7.425a1 1 0 0 0 1.414 1.414l7.425-7.425z" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconArrowUpRight
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconArrowUpRight = /* @__PURE__ */ createIcon("arrow-up-right", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.657 13.207a.5.5 0 0 0 .5-.5V6.843a1 1 0 0 0-1-1h-5.864a.5.5 0 1 0 0 1h5.157L5.99 17.303a.5.5 0 1 0 .707.707l10.46-10.46v5.157a.5.5 0 0 0 .5.5" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.657 13.457a.75.75 0 0 0 .75-.75V6.843c0-.69-.56-1.25-1.25-1.25h-5.864a.75.75 0 1 0 0 1.5h4.553L5.813 17.127a.75.75 0 0 0 1.06 1.06L16.907 8.154v4.553c0 .414.336.75.75.75" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.657 13.707a1 1 0 0 0 1-1V6.843a1.5 1.5 0 0 0-1.5-1.5h-5.864a1 1 0 1 0 0 2h3.95L5.636 16.95a1 1 0 0 0 1.414 1.414l9.607-9.607v3.95a1 1 0 0 0 1 1" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.657 13.207a.5.5 0 0 0 .5-.5V6.843a1 1 0 0 0-1-1h-5.864a.5.5 0 1 0 0 1h5.157L5.99 17.303a.5.5 0 1 0 .707.707l10.46-10.46v5.157a.5.5 0 0 0 .5.5" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.657 13.457a.75.75 0 0 0 .75-.75V6.843c0-.69-.56-1.25-1.25-1.25h-5.864a.75.75 0 1 0 0 1.5h4.553L5.813 17.127a.75.75 0 0 0 1.06 1.06L16.907 8.154v4.553c0 .414.336.75.75.75" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.657 13.707a1 1 0 0 0 1-1V6.843a1.5 1.5 0 0 0-1.5-1.5h-5.864a1 1 0 1 0 0 2h3.95L5.636 16.95a1 1 0 1 0 1.414 1.414l9.607-9.607v3.95a1 1 0 0 0 1 1" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.302 13.06a.501.501 0 0 0 .849-.275l.006-.08V6.843a1 1 0 0 0-1-1h-5.861c-.446 0-.67.54-.355.855l2.827 2.827-7.778 7.779a.5.5 0 1 0 .707.707l7.778-7.778z" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.125 13.236a.752.752 0 0 0 1.273-.41l.009-.122v-5.86c0-.691-.56-1.25-1.25-1.25h-5.861a.751.751 0 0 0-.532 1.281l2.65 2.65-7.601 7.602a.75.75 0 1 0 1.06 1.06l7.602-7.601z" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M16.948 13.413c.592.59 1.576.235 1.697-.546l.012-.163V6.843a1.5 1.5 0 0 0-1.5-1.5h-5.861c-.892 0-1.339 1.078-.709 1.709l2.473 2.473-7.424 7.425a1 1 0 0 0 1.414 1.414l7.425-7.425z" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconArrowUpRight
|
|
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 arrow_up_exports = {};
|
|
21
|
+
__export(arrow_up_exports, {
|
|
22
|
+
IconArrowUp: () => IconArrowUp
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(arrow_up_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconArrowUp = /* @__PURE__ */ (0, import_createIcon.createIcon)("arrow-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: "M16.854 8.854a.5.5 0 0 0 0-.708L12.707 4a1 1 0 0 0-1.414 0L7.146 8.146a.5.5 0 1 0 .708.708L11.5 5.207V20a.5.5 0 0 0 1 0V5.207l3.646 3.647a.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: "M17.03 9.03a.75.75 0 0 0 0-1.06l-4.146-4.147a1.25 1.25 0 0 0-1.768 0L6.97 7.97a.75.75 0 1 0 1.06 1.06l3.22-3.22V20a.75.75 0 0 0 1.5 0V5.81l3.22 3.22a.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: "M17.207 9.207a1 1 0 0 0 0-1.414L13.06 3.646a1.5 1.5 0 0 0-2.12 0L6.792 7.793a1 1 0 1 0 1.414 1.414L11 6.414V20a1 1 0 1 0 2 0V6.414l2.793 2.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 4 7.5 8.5V18a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V8.5z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M16.854 8.854a.5.5 0 0 0 0-.708L12.707 4a1 1 0 0 0-1.414 0L7.146 8.146a.5.5 0 1 0 .708.708L11.5 5.207V20a.5.5 0 1 0 1 0V5.207l3.646 3.647a.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 4 7.5 8.5V18a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V8.5z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M17.03 9.03a.75.75 0 0 0 0-1.06l-4.146-4.147a1.25 1.25 0 0 0-1.768 0L6.97 7.97a.75.75 0 1 0 1.06 1.06l3.22-3.22V20a.75.75 0 0 0 1.5 0V5.81l3.22 3.22a.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 4 7.5 8.5V18a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V8.5z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M17.207 9.207a1 1 0 0 0 0-1.414L13.06 3.646a1.5 1.5 0 0 0-2.12 0L6.792 7.793a1 1 0 1 0 1.414 1.414L11 6.414V20a1 1 0 1 0 2 0V6.414l2.793 2.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: "M16.499 9c.418 0 .64-.475.406-.794l-.053-.061L12.707 4a1 1 0 0 0-1.414 0L7.15 8.145A.501.501 0 0 0 7.502 9H11.5v11a.5.5 0 1 0 1 0V9z" }) }),
|
|
49
|
+
regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M16.498 9.25c.627 0 .96-.711.61-1.19l-.08-.092-4.144-4.145a1.25 1.25 0 0 0-1.768 0L6.972 7.968a.751.751 0 0 0 .53 1.282h3.748V20a.75.75 0 0 0 1.5 0V9.25z" }) }),
|
|
50
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M16.498 9.5c.836 0 1.28-.948.813-1.586l-.106-.123-4.145-4.144a1.5 1.5 0 0 0-2.12 0L6.794 7.79c-.631.63-.184 1.709.707 1.71H11V20a1 1 0 0 0 2 0V9.5z" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconArrowUp
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconArrowUp = /* @__PURE__ */ createIcon("arrow-up", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M16.854 8.854a.5.5 0 0 0 0-.708L12.707 4a1 1 0 0 0-1.414 0L7.146 8.146a.5.5 0 1 0 .708.708L11.5 5.207V20a.5.5 0 0 0 1 0V5.207l3.646 3.647a.5.5 0 0 0 .707 0" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.03 9.03a.75.75 0 0 0 0-1.06l-4.146-4.147a1.25 1.25 0 0 0-1.768 0L6.97 7.97a.75.75 0 1 0 1.06 1.06l3.22-3.22V20a.75.75 0 0 0 1.5 0V5.81l3.22 3.22a.75.75 0 0 0 1.06 0" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.207 9.207a1 1 0 0 0 0-1.414L13.06 3.646a1.5 1.5 0 0 0-2.12 0L6.792 7.793a1 1 0 1 0 1.414 1.414L11 6.414V20a1 1 0 1 0 2 0V6.414l2.793 2.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 4 7.5 8.5V18a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V8.5z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M16.854 8.854a.5.5 0 0 0 0-.708L12.707 4a1 1 0 0 0-1.414 0L7.146 8.146a.5.5 0 1 0 .708.708L11.5 5.207V20a.5.5 0 1 0 1 0V5.207l3.646 3.647a.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 4 7.5 8.5V18a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V8.5z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.03 9.03a.75.75 0 0 0 0-1.06l-4.146-4.147a1.25 1.25 0 0 0-1.768 0L6.97 7.97a.75.75 0 1 0 1.06 1.06l3.22-3.22V20a.75.75 0 0 0 1.5 0V5.81l3.22 3.22a.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 4 7.5 8.5V18a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V8.5z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.207 9.207a1 1 0 0 0 0-1.414L13.06 3.646a1.5 1.5 0 0 0-2.12 0L6.792 7.793a1 1 0 1 0 1.414 1.414L11 6.414V20a1 1 0 1 0 2 0V6.414l2.793 2.793a1 1 0 0 0 1.414 0" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M16.499 9c.418 0 .64-.475.406-.794l-.053-.061L12.707 4a1 1 0 0 0-1.414 0L7.15 8.145A.501.501 0 0 0 7.502 9H11.5v11a.5.5 0 1 0 1 0V9z" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M16.498 9.25c.627 0 .96-.711.61-1.19l-.08-.092-4.144-4.145a1.25 1.25 0 0 0-1.768 0L6.972 7.968a.751.751 0 0 0 .53 1.282h3.748V20a.75.75 0 0 0 1.5 0V9.25z" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M16.498 9.5c.836 0 1.28-.948.813-1.586l-.106-.123-4.145-4.144a1.5 1.5 0 0 0-2.12 0L6.794 7.79c-.631.63-.184 1.709.707 1.71H11V20a1 1 0 0 0 2 0V9.5z" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconArrowUp
|
|
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 calendar_blank_exports = {};
|
|
21
|
+
__export(calendar_blank_exports, {
|
|
22
|
+
IconCalendarBlank: () => IconCalendarBlank
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(calendar_blank_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var import_createIcon = require("../createIcon");
|
|
27
|
+
const IconCalendarBlank = /* @__PURE__ */ (0, import_createIcon.createIcon)("calendar-blank", {
|
|
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 7.5h-17V19A1.5 1.5 0 0 0 5 20.5h14a1.5 1.5 0 0 0 1.5-1.5zm-5-3.5v-.5h-7V4a.5.5 0 0 1-1 0v-.5H5A1.5 1.5 0 0 0 3.5 5v1.5h17V5A1.5 1.5 0 0 0 19 3.5h-2.5V4a.5.5 0 0 1-1 0m6 15a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 19V5A2.5 2.5 0 0 1 5 2.5h2.5V2a.5.5 0 0 1 1 0v.5h7V2a.5.5 0 0 1 1 0v.5H19A2.5 2.5 0 0 1 21.5 5z" }) }),
|
|
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 7.75H3.75V19c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25zm-5-3.75v-.25h-6.5V4a.75.75 0 0 1-1.5 0v-.25H5c-.69 0-1.25.56-1.25 1.25v1.25h16.5V5c0-.69-.56-1.25-1.25-1.25h-2.25V4a.75.75 0 0 1-1.5 0m6.5 15A2.75 2.75 0 0 1 19 21.75H5A2.75 2.75 0 0 1 2.25 19V5A2.75 2.75 0 0 1 5 2.25h2.25V2a.75.75 0 0 1 1.5 0v.25h6.5V2a.75.75 0 0 1 1.5 0v.25H19A2.75 2.75 0 0 1 21.75 5z" }) }),
|
|
31
|
+
bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20 8H4v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zm-5-4H9a1 1 0 0 1-2 0H5a1 1 0 0 0-1 1v1h16V5a1 1 0 0 0-1-1h-2a1 1 0 1 1-2 0m7 15a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h2a1 1 0 0 1 2 0h6a1 1 0 1 1 2 0h2a3 3 0 0 1 3 3z" }) })
|
|
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: "M3 7h18v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20.5 7.5h-17V19A1.5 1.5 0 0 0 5 20.5h14a1.5 1.5 0 0 0 1.5-1.5zm-5-3.5v-.5h-7V4a.5.5 0 0 1-1 0v-.5H5A1.5 1.5 0 0 0 3.5 5v1.5h17V5A1.5 1.5 0 0 0 19 3.5h-2.5V4a.5.5 0 0 1-1 0m6 15a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 19V5A2.5 2.5 0 0 1 5 2.5h2.5V2a.5.5 0 0 1 1 0v.5h7V2a.5.5 0 0 1 1 0v.5H19A2.5 2.5 0 0 1 21.5 5z" })
|
|
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: "M3 7h18v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20.25 7.75H3.75V19c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25zm-5-3.75v-.25h-6.5V4a.75.75 0 0 1-1.5 0v-.25H5c-.69 0-1.25.56-1.25 1.25v1.25h16.5V5c0-.69-.56-1.25-1.25-1.25h-2.25V4a.75.75 0 0 1-1.5 0m6.5 15A2.75 2.75 0 0 1 19 21.75H5A2.75 2.75 0 0 1 2.25 19V5A2.75 2.75 0 0 1 5 2.25h2.25V2a.75.75 0 0 1 1.5 0v.25h6.5V2a.75.75 0 0 1 1.5 0v.25H19A2.75 2.75 0 0 1 21.75 5z" })
|
|
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: "M3 7h18v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M20 8H4v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zm-5-4H9a1 1 0 0 1-2 0H5a1 1 0 0 0-1 1v1h16V5a1 1 0 0 0-1-1h-2a1 1 0 1 1-2 0m7 15a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h2a1 1 0 0 1 2 0h6a1 1 0 1 1 2 0h2a3 3 0 0 1 3 3z" })
|
|
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: "M16 1.5a.5.5 0 0 1 .5.5v.5H19A2.5 2.5 0 0 1 21.5 5v14a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 19V5A2.5 2.5 0 0 1 5 2.5h2.5V2a.5.5 0 0 1 1 0v.5h7V2a.5.5 0 0 1 .5-.5m-11 2A1.5 1.5 0 0 0 3.5 5v1.5h17V5A1.5 1.5 0 0 0 19 3.5h-2.5V4a.5.5 0 0 1-1 0v-.5h-7V4a.5.5 0 0 1-1 0v-.5z", 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: "M16 1.25a.75.75 0 0 1 .75.75v.25H19A2.75 2.75 0 0 1 21.75 5v14A2.75 2.75 0 0 1 19 21.75H5A2.75 2.75 0 0 1 2.25 19V5A2.75 2.75 0 0 1 5 2.25h2.25V2a.75.75 0 0 1 1.5 0v.25h6.5V2a.75.75 0 0 1 .75-.75M5 3.75c-.69 0-1.25.56-1.25 1.25v1.25h16.5V5c0-.69-.56-1.25-1.25-1.25h-2.25V4a.75.75 0 0 1-1.5 0v-.25h-6.5V4a.75.75 0 0 1-1.5 0v-.25z", 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: "M16 1a1 1 0 0 1 1 1h2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h2a1 1 0 0 1 2 0h6a1 1 0 0 1 1-1M5 4a1 1 0 0 0-1 1v1h16V5a1 1 0 0 0-1-1h-2a1 1 0 1 1-2 0H9a1 1 0 0 1-2 0z", clipRule: "evenodd" }) })
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
IconCalendarBlank
|
|
56
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { createIcon } from "../createIcon";
|
|
4
|
+
const IconCalendarBlank = /* @__PURE__ */ createIcon("calendar-blank", {
|
|
5
|
+
line: {
|
|
6
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.5 7.5h-17V19A1.5 1.5 0 0 0 5 20.5h14a1.5 1.5 0 0 0 1.5-1.5zm-5-3.5v-.5h-7V4a.5.5 0 0 1-1 0v-.5H5A1.5 1.5 0 0 0 3.5 5v1.5h17V5A1.5 1.5 0 0 0 19 3.5h-2.5V4a.5.5 0 0 1-1 0m6 15a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 19V5A2.5 2.5 0 0 1 5 2.5h2.5V2a.5.5 0 0 1 1 0v.5h7V2a.5.5 0 0 1 1 0v.5H19A2.5 2.5 0 0 1 21.5 5z" }) }),
|
|
7
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.25 7.75H3.75V19c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25zm-5-3.75v-.25h-6.5V4a.75.75 0 0 1-1.5 0v-.25H5c-.69 0-1.25.56-1.25 1.25v1.25h16.5V5c0-.69-.56-1.25-1.25-1.25h-2.25V4a.75.75 0 0 1-1.5 0m6.5 15A2.75 2.75 0 0 1 19 21.75H5A2.75 2.75 0 0 1 2.25 19V5A2.75 2.75 0 0 1 5 2.25h2.25V2a.75.75 0 0 1 1.5 0v.25h6.5V2a.75.75 0 0 1 1.5 0v.25H19A2.75 2.75 0 0 1 21.75 5z" }) }),
|
|
8
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20 8H4v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zm-5-4H9a1 1 0 0 1-2 0H5a1 1 0 0 0-1 1v1h16V5a1 1 0 0 0-1-1h-2a1 1 0 1 1-2 0m7 15a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h2a1 1 0 0 1 2 0h6a1 1 0 1 1 2 0h2a3 3 0 0 1 3 3z" }) })
|
|
9
|
+
},
|
|
10
|
+
duotone: {
|
|
11
|
+
light: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M3 7h18v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.5 7.5h-17V19A1.5 1.5 0 0 0 5 20.5h14a1.5 1.5 0 0 0 1.5-1.5zm-5-3.5v-.5h-7V4a.5.5 0 0 1-1 0v-.5H5A1.5 1.5 0 0 0 3.5 5v1.5h17V5A1.5 1.5 0 0 0 19 3.5h-2.5V4a.5.5 0 0 1-1 0m6 15a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 19V5A2.5 2.5 0 0 1 5 2.5h2.5V2a.5.5 0 0 1 1 0v.5h7V2a.5.5 0 0 1 1 0v.5H19A2.5 2.5 0 0 1 21.5 5z" })
|
|
14
|
+
] }),
|
|
15
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M3 7h18v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20.25 7.75H3.75V19c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25zm-5-3.75v-.25h-6.5V4a.75.75 0 0 1-1.5 0v-.25H5c-.69 0-1.25.56-1.25 1.25v1.25h16.5V5c0-.69-.56-1.25-1.25-1.25h-2.25V4a.75.75 0 0 1-1.5 0m6.5 15A2.75 2.75 0 0 1 19 21.75H5A2.75 2.75 0 0 1 2.25 19V5A2.75 2.75 0 0 1 5 2.25h2.25V2a.75.75 0 0 1 1.5 0v.25h6.5V2a.75.75 0 0 1 1.5 0v.25H19A2.75 2.75 0 0 1 21.75 5z" })
|
|
18
|
+
] }),
|
|
19
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M3 7h18v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M20 8H4v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zm-5-4H9a1 1 0 0 1-2 0H5a1 1 0 0 0-1 1v1h16V5a1 1 0 0 0-1-1h-2a1 1 0 1 1-2 0m7 15a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h2a1 1 0 0 1 2 0h6a1 1 0 1 1 2 0h2a3 3 0 0 1 3 3z" })
|
|
22
|
+
] })
|
|
23
|
+
},
|
|
24
|
+
solid: {
|
|
25
|
+
light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M16 1.5a.5.5 0 0 1 .5.5v.5H19A2.5 2.5 0 0 1 21.5 5v14a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 19V5A2.5 2.5 0 0 1 5 2.5h2.5V2a.5.5 0 0 1 1 0v.5h7V2a.5.5 0 0 1 .5-.5m-11 2A1.5 1.5 0 0 0 3.5 5v1.5h17V5A1.5 1.5 0 0 0 19 3.5h-2.5V4a.5.5 0 0 1-1 0v-.5h-7V4a.5.5 0 0 1-1 0v-.5z", clipRule: "evenodd" }) }),
|
|
26
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M16 1.25a.75.75 0 0 1 .75.75v.25H19A2.75 2.75 0 0 1 21.75 5v14A2.75 2.75 0 0 1 19 21.75H5A2.75 2.75 0 0 1 2.25 19V5A2.75 2.75 0 0 1 5 2.25h2.25V2a.75.75 0 0 1 1.5 0v.25h6.5V2a.75.75 0 0 1 .75-.75M5 3.75c-.69 0-1.25.56-1.25 1.25v1.25h16.5V5c0-.69-.56-1.25-1.25-1.25h-2.25V4a.75.75 0 0 1-1.5 0v-.25h-6.5V4a.75.75 0 0 1-1.5 0v-.25z", clipRule: "evenodd" }) }),
|
|
27
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M16 1a1 1 0 0 1 1 1h2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h2a1 1 0 0 1 2 0h6a1 1 0 0 1 1-1M5 4a1 1 0 0 0-1 1v1h16V5a1 1 0 0 0-1-1h-2a1 1 0 1 1-2 0H9a1 1 0 0 1-2 0z", clipRule: "evenodd" }) })
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
IconCalendarBlank
|
|
32
|
+
};
|