@uiuxicons/vue 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -1
- package/dist/Icon.cjs +66 -0
- package/dist/Icon.d.cts +65 -0
- package/dist/Icon.d.ts +65 -0
- package/dist/Icon.js +42 -0
- package/dist/IconProvider.cjs +48 -0
- package/dist/IconProvider.d.cts +48 -0
- package/dist/IconProvider.d.ts +48 -0
- package/dist/IconProvider.js +24 -0
- package/dist/createIcon.cjs +44 -0
- package/dist/createIcon.d.cts +57 -0
- package/dist/createIcon.d.ts +57 -0
- package/dist/createIcon.js +20 -0
- package/dist/icons/align-bottom.cjs +45 -0
- package/dist/icons/align-bottom.d.cts +56 -0
- package/dist/icons/align-bottom.d.ts +56 -0
- package/dist/icons/align-bottom.js +21 -0
- package/dist/icons/align-center-horizontal.cjs +45 -0
- package/dist/icons/align-center-horizontal.d.cts +56 -0
- package/dist/icons/align-center-horizontal.d.ts +56 -0
- package/dist/icons/align-center-horizontal.js +21 -0
- package/dist/icons/align-center-vertical.cjs +45 -0
- package/dist/icons/align-center-vertical.d.cts +56 -0
- package/dist/icons/align-center-vertical.d.ts +56 -0
- package/dist/icons/align-center-vertical.js +21 -0
- package/dist/icons/align-left.cjs +45 -0
- package/dist/icons/align-left.d.cts +56 -0
- package/dist/icons/align-left.d.ts +56 -0
- package/dist/icons/align-left.js +21 -0
- package/dist/icons/align-right.cjs +45 -0
- package/dist/icons/align-right.d.cts +56 -0
- package/dist/icons/align-right.d.ts +56 -0
- package/dist/icons/align-right.js +21 -0
- package/dist/icons/align-top.cjs +45 -0
- package/dist/icons/align-top.d.cts +56 -0
- package/dist/icons/align-top.d.ts +56 -0
- package/dist/icons/align-top.js +21 -0
- package/dist/icons/angle.cjs +45 -0
- package/dist/icons/angle.d.cts +56 -0
- package/dist/icons/angle.d.ts +56 -0
- package/dist/icons/angle.js +21 -0
- package/dist/icons/app-window.cjs +45 -0
- package/dist/icons/app-window.d.cts +56 -0
- package/dist/icons/app-window.d.ts +56 -0
- package/dist/icons/app-window.js +21 -0
- package/dist/icons/archive-x.cjs +45 -0
- package/dist/icons/archive-x.d.cts +56 -0
- package/dist/icons/archive-x.d.ts +56 -0
- package/dist/icons/archive-x.js +21 -0
- package/dist/icons/archive.cjs +45 -0
- package/dist/icons/archive.d.cts +56 -0
- package/dist/icons/archive.d.ts +56 -0
- package/dist/icons/archive.js +21 -0
- package/dist/icons/arrow-circle-down-left.cjs +45 -0
- package/dist/icons/arrow-circle-down-left.d.cts +56 -0
- package/dist/icons/arrow-circle-down-left.d.ts +56 -0
- package/dist/icons/arrow-circle-down-left.js +21 -0
- package/dist/icons/arrow-circle-down-right.cjs +45 -0
- package/dist/icons/arrow-circle-down-right.d.cts +56 -0
- package/dist/icons/arrow-circle-down-right.d.ts +56 -0
- package/dist/icons/arrow-circle-down-right.js +21 -0
- package/dist/icons/arrow-circle-down.cjs +45 -0
- package/dist/icons/arrow-circle-down.d.cts +56 -0
- package/dist/icons/arrow-circle-down.d.ts +56 -0
- package/dist/icons/arrow-circle-down.js +21 -0
- package/dist/icons/arrow-circle-left.cjs +45 -0
- package/dist/icons/arrow-circle-left.d.cts +56 -0
- package/dist/icons/arrow-circle-left.d.ts +56 -0
- package/dist/icons/arrow-circle-left.js +21 -0
- package/dist/icons/arrow-circle-right.cjs +45 -0
- package/dist/icons/arrow-circle-right.d.cts +56 -0
- package/dist/icons/arrow-circle-right.d.ts +56 -0
- package/dist/icons/arrow-circle-right.js +21 -0
- package/dist/icons/arrow-circle-up-left.cjs +45 -0
- package/dist/icons/arrow-circle-up-left.d.cts +56 -0
- package/dist/icons/arrow-circle-up-left.d.ts +56 -0
- package/dist/icons/arrow-circle-up-left.js +21 -0
- package/dist/icons/arrow-circle-up-right.cjs +45 -0
- package/dist/icons/arrow-circle-up-right.d.cts +56 -0
- package/dist/icons/arrow-circle-up-right.d.ts +56 -0
- package/dist/icons/arrow-circle-up-right.js +21 -0
- package/dist/icons/arrow-circle-up.cjs +45 -0
- package/dist/icons/arrow-circle-up.d.cts +56 -0
- package/dist/icons/arrow-circle-up.d.ts +56 -0
- package/dist/icons/arrow-circle-up.js +21 -0
- package/dist/icons/arrow-down-left.cjs +45 -0
- package/dist/icons/arrow-down-left.d.cts +56 -0
- package/dist/icons/arrow-down-left.d.ts +56 -0
- package/dist/icons/arrow-down-left.js +21 -0
- package/dist/icons/arrow-down-right.cjs +45 -0
- package/dist/icons/arrow-down-right.d.cts +56 -0
- package/dist/icons/arrow-down-right.d.ts +56 -0
- package/dist/icons/arrow-down-right.js +21 -0
- package/dist/icons/arrow-down.cjs +45 -0
- package/dist/icons/arrow-down.d.cts +56 -0
- package/dist/icons/arrow-down.d.ts +56 -0
- package/dist/icons/arrow-down.js +21 -0
- package/dist/icons/arrow-left.cjs +45 -0
- package/dist/icons/arrow-left.d.cts +56 -0
- package/dist/icons/arrow-left.d.ts +56 -0
- package/dist/icons/arrow-left.js +21 -0
- package/dist/icons/arrow-reload.cjs +45 -0
- package/dist/icons/arrow-reload.d.cts +56 -0
- package/dist/icons/arrow-reload.d.ts +56 -0
- package/dist/icons/arrow-reload.js +21 -0
- package/dist/icons/arrow-reset.cjs +45 -0
- package/dist/icons/arrow-reset.d.cts +56 -0
- package/dist/icons/arrow-reset.d.ts +56 -0
- package/dist/icons/arrow-reset.js +21 -0
- package/dist/icons/arrow-right.cjs +45 -0
- package/dist/icons/arrow-right.d.cts +56 -0
- package/dist/icons/arrow-right.d.ts +56 -0
- package/dist/icons/arrow-right.js +21 -0
- package/dist/icons/arrow-square-down-left.cjs +45 -0
- package/dist/icons/arrow-square-down-left.d.cts +56 -0
- package/dist/icons/arrow-square-down-left.d.ts +56 -0
- package/dist/icons/arrow-square-down-left.js +21 -0
- package/dist/icons/arrow-square-down-right.cjs +45 -0
- package/dist/icons/arrow-square-down-right.d.cts +56 -0
- package/dist/icons/arrow-square-down-right.d.ts +56 -0
- package/dist/icons/arrow-square-down-right.js +21 -0
- package/dist/icons/arrow-square-down.cjs +45 -0
- package/dist/icons/arrow-square-down.d.cts +56 -0
- package/dist/icons/arrow-square-down.d.ts +56 -0
- package/dist/icons/arrow-square-down.js +21 -0
- package/dist/icons/arrow-square-left.cjs +45 -0
- package/dist/icons/arrow-square-left.d.cts +56 -0
- package/dist/icons/arrow-square-left.d.ts +56 -0
- package/dist/icons/arrow-square-left.js +21 -0
- package/dist/icons/arrow-square-right.cjs +45 -0
- package/dist/icons/arrow-square-right.d.cts +56 -0
- package/dist/icons/arrow-square-right.d.ts +56 -0
- package/dist/icons/arrow-square-right.js +21 -0
- package/dist/icons/arrow-square-up-left.cjs +45 -0
- package/dist/icons/arrow-square-up-left.d.cts +56 -0
- package/dist/icons/arrow-square-up-left.d.ts +56 -0
- package/dist/icons/arrow-square-up-left.js +21 -0
- package/dist/icons/arrow-square-up-right.cjs +45 -0
- package/dist/icons/arrow-square-up-right.d.cts +56 -0
- package/dist/icons/arrow-square-up-right.d.ts +56 -0
- package/dist/icons/arrow-square-up-right.js +21 -0
- package/dist/icons/arrow-square-up.cjs +45 -0
- package/dist/icons/arrow-square-up.d.cts +56 -0
- package/dist/icons/arrow-square-up.d.ts +56 -0
- package/dist/icons/arrow-square-up.js +21 -0
- package/dist/icons/arrow-up-left.cjs +45 -0
- package/dist/icons/arrow-up-left.d.cts +56 -0
- package/dist/icons/arrow-up-left.d.ts +56 -0
- package/dist/icons/arrow-up-left.js +21 -0
- package/dist/icons/arrow-up-right.cjs +45 -0
- package/dist/icons/arrow-up-right.d.cts +56 -0
- package/dist/icons/arrow-up-right.d.ts +56 -0
- package/dist/icons/arrow-up-right.js +21 -0
- package/dist/icons/arrow-up.cjs +45 -0
- package/dist/icons/arrow-up.d.cts +56 -0
- package/dist/icons/arrow-up.d.ts +56 -0
- package/dist/icons/arrow-up.js +21 -0
- package/dist/icons/calendar-blank.cjs +45 -0
- package/dist/icons/calendar-blank.d.cts +56 -0
- package/dist/icons/calendar-blank.d.ts +56 -0
- package/dist/icons/calendar-blank.js +21 -0
- package/dist/icons/calendar-check.cjs +45 -0
- package/dist/icons/calendar-check.d.cts +56 -0
- package/dist/icons/calendar-check.d.ts +56 -0
- package/dist/icons/calendar-check.js +21 -0
- package/dist/icons/calendar-minus.cjs +45 -0
- package/dist/icons/calendar-minus.d.cts +56 -0
- package/dist/icons/calendar-minus.d.ts +56 -0
- package/dist/icons/calendar-minus.js +21 -0
- package/dist/icons/calendar-plus.cjs +45 -0
- package/dist/icons/calendar-plus.d.cts +56 -0
- package/dist/icons/calendar-plus.d.ts +56 -0
- package/dist/icons/calendar-plus.js +21 -0
- package/dist/icons/calendar-x.cjs +45 -0
- package/dist/icons/calendar-x.d.cts +56 -0
- package/dist/icons/calendar-x.d.ts +56 -0
- package/dist/icons/calendar-x.js +21 -0
- package/dist/icons/calendar.cjs +45 -0
- package/dist/icons/calendar.d.cts +56 -0
- package/dist/icons/calendar.d.ts +56 -0
- package/dist/icons/calendar.js +21 -0
- package/dist/icons/chevron-circle-down.cjs +45 -0
- package/dist/icons/chevron-circle-down.d.cts +56 -0
- package/dist/icons/chevron-circle-down.d.ts +56 -0
- package/dist/icons/chevron-circle-down.js +21 -0
- package/dist/icons/chevron-circle-left.cjs +45 -0
- package/dist/icons/chevron-circle-left.d.cts +56 -0
- package/dist/icons/chevron-circle-left.d.ts +56 -0
- package/dist/icons/chevron-circle-left.js +21 -0
- package/dist/icons/chevron-circle-right.cjs +45 -0
- package/dist/icons/chevron-circle-right.d.cts +56 -0
- package/dist/icons/chevron-circle-right.d.ts +56 -0
- package/dist/icons/chevron-circle-right.js +21 -0
- package/dist/icons/chevron-circle-up.cjs +45 -0
- package/dist/icons/chevron-circle-up.d.cts +56 -0
- package/dist/icons/chevron-circle-up.d.ts +56 -0
- package/dist/icons/chevron-circle-up.js +21 -0
- package/dist/icons/chevron-down.cjs +45 -0
- package/dist/icons/chevron-down.d.cts +56 -0
- package/dist/icons/chevron-down.d.ts +56 -0
- package/dist/icons/chevron-down.js +21 -0
- package/dist/icons/chevron-left.cjs +45 -0
- package/dist/icons/chevron-left.d.cts +56 -0
- package/dist/icons/chevron-left.d.ts +56 -0
- package/dist/icons/chevron-left.js +21 -0
- package/dist/icons/chevron-right.cjs +45 -0
- package/dist/icons/chevron-right.d.cts +56 -0
- package/dist/icons/chevron-right.d.ts +56 -0
- package/dist/icons/chevron-right.js +21 -0
- package/dist/icons/chevron-up.cjs +45 -0
- package/dist/icons/chevron-up.d.cts +56 -0
- package/dist/icons/chevron-up.d.ts +56 -0
- package/dist/icons/chevron-up.js +21 -0
- package/dist/icons/circle-dashed.cjs +45 -0
- package/dist/icons/circle-dashed.d.cts +56 -0
- package/dist/icons/circle-dashed.d.ts +56 -0
- package/dist/icons/circle-dashed.js +21 -0
- package/dist/icons/circle.cjs +45 -0
- package/dist/icons/circle.d.cts +56 -0
- package/dist/icons/circle.d.ts +56 -0
- package/dist/icons/circle.js +21 -0
- package/dist/icons/clock-am.cjs +45 -0
- package/dist/icons/clock-am.d.cts +56 -0
- package/dist/icons/clock-am.d.ts +56 -0
- package/dist/icons/clock-am.js +21 -0
- package/dist/icons/clock-ccw.cjs +45 -0
- package/dist/icons/clock-ccw.d.cts +56 -0
- package/dist/icons/clock-ccw.d.ts +56 -0
- package/dist/icons/clock-ccw.js +21 -0
- package/dist/icons/clock-cw.cjs +45 -0
- package/dist/icons/clock-cw.d.cts +56 -0
- package/dist/icons/clock-cw.d.ts +56 -0
- package/dist/icons/clock-cw.js +21 -0
- package/dist/icons/clock-minus.cjs +45 -0
- package/dist/icons/clock-minus.d.cts +56 -0
- package/dist/icons/clock-minus.d.ts +56 -0
- package/dist/icons/clock-minus.js +21 -0
- package/dist/icons/clock-plus.cjs +45 -0
- package/dist/icons/clock-plus.d.cts +56 -0
- package/dist/icons/clock-plus.d.ts +56 -0
- package/dist/icons/clock-plus.js +21 -0
- package/dist/icons/clock-pm.cjs +45 -0
- package/dist/icons/clock-pm.d.cts +56 -0
- package/dist/icons/clock-pm.d.ts +56 -0
- package/dist/icons/clock-pm.js +21 -0
- package/dist/icons/clock-z.cjs +45 -0
- package/dist/icons/clock-z.d.cts +56 -0
- package/dist/icons/clock-z.d.ts +56 -0
- package/dist/icons/clock-z.js +21 -0
- package/dist/icons/clock.cjs +45 -0
- package/dist/icons/clock.d.cts +56 -0
- package/dist/icons/clock.d.ts +56 -0
- package/dist/icons/clock.js +21 -0
- package/dist/icons/ellipsis-horizontal.cjs +45 -0
- package/dist/icons/ellipsis-horizontal.d.cts +56 -0
- package/dist/icons/ellipsis-horizontal.d.ts +56 -0
- package/dist/icons/ellipsis-horizontal.js +21 -0
- package/dist/icons/ellipsis-vertical.cjs +45 -0
- package/dist/icons/ellipsis-vertical.d.cts +56 -0
- package/dist/icons/ellipsis-vertical.d.ts +56 -0
- package/dist/icons/ellipsis-vertical.js +21 -0
- package/dist/icons/envelope-open.cjs +45 -0
- package/dist/icons/envelope-open.d.cts +56 -0
- package/dist/icons/envelope-open.d.ts +56 -0
- package/dist/icons/envelope-open.js +21 -0
- package/dist/icons/envelope.cjs +45 -0
- package/dist/icons/envelope.d.cts +56 -0
- package/dist/icons/envelope.d.ts +56 -0
- package/dist/icons/envelope.js +21 -0
- package/dist/icons/file-arrow-down.cjs +45 -0
- package/dist/icons/file-arrow-down.d.cts +56 -0
- package/dist/icons/file-arrow-down.d.ts +56 -0
- package/dist/icons/file-arrow-down.js +21 -0
- package/dist/icons/file-arrow-up.cjs +45 -0
- package/dist/icons/file-arrow-up.d.cts +56 -0
- package/dist/icons/file-arrow-up.d.ts +56 -0
- package/dist/icons/file-arrow-up.js +21 -0
- package/dist/icons/file-minus.cjs +45 -0
- package/dist/icons/file-minus.d.cts +56 -0
- package/dist/icons/file-minus.d.ts +56 -0
- package/dist/icons/file-minus.js +21 -0
- package/dist/icons/file-plus.cjs +45 -0
- package/dist/icons/file-plus.d.cts +56 -0
- package/dist/icons/file-plus.d.ts +56 -0
- package/dist/icons/file-plus.js +21 -0
- package/dist/icons/file-text.cjs +45 -0
- package/dist/icons/file-text.d.cts +56 -0
- package/dist/icons/file-text.d.ts +56 -0
- package/dist/icons/file-text.js +21 -0
- package/dist/icons/file-x.cjs +45 -0
- package/dist/icons/file-x.d.cts +56 -0
- package/dist/icons/file-x.d.ts +56 -0
- package/dist/icons/file-x.js +21 -0
- package/dist/icons/file.cjs +45 -0
- package/dist/icons/file.d.cts +56 -0
- package/dist/icons/file.d.ts +56 -0
- package/dist/icons/file.js +21 -0
- package/dist/icons/filter.cjs +45 -0
- package/dist/icons/filter.d.cts +56 -0
- package/dist/icons/filter.d.ts +56 -0
- package/dist/icons/filter.js +21 -0
- package/dist/icons/gear.cjs +45 -0
- package/dist/icons/gear.d.cts +56 -0
- package/dist/icons/gear.d.ts +56 -0
- package/dist/icons/gear.js +21 -0
- package/dist/icons/house.cjs +45 -0
- package/dist/icons/house.d.cts +56 -0
- package/dist/icons/house.d.ts +56 -0
- package/dist/icons/house.js +21 -0
- package/dist/icons/inbox-arrow-down.cjs +45 -0
- package/dist/icons/inbox-arrow-down.d.cts +56 -0
- package/dist/icons/inbox-arrow-down.d.ts +56 -0
- package/dist/icons/inbox-arrow-down.js +21 -0
- package/dist/icons/inbox-arrow-up.cjs +45 -0
- package/dist/icons/inbox-arrow-up.d.cts +56 -0
- package/dist/icons/inbox-arrow-up.d.ts +56 -0
- package/dist/icons/inbox-arrow-up.js +21 -0
- package/dist/icons/inbox.cjs +45 -0
- package/dist/icons/inbox.d.cts +56 -0
- package/dist/icons/inbox.d.ts +56 -0
- package/dist/icons/inbox.js +21 -0
- package/dist/icons/list.cjs +45 -0
- package/dist/icons/list.d.cts +56 -0
- package/dist/icons/list.d.ts +56 -0
- package/dist/icons/list.js +21 -0
- package/dist/icons/menu.cjs +45 -0
- package/dist/icons/menu.d.cts +56 -0
- package/dist/icons/menu.d.ts +56 -0
- package/dist/icons/menu.js +21 -0
- package/dist/icons/minus-circle.cjs +45 -0
- package/dist/icons/minus-circle.d.cts +56 -0
- package/dist/icons/minus-circle.d.ts +56 -0
- package/dist/icons/minus-circle.js +21 -0
- package/dist/icons/minus-square.cjs +45 -0
- package/dist/icons/minus-square.d.cts +56 -0
- package/dist/icons/minus-square.d.ts +56 -0
- package/dist/icons/minus-square.js +21 -0
- package/dist/icons/minus.cjs +45 -0
- package/dist/icons/minus.d.cts +56 -0
- package/dist/icons/minus.d.ts +56 -0
- package/dist/icons/minus.js +21 -0
- package/dist/icons/moon.cjs +45 -0
- package/dist/icons/moon.d.cts +56 -0
- package/dist/icons/moon.d.ts +56 -0
- package/dist/icons/moon.js +21 -0
- package/dist/icons/plus-circle.cjs +45 -0
- package/dist/icons/plus-circle.d.cts +56 -0
- package/dist/icons/plus-circle.d.ts +56 -0
- package/dist/icons/plus-circle.js +21 -0
- package/dist/icons/plus-square.cjs +45 -0
- package/dist/icons/plus-square.d.cts +56 -0
- package/dist/icons/plus-square.d.ts +56 -0
- package/dist/icons/plus-square.js +21 -0
- package/dist/icons/plus.cjs +45 -0
- package/dist/icons/plus.d.cts +56 -0
- package/dist/icons/plus.d.ts +56 -0
- package/dist/icons/plus.js +21 -0
- package/dist/icons/search.cjs +45 -0
- package/dist/icons/search.d.cts +56 -0
- package/dist/icons/search.d.ts +56 -0
- package/dist/icons/search.js +21 -0
- package/dist/icons/server-stack.cjs +45 -0
- package/dist/icons/server-stack.d.cts +56 -0
- package/dist/icons/server-stack.d.ts +56 -0
- package/dist/icons/server-stack.js +21 -0
- package/dist/icons/server.cjs +45 -0
- package/dist/icons/server.d.cts +56 -0
- package/dist/icons/server.d.ts +56 -0
- package/dist/icons/server.js +21 -0
- package/dist/icons/square-dashed.cjs +45 -0
- package/dist/icons/square-dashed.d.cts +56 -0
- package/dist/icons/square-dashed.d.ts +56 -0
- package/dist/icons/square-dashed.js +21 -0
- package/dist/icons/square.cjs +45 -0
- package/dist/icons/square.d.cts +56 -0
- package/dist/icons/square.d.ts +56 -0
- package/dist/icons/square.js +21 -0
- package/dist/icons/sun-dim.cjs +45 -0
- package/dist/icons/sun-dim.d.cts +56 -0
- package/dist/icons/sun-dim.d.ts +56 -0
- package/dist/icons/sun-dim.js +21 -0
- package/dist/icons/sun-horizon.cjs +45 -0
- package/dist/icons/sun-horizon.d.cts +56 -0
- package/dist/icons/sun-horizon.d.ts +56 -0
- package/dist/icons/sun-horizon.js +21 -0
- package/dist/icons/sun-moon.cjs +45 -0
- package/dist/icons/sun-moon.d.cts +56 -0
- package/dist/icons/sun-moon.d.ts +56 -0
- package/dist/icons/sun-moon.js +21 -0
- package/dist/icons/sun.cjs +45 -0
- package/dist/icons/sun.d.cts +56 -0
- package/dist/icons/sun.d.ts +56 -0
- package/dist/icons/sun.js +21 -0
- package/dist/icons/sunrise.cjs +45 -0
- package/dist/icons/sunrise.d.cts +56 -0
- package/dist/icons/sunrise.d.ts +56 -0
- package/dist/icons/sunrise.js +21 -0
- package/dist/icons/sunset.cjs +45 -0
- package/dist/icons/sunset.d.cts +56 -0
- package/dist/icons/sunset.d.ts +56 -0
- package/dist/icons/sunset.js +21 -0
- package/dist/icons/table.cjs +45 -0
- package/dist/icons/table.d.cts +56 -0
- package/dist/icons/table.d.ts +56 -0
- package/dist/icons/table.js +21 -0
- package/dist/icons/target.cjs +45 -0
- package/dist/icons/target.d.cts +56 -0
- package/dist/icons/target.d.ts +56 -0
- package/dist/icons/target.js +21 -0
- package/dist/icons/text-align-center.cjs +45 -0
- package/dist/icons/text-align-center.d.cts +56 -0
- package/dist/icons/text-align-center.d.ts +56 -0
- package/dist/icons/text-align-center.js +21 -0
- package/dist/icons/text-align-justify.cjs +45 -0
- package/dist/icons/text-align-justify.d.cts +56 -0
- package/dist/icons/text-align-justify.d.ts +56 -0
- package/dist/icons/text-align-justify.js +21 -0
- package/dist/icons/text-align-left.cjs +45 -0
- package/dist/icons/text-align-left.d.cts +56 -0
- package/dist/icons/text-align-left.d.ts +56 -0
- package/dist/icons/text-align-left.js +21 -0
- package/dist/icons/text-align-right.cjs +45 -0
- package/dist/icons/text-align-right.d.cts +56 -0
- package/dist/icons/text-align-right.d.ts +56 -0
- package/dist/icons/text-align-right.js +21 -0
- package/dist/icons/text-initial.cjs +45 -0
- package/dist/icons/text-initial.d.cts +56 -0
- package/dist/icons/text-initial.d.ts +56 -0
- package/dist/icons/text-initial.js +21 -0
- package/dist/icons/text-select.cjs +45 -0
- package/dist/icons/text-select.d.cts +56 -0
- package/dist/icons/text-select.d.ts +56 -0
- package/dist/icons/text-select.js +21 -0
- package/dist/icons/text.cjs +45 -0
- package/dist/icons/text.d.cts +56 -0
- package/dist/icons/text.d.ts +56 -0
- package/dist/icons/text.js +21 -0
- package/dist/icons/trash.cjs +45 -0
- package/dist/icons/trash.d.cts +56 -0
- package/dist/icons/trash.d.ts +56 -0
- package/dist/icons/trash.js +21 -0
- package/dist/icons/triangle-dashed.cjs +45 -0
- package/dist/icons/triangle-dashed.d.cts +56 -0
- package/dist/icons/triangle-dashed.d.ts +56 -0
- package/dist/icons/triangle-dashed.js +21 -0
- package/dist/icons/triangle.cjs +45 -0
- package/dist/icons/triangle.d.cts +56 -0
- package/dist/icons/triangle.d.ts +56 -0
- package/dist/icons/triangle.js +21 -0
- package/dist/icons/ui-ux.cjs +45 -0
- package/dist/icons/ui-ux.d.cts +56 -0
- package/dist/icons/ui-ux.d.ts +56 -0
- package/dist/icons/ui-ux.js +21 -0
- package/dist/icons/x-circle.cjs +45 -0
- package/dist/icons/x-circle.d.cts +56 -0
- package/dist/icons/x-circle.d.ts +56 -0
- package/dist/icons/x-circle.js +21 -0
- package/dist/icons/x-square.cjs +45 -0
- package/dist/icons/x-square.d.cts +56 -0
- package/dist/icons/x-square.d.ts +56 -0
- package/dist/icons/x-square.js +21 -0
- package/dist/icons/x.cjs +45 -0
- package/dist/icons/x.d.cts +56 -0
- package/dist/icons/x.d.ts +56 -0
- package/dist/icons/x.js +21 -0
- package/dist/index.cjs +228 -2350
- package/dist/index.d.cts +116 -5939
- package/dist/index.d.ts +116 -5939
- package/dist/index.js +114 -2233
- package/dist/types.cjs +28 -0
- package/dist/types.d.cts +25 -0
- package/dist/types.d.ts +25 -0
- package/dist/types.js +4 -0
- package/package.json +11 -1
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFile: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconFile };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFile = /* @__PURE__ */ createIcon("file", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19M18.293 7.5 15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m11.5-11.75h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m12-12h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19M18.293 7.5 15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m11.5-11.75h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m12-12h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M13.672 2.5a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19V5a2.5 2.5 0 0 1 2.5-2.5zM14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M13.672 2.25c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19V5A2.75 2.75 0 0 1 6.5 2.25zM14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M13.672 2a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm.828 6h3.586L14.5 4.414z" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFile
|
|
21
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var filter_exports = {};
|
|
20
|
+
__export(filter_exports, {
|
|
21
|
+
IconFilter: () => IconFilter
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(filter_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFilter = /* @__PURE__ */ (0, import_createIcon.createIcon)("filter", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M16 16.5a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M16 16.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M16 16a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 7h16l-4 10H8z"/><path fill="currentColor" d="M16 16.5a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 7h16l-4 10H8z"/><path fill="currentColor" d="M16 16.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 7h16l-4 10H8z"/><path fill="currentColor" d="M16 16a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M19 2.5A2.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.5zm-9 14a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm-2-5a.5.5 0 0 0 0 1h8a.5.5 0 0 0 0-1zm-2-5a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1z" clip-rule="evenodd"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M19 2.25A2.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.25zm-9 14a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zm-2-5a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zm-2-5a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm-9 14a1 1 0 1 0 0 2h4a1 1 0 0 0 0-2zm-2-5a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2zM6 6a1 1 0 0 0 0 2h12a1 1 0 0 0 0-2z" clip-rule="evenodd"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconFilter
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconFilter: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconFilter };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFilter: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconFilter };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFilter = /* @__PURE__ */ createIcon("filter", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M16 16.5a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1z"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M16 16.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5z"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M16 16a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2z"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 7h16l-4 10H8z"/><path fill="currentColor" d="M16 16.5a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1z"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 7h16l-4 10H8z"/><path fill="currentColor" d="M16 16.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5z"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 7h16l-4 10H8z"/><path fill="currentColor" d="M16 16a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2z"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M19 2.5A2.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.5zm-9 14a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm-2-5a.5.5 0 0 0 0 1h8a.5.5 0 0 0 0-1zm-2-5a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1z" clip-rule="evenodd"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M19 2.25A2.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.25zm-9 14a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zm-2-5a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zm-2-5a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm-9 14a1 1 0 1 0 0 2h4a1 1 0 0 0 0-2zm-2-5a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2zM6 6a1 1 0 0 0 0 2h12a1 1 0 0 0 0-2z" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFilter
|
|
21
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var gear_exports = {};
|
|
20
|
+
__export(gear_exports, {
|
|
21
|
+
IconGear: () => IconGear
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(gear_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconGear = /* @__PURE__ */ (0, import_createIcon.createIcon)("gear", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M10.173 6.045a.75.75 0 0 1-1.092.452l-2.3-1.3L5.198 6.78l1.3 2.3a.75.75 0 0 1-.452 1.092l-2.546.707v2.241l2.545.706a.75.75 0 0 1 .453 1.092l-1.3 2.3 1.583 1.584 2.3-1.3.081-.04a.75.75 0 0 1 .982.407l.029.085.707 2.546h2.24l.706-2.546.03-.085a.75.75 0 0 1 .98-.407l.082.04 2.3 1.3 1.584-1.583-1.3-2.301a.75.75 0 0 1 .453-1.092l2.545-.706v-2.24l-2.546-.707a.75.75 0 0 1-.452-1.092l1.3-2.3-1.583-1.584-2.301 1.301a.75.75 0 0 1-1.092-.453L13.12 3.5h-2.24zM14.5 12a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0m1 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m6 1.31a.75.75 0 0 1-.55.722l-2.42.672 1.237 2.189a.75.75 0 0 1-.123.899l-1.852 1.852a.75.75 0 0 1-.9.123l-2.188-1.238-.672 2.421a.75.75 0 0 1-.722.55h-2.62a.75.75 0 0 1-.722-.549l-.674-2.42-2.186 1.236a.75.75 0 0 1-.899-.122l-1.853-1.853a.75.75 0 0 1-.123-.9l1.236-2.188-2.42-.672a.75.75 0 0 1-.549-.722v-2.62a.75.75 0 0 1 .549-.722l2.42-.675-1.235-2.186a.75.75 0 0 1 .123-.899L6.21 4.356l.096-.08a.75.75 0 0 1 .691-.094l.112.051 2.186 1.235.674-2.42.043-.115a.75.75 0 0 1 .68-.433h2.619l.124.01a.75.75 0 0 1 .555.423l.043.117.672 2.419 2.189-1.236.113-.051a.75.75 0 0 1 .69.093l.096.081 1.852 1.852a.75.75 0 0 1 .123.9L18.53 9.293l2.421.674a.75.75 0 0 1 .549.722z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M10.414 6.111a1 1 0 0 1-1.456.604L6.824 5.508 5.51 6.823l1.207 2.134a1 1 0 0 1-.603 1.456l-2.363.656v1.86l2.362.656a1 1 0 0 1 .604 1.456l-1.208 2.134 1.316 1.316 2.134-1.206.107-.053a1 1 0 0 1 1.31.542l.04.114.655 2.362h1.86l.655-2.363a1 1 0 0 1 1.349-.656l.107.053 2.135 1.207 1.315-1.315-1.207-2.135a1 1 0 0 1 .604-1.456l2.362-.655v-1.86l-2.362-.656a1 1 0 0 1-.603-1.456l1.206-2.135-1.315-1.315-2.135 1.208a1 1 0 0 1-1.456-.604L12.93 3.75h-1.86zM14.25 12a2.25 2.25 0 1 0-4.5 0 2.25 2.25 0 0 0 4.5 0m1.5 0a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m6 1.31a1 1 0 0 1-.732.963l-2.114.585 1.08 1.912a1 1 0 0 1-.164 1.199l-1.85 1.851a1 1 0 0 1-1.2.164l-1.91-1.08-.586 2.114a1 1 0 0 1-.963.732h-2.62a1 1 0 0 1-.963-.732l-.587-2.113-1.909 1.08a1 1 0 0 1-1.199-.164L4.18 17.97a1 1 0 0 1-.164-1.2l1.079-1.91-2.113-.586a1 1 0 0 1-.718-.797l-.014-.166v-2.62l.014-.166a1 1 0 0 1 .718-.797l2.113-.588-1.078-1.91a1 1 0 0 1 .164-1.199L6.032 4.18l.127-.108a1 1 0 0 1 1.072-.056L9.14 5.094l.587-2.112.057-.156a1 1 0 0 1 .906-.576h2.62a1 1 0 0 1 .906.577l.057.155.585 2.113 1.912-1.08.15-.069a1 1 0 0 1 .922.126l.127.108 1.851 1.85a1 1 0 0 1 .164 1.2l-1.08 1.909 2.114.587a1 1 0 0 1 .732.963z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M10.654 6.179a1.25 1.25 0 0 1-1.819.753L6.866 5.819 5.82 6.865l1.113 1.969c.4.707.03 1.602-.753 1.82L4 11.258v1.48l2.179.606a1.25 1.25 0 0 1 .754 1.82l-1.114 1.968 1.047 1.047 1.969-1.113L8.97 17a1.25 1.25 0 0 1 1.684.82l.607 2.18h1.478l.606-2.18.048-.141c.26-.64 1-.946 1.636-.679l.135.066 1.97 1.114 1.046-1.046-1.113-1.97a1.25 1.25 0 0 1 .754-1.82L20 12.74v-1.48l-2.18-.605a1.25 1.25 0 0 1-.753-1.819l1.113-1.97-1.047-1.046-1.969 1.114a1.25 1.25 0 0 1-1.82-.754L12.74 4h-1.478zM14 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0m2 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0m6 1.31a1.25 1.25 0 0 1-.916 1.205l-1.804.5.922 1.631a1.25 1.25 0 0 1-.205 1.5l-1.852 1.851a1.25 1.25 0 0 1-1.498.205l-1.632-.923-.5 1.805A1.25 1.25 0 0 1 13.31 22h-2.62a1.25 1.25 0 0 1-1.205-.915l-.502-1.805-1.629.922a1.25 1.25 0 0 1-1.499-.204l-1.852-1.853a1.25 1.25 0 0 1-.205-1.498l.92-1.632-1.802-.5A1.25 1.25 0 0 1 2 13.31v-2.62c0-.56.374-1.054.915-1.205l1.805-.503-.921-1.628a1.25 1.25 0 0 1 .205-1.5l1.851-1.851.078-.071a1.25 1.25 0 0 1 1.421-.134l1.63.92.501-1.803.033-.1A1.25 1.25 0 0 1 10.69 2h2.62l.104.004c.483.04.9.358 1.068.812l.033.1.5 1.803 1.631-.921.093-.048a1.25 1.25 0 0 1 1.33.182l.076.07 1.852 1.852a1.25 1.25 0 0 1 .205 1.5l-.922 1.63 1.805.501c.54.15.915.644.915 1.205z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" fill-rule="evenodd" d="M13.31 3a.25.25 0 0 1 .24.184l.758 2.727a.25.25 0 0 0 .364.152l2.466-1.394a.25.25 0 0 1 .3.041l1.852 1.852a.25.25 0 0 1 .041.3l-1.393 2.465a.25.25 0 0 0 .15.364l2.728.758a.25.25 0 0 1 .184.241v2.62a.25.25 0 0 1-.184.24l-2.728.758a.25.25 0 0 0-.15.364l1.393 2.467a.25.25 0 0 1-.041.3l-1.852 1.851a.25.25 0 0 1-.3.041l-2.466-1.395a.25.25 0 0 0-.364.152l-.757 2.728a.25.25 0 0 1-.241.184h-2.62a.25.25 0 0 1-.24-.183l-.76-2.73a.25.25 0 0 0-.363-.15l-2.465 1.394a.25.25 0 0 1-.3-.041L4.71 17.439a.25.25 0 0 1-.041-.3l1.394-2.467a.25.25 0 0 0-.15-.364l-2.73-.757A.25.25 0 0 1 3 13.31v-2.62a.25.25 0 0 1 .183-.24l2.728-.76a.25.25 0 0 0 .152-.364L4.669 6.861a.25.25 0 0 1 .041-.3L6.563 4.71a.25.25 0 0 1 .3-.041l2.464 1.393a.25.25 0 0 0 .363-.15l.76-2.73A.25.25 0 0 1 10.69 3zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd"/><path fill="currentColor" d="M10.173 6.045a.75.75 0 0 1-1.092.452l-2.3-1.3L5.198 6.78l1.3 2.3a.75.75 0 0 1-.452 1.092l-2.546.707v2.241l2.545.706a.75.75 0 0 1 .453 1.092l-1.3 2.3 1.583 1.584 2.3-1.3.081-.04a.75.75 0 0 1 .982.407l.029.085.707 2.546h2.24l.706-2.546.03-.085a.75.75 0 0 1 .98-.407l.082.04 2.3 1.3 1.584-1.583-1.3-2.301a.75.75 0 0 1 .453-1.092l2.545-.706v-2.24l-2.546-.707a.75.75 0 0 1-.452-1.092l1.3-2.3-1.583-1.584-2.301 1.301a.75.75 0 0 1-1.092-.453L13.12 3.5h-2.24zM14.5 12a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0m1 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m6 1.31a.75.75 0 0 1-.55.722l-2.42.672 1.237 2.189a.75.75 0 0 1-.123.899l-1.852 1.852a.75.75 0 0 1-.9.123l-2.188-1.238-.672 2.421a.75.75 0 0 1-.722.55h-2.62a.75.75 0 0 1-.722-.549l-.674-2.42-2.186 1.236a.75.75 0 0 1-.899-.122l-1.853-1.853a.75.75 0 0 1-.123-.9l1.236-2.188-2.42-.672a.75.75 0 0 1-.549-.722v-2.62a.75.75 0 0 1 .549-.722l2.42-.675-1.235-2.186a.75.75 0 0 1 .123-.899L6.21 4.356l.096-.08a.75.75 0 0 1 .691-.094l.112.051 2.186 1.235.674-2.42.043-.115a.75.75 0 0 1 .68-.433h2.619l.124.01a.75.75 0 0 1 .555.423l.043.117.672 2.419 2.189-1.236.113-.051a.75.75 0 0 1 .69.093l.096.081 1.852 1.852a.75.75 0 0 1 .123.9L18.53 9.293l2.421.674a.75.75 0 0 1 .549.722z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" fill-rule="evenodd" d="M13.31 3a.25.25 0 0 1 .24.184l.758 2.727a.25.25 0 0 0 .364.152l2.466-1.394a.25.25 0 0 1 .3.041l1.852 1.852a.25.25 0 0 1 .041.3l-1.393 2.465a.25.25 0 0 0 .15.364l2.728.758a.25.25 0 0 1 .184.241v2.62a.25.25 0 0 1-.184.24l-2.728.758a.25.25 0 0 0-.15.364l1.393 2.467a.25.25 0 0 1-.041.3l-1.852 1.851a.25.25 0 0 1-.3.041l-2.466-1.395a.25.25 0 0 0-.364.152l-.757 2.728a.25.25 0 0 1-.241.184h-2.62a.25.25 0 0 1-.24-.183l-.76-2.73a.25.25 0 0 0-.363-.15l-2.465 1.394a.25.25 0 0 1-.3-.041L4.71 17.439a.25.25 0 0 1-.041-.3l1.394-2.467a.25.25 0 0 0-.15-.364l-2.73-.757A.25.25 0 0 1 3 13.31v-2.62a.25.25 0 0 1 .183-.24l2.728-.76a.25.25 0 0 0 .152-.364L4.669 6.861a.25.25 0 0 1 .041-.3L6.563 4.71a.25.25 0 0 1 .3-.041l2.464 1.393a.25.25 0 0 0 .363-.15l.76-2.73A.25.25 0 0 1 10.69 3zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd"/><path fill="currentColor" d="M10.414 6.111a1 1 0 0 1-1.456.604L6.824 5.508 5.51 6.823l1.207 2.134a1 1 0 0 1-.603 1.456l-2.363.656v1.86l2.362.656a1 1 0 0 1 .604 1.456l-1.208 2.134 1.316 1.316 2.134-1.206.107-.053a1 1 0 0 1 1.31.542l.04.114.655 2.362h1.86l.655-2.363a1 1 0 0 1 1.349-.656l.107.053 2.135 1.207 1.315-1.315-1.207-2.135a1 1 0 0 1 .604-1.456l2.362-.655v-1.86l-2.362-.656a1 1 0 0 1-.603-1.456l1.206-2.135-1.315-1.315-2.135 1.208a1 1 0 0 1-1.456-.604L12.93 3.75h-1.86zM14.25 12a2.25 2.25 0 1 0-4.5 0 2.25 2.25 0 0 0 4.5 0m1.5 0a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m6 1.31a1 1 0 0 1-.732.963l-2.114.585 1.08 1.912a1 1 0 0 1-.164 1.199l-1.85 1.851a1 1 0 0 1-1.2.164l-1.91-1.08-.586 2.114a1 1 0 0 1-.963.732h-2.62a1 1 0 0 1-.963-.732l-.587-2.113-1.909 1.08a1 1 0 0 1-1.199-.164L4.18 17.97a1 1 0 0 1-.164-1.2l1.079-1.91-2.113-.586a1 1 0 0 1-.718-.797l-.014-.166v-2.62l.014-.166a1 1 0 0 1 .718-.797l2.113-.588-1.078-1.91a1 1 0 0 1 .164-1.199L6.032 4.18l.127-.108a1 1 0 0 1 1.072-.056L9.14 5.094l.587-2.112.057-.156a1 1 0 0 1 .906-.576h2.62a1 1 0 0 1 .906.577l.057.155.585 2.113 1.912-1.08.15-.069a1 1 0 0 1 .922.126l.127.108 1.851 1.85a1 1 0 0 1 .164 1.2l-1.08 1.909 2.114.587a1 1 0 0 1 .732.963z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" fill-rule="evenodd" d="M13.31 3a.25.25 0 0 1 .24.184l.758 2.727a.25.25 0 0 0 .364.152l2.466-1.394a.25.25 0 0 1 .3.041l1.852 1.852a.25.25 0 0 1 .041.3l-1.393 2.465a.25.25 0 0 0 .15.364l2.728.758a.25.25 0 0 1 .184.241v2.62a.25.25 0 0 1-.184.24l-2.728.758a.25.25 0 0 0-.15.364l1.393 2.467a.25.25 0 0 1-.041.3l-1.852 1.851a.25.25 0 0 1-.3.041l-2.466-1.395a.25.25 0 0 0-.364.152l-.757 2.728a.25.25 0 0 1-.241.184h-2.62a.25.25 0 0 1-.24-.183l-.76-2.73a.25.25 0 0 0-.363-.15l-2.465 1.394a.25.25 0 0 1-.3-.041L4.71 17.439a.25.25 0 0 1-.041-.3l1.394-2.467a.25.25 0 0 0-.15-.364l-2.73-.757A.25.25 0 0 1 3 13.31v-2.62a.25.25 0 0 1 .183-.24l2.728-.76a.25.25 0 0 0 .152-.364L4.669 6.861a.25.25 0 0 1 .041-.3L6.563 4.71a.25.25 0 0 1 .3-.041l2.464 1.393a.25.25 0 0 0 .363-.15l.76-2.73A.25.25 0 0 1 10.69 3zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd"/><path fill="currentColor" d="M10.654 6.179a1.25 1.25 0 0 1-1.819.753L6.866 5.819 5.82 6.865l1.113 1.969c.4.707.03 1.602-.753 1.82L4 11.258v1.48l2.179.606a1.25 1.25 0 0 1 .754 1.82l-1.114 1.968 1.047 1.047 1.969-1.113L8.97 17a1.25 1.25 0 0 1 1.684.82l.607 2.18h1.478l.606-2.18.048-.141c.26-.64 1-.946 1.636-.679l.135.066 1.97 1.114 1.046-1.046-1.113-1.97a1.25 1.25 0 0 1 .754-1.82L20 12.74v-1.48l-2.18-.605a1.25 1.25 0 0 1-.753-1.819l1.113-1.97-1.047-1.046-1.969 1.114a1.25 1.25 0 0 1-1.82-.754L12.74 4h-1.478zM14 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0m2 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0m6 1.31a1.25 1.25 0 0 1-.916 1.205l-1.804.5.922 1.631a1.25 1.25 0 0 1-.205 1.5l-1.852 1.851a1.25 1.25 0 0 1-1.498.205l-1.632-.923-.5 1.805A1.25 1.25 0 0 1 13.31 22h-2.62a1.25 1.25 0 0 1-1.205-.915l-.502-1.805-1.629.922a1.25 1.25 0 0 1-1.499-.204l-1.852-1.853a1.25 1.25 0 0 1-.205-1.498l.92-1.632-1.802-.5A1.25 1.25 0 0 1 2 13.31v-2.62c0-.56.374-1.054.915-1.205l1.805-.503-.921-1.628a1.25 1.25 0 0 1 .205-1.5l1.851-1.851.078-.071a1.25 1.25 0 0 1 1.421-.134l1.63.92.501-1.803.033-.1A1.25 1.25 0 0 1 10.69 2h2.62l.104.004c.483.04.9.358 1.068.812l.033.1.5 1.803 1.631-.921.093-.048a1.25 1.25 0 0 1 1.33.182l.076.07 1.852 1.852a1.25 1.25 0 0 1 .205 1.5l-.922 1.63 1.805.501c.54.15.915.644.915 1.205z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M13.31 2.5a.75.75 0 0 1 .68.433l.042.117.672 2.419 2.189-1.236.113-.051a.75.75 0 0 1 .69.093l.096.081 1.852 1.852a.75.75 0 0 1 .123.9L18.53 9.293l2.421.674a.75.75 0 0 1 .549.722v2.62a.75.75 0 0 1-.55.722l-2.42.672 1.237 2.189a.75.75 0 0 1-.123.899l-1.852 1.852a.75.75 0 0 1-.9.123l-2.188-1.238-.672 2.421a.75.75 0 0 1-.722.55h-2.62a.75.75 0 0 1-.722-.549l-.674-2.42-2.186 1.236a.75.75 0 0 1-.899-.122l-1.853-1.853a.75.75 0 0 1-.123-.9l1.236-2.188-2.42-.672a.75.75 0 0 1-.549-.722v-2.62a.75.75 0 0 1 .549-.722l2.42-.675-1.235-2.186a.75.75 0 0 1 .123-.899L6.21 4.356l.096-.08a.75.75 0 0 1 .691-.094l.112.051 2.186 1.235.674-2.42.043-.115a.75.75 0 0 1 .68-.433zM12 9.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5" clip-rule="evenodd"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M13.31 2.25a1 1 0 0 1 .906.577l.057.155.585 2.113 1.912-1.08.15-.069a1 1 0 0 1 .922.126l.127.108 1.851 1.85a1 1 0 0 1 .164 1.2l-1.08 1.909 2.114.587a1 1 0 0 1 .732.963v2.62a1 1 0 0 1-.732.963l-2.114.585 1.08 1.912a1 1 0 0 1-.164 1.199l-1.85 1.852a1 1 0 0 1-1.2.164l-1.91-1.08-.586 2.114a1 1 0 0 1-.963.732h-2.62a1 1 0 0 1-.963-.732l-.587-2.113-1.909 1.08a1 1 0 0 1-1.199-.164L4.18 17.97a1 1 0 0 1-.164-1.2l1.079-1.91-2.113-.586a1 1 0 0 1-.732-.963v-2.62a1 1 0 0 1 .732-.963l2.113-.588-1.078-1.91a1 1 0 0 1 .164-1.199L6.032 4.18l.127-.108a1 1 0 0 1 1.072-.056L9.14 5.094l.587-2.112.057-.156a1 1 0 0 1 .906-.576zm-1.31 7a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5" clip-rule="evenodd"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M13.31 2c.526 0 .993.33 1.172.816l.033.1.5 1.803 1.631-.921.093-.048c.44-.202.96-.131 1.33.182l.076.07 1.852 1.852c.397.397.481 1.01.205 1.5l-.922 1.63 1.805.501c.54.15.915.644.915 1.205v2.62c0 .561-.375 1.054-.916 1.205l-1.804.5.922 1.631a1.25 1.25 0 0 1-.205 1.5l-1.852 1.851a1.25 1.25 0 0 1-1.498.205l-1.632-.923-.5 1.805c-.15.541-.644.916-1.205.916h-2.62a1.25 1.25 0 0 1-1.205-.915l-.502-1.805-1.629.922a1.25 1.25 0 0 1-1.499-.204l-1.852-1.853a1.25 1.25 0 0 1-.205-1.498l.92-1.632-1.802-.5A1.25 1.25 0 0 1 2 13.31v-2.62c0-.56.374-1.054.915-1.205l1.805-.503-.921-1.628a1.25 1.25 0 0 1 .205-1.5l1.851-1.851.078-.071a1.25 1.25 0 0 1 1.421-.134l1.63.92.501-1.803.033-.1C9.698 2.33 10.164 2 10.69 2zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconGear
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconGear: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconGear };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconGear: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconGear };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconGear = /* @__PURE__ */ createIcon("gear", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M10.173 6.045a.75.75 0 0 1-1.092.452l-2.3-1.3L5.198 6.78l1.3 2.3a.75.75 0 0 1-.452 1.092l-2.546.707v2.241l2.545.706a.75.75 0 0 1 .453 1.092l-1.3 2.3 1.583 1.584 2.3-1.3.081-.04a.75.75 0 0 1 .982.407l.029.085.707 2.546h2.24l.706-2.546.03-.085a.75.75 0 0 1 .98-.407l.082.04 2.3 1.3 1.584-1.583-1.3-2.301a.75.75 0 0 1 .453-1.092l2.545-.706v-2.24l-2.546-.707a.75.75 0 0 1-.452-1.092l1.3-2.3-1.583-1.584-2.301 1.301a.75.75 0 0 1-1.092-.453L13.12 3.5h-2.24zM14.5 12a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0m1 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m6 1.31a.75.75 0 0 1-.55.722l-2.42.672 1.237 2.189a.75.75 0 0 1-.123.899l-1.852 1.852a.75.75 0 0 1-.9.123l-2.188-1.238-.672 2.421a.75.75 0 0 1-.722.55h-2.62a.75.75 0 0 1-.722-.549l-.674-2.42-2.186 1.236a.75.75 0 0 1-.899-.122l-1.853-1.853a.75.75 0 0 1-.123-.9l1.236-2.188-2.42-.672a.75.75 0 0 1-.549-.722v-2.62a.75.75 0 0 1 .549-.722l2.42-.675-1.235-2.186a.75.75 0 0 1 .123-.899L6.21 4.356l.096-.08a.75.75 0 0 1 .691-.094l.112.051 2.186 1.235.674-2.42.043-.115a.75.75 0 0 1 .68-.433h2.619l.124.01a.75.75 0 0 1 .555.423l.043.117.672 2.419 2.189-1.236.113-.051a.75.75 0 0 1 .69.093l.096.081 1.852 1.852a.75.75 0 0 1 .123.9L18.53 9.293l2.421.674a.75.75 0 0 1 .549.722z"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M10.414 6.111a1 1 0 0 1-1.456.604L6.824 5.508 5.51 6.823l1.207 2.134a1 1 0 0 1-.603 1.456l-2.363.656v1.86l2.362.656a1 1 0 0 1 .604 1.456l-1.208 2.134 1.316 1.316 2.134-1.206.107-.053a1 1 0 0 1 1.31.542l.04.114.655 2.362h1.86l.655-2.363a1 1 0 0 1 1.349-.656l.107.053 2.135 1.207 1.315-1.315-1.207-2.135a1 1 0 0 1 .604-1.456l2.362-.655v-1.86l-2.362-.656a1 1 0 0 1-.603-1.456l1.206-2.135-1.315-1.315-2.135 1.208a1 1 0 0 1-1.456-.604L12.93 3.75h-1.86zM14.25 12a2.25 2.25 0 1 0-4.5 0 2.25 2.25 0 0 0 4.5 0m1.5 0a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m6 1.31a1 1 0 0 1-.732.963l-2.114.585 1.08 1.912a1 1 0 0 1-.164 1.199l-1.85 1.851a1 1 0 0 1-1.2.164l-1.91-1.08-.586 2.114a1 1 0 0 1-.963.732h-2.62a1 1 0 0 1-.963-.732l-.587-2.113-1.909 1.08a1 1 0 0 1-1.199-.164L4.18 17.97a1 1 0 0 1-.164-1.2l1.079-1.91-2.113-.586a1 1 0 0 1-.718-.797l-.014-.166v-2.62l.014-.166a1 1 0 0 1 .718-.797l2.113-.588-1.078-1.91a1 1 0 0 1 .164-1.199L6.032 4.18l.127-.108a1 1 0 0 1 1.072-.056L9.14 5.094l.587-2.112.057-.156a1 1 0 0 1 .906-.576h2.62a1 1 0 0 1 .906.577l.057.155.585 2.113 1.912-1.08.15-.069a1 1 0 0 1 .922.126l.127.108 1.851 1.85a1 1 0 0 1 .164 1.2l-1.08 1.909 2.114.587a1 1 0 0 1 .732.963z"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M10.654 6.179a1.25 1.25 0 0 1-1.819.753L6.866 5.819 5.82 6.865l1.113 1.969c.4.707.03 1.602-.753 1.82L4 11.258v1.48l2.179.606a1.25 1.25 0 0 1 .754 1.82l-1.114 1.968 1.047 1.047 1.969-1.113L8.97 17a1.25 1.25 0 0 1 1.684.82l.607 2.18h1.478l.606-2.18.048-.141c.26-.64 1-.946 1.636-.679l.135.066 1.97 1.114 1.046-1.046-1.113-1.97a1.25 1.25 0 0 1 .754-1.82L20 12.74v-1.48l-2.18-.605a1.25 1.25 0 0 1-.753-1.819l1.113-1.97-1.047-1.046-1.969 1.114a1.25 1.25 0 0 1-1.82-.754L12.74 4h-1.478zM14 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0m2 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0m6 1.31a1.25 1.25 0 0 1-.916 1.205l-1.804.5.922 1.631a1.25 1.25 0 0 1-.205 1.5l-1.852 1.851a1.25 1.25 0 0 1-1.498.205l-1.632-.923-.5 1.805A1.25 1.25 0 0 1 13.31 22h-2.62a1.25 1.25 0 0 1-1.205-.915l-.502-1.805-1.629.922a1.25 1.25 0 0 1-1.499-.204l-1.852-1.853a1.25 1.25 0 0 1-.205-1.498l.92-1.632-1.802-.5A1.25 1.25 0 0 1 2 13.31v-2.62c0-.56.374-1.054.915-1.205l1.805-.503-.921-1.628a1.25 1.25 0 0 1 .205-1.5l1.851-1.851.078-.071a1.25 1.25 0 0 1 1.421-.134l1.63.92.501-1.803.033-.1A1.25 1.25 0 0 1 10.69 2h2.62l.104.004c.483.04.9.358 1.068.812l.033.1.5 1.803 1.631-.921.093-.048a1.25 1.25 0 0 1 1.33.182l.076.07 1.852 1.852a1.25 1.25 0 0 1 .205 1.5l-.922 1.63 1.805.501c.54.15.915.644.915 1.205z"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" fill-rule="evenodd" d="M13.31 3a.25.25 0 0 1 .24.184l.758 2.727a.25.25 0 0 0 .364.152l2.466-1.394a.25.25 0 0 1 .3.041l1.852 1.852a.25.25 0 0 1 .041.3l-1.393 2.465a.25.25 0 0 0 .15.364l2.728.758a.25.25 0 0 1 .184.241v2.62a.25.25 0 0 1-.184.24l-2.728.758a.25.25 0 0 0-.15.364l1.393 2.467a.25.25 0 0 1-.041.3l-1.852 1.851a.25.25 0 0 1-.3.041l-2.466-1.395a.25.25 0 0 0-.364.152l-.757 2.728a.25.25 0 0 1-.241.184h-2.62a.25.25 0 0 1-.24-.183l-.76-2.73a.25.25 0 0 0-.363-.15l-2.465 1.394a.25.25 0 0 1-.3-.041L4.71 17.439a.25.25 0 0 1-.041-.3l1.394-2.467a.25.25 0 0 0-.15-.364l-2.73-.757A.25.25 0 0 1 3 13.31v-2.62a.25.25 0 0 1 .183-.24l2.728-.76a.25.25 0 0 0 .152-.364L4.669 6.861a.25.25 0 0 1 .041-.3L6.563 4.71a.25.25 0 0 1 .3-.041l2.464 1.393a.25.25 0 0 0 .363-.15l.76-2.73A.25.25 0 0 1 10.69 3zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd"/><path fill="currentColor" d="M10.173 6.045a.75.75 0 0 1-1.092.452l-2.3-1.3L5.198 6.78l1.3 2.3a.75.75 0 0 1-.452 1.092l-2.546.707v2.241l2.545.706a.75.75 0 0 1 .453 1.092l-1.3 2.3 1.583 1.584 2.3-1.3.081-.04a.75.75 0 0 1 .982.407l.029.085.707 2.546h2.24l.706-2.546.03-.085a.75.75 0 0 1 .98-.407l.082.04 2.3 1.3 1.584-1.583-1.3-2.301a.75.75 0 0 1 .453-1.092l2.545-.706v-2.24l-2.546-.707a.75.75 0 0 1-.452-1.092l1.3-2.3-1.583-1.584-2.301 1.301a.75.75 0 0 1-1.092-.453L13.12 3.5h-2.24zM14.5 12a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0m1 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m6 1.31a.75.75 0 0 1-.55.722l-2.42.672 1.237 2.189a.75.75 0 0 1-.123.899l-1.852 1.852a.75.75 0 0 1-.9.123l-2.188-1.238-.672 2.421a.75.75 0 0 1-.722.55h-2.62a.75.75 0 0 1-.722-.549l-.674-2.42-2.186 1.236a.75.75 0 0 1-.899-.122l-1.853-1.853a.75.75 0 0 1-.123-.9l1.236-2.188-2.42-.672a.75.75 0 0 1-.549-.722v-2.62a.75.75 0 0 1 .549-.722l2.42-.675-1.235-2.186a.75.75 0 0 1 .123-.899L6.21 4.356l.096-.08a.75.75 0 0 1 .691-.094l.112.051 2.186 1.235.674-2.42.043-.115a.75.75 0 0 1 .68-.433h2.619l.124.01a.75.75 0 0 1 .555.423l.043.117.672 2.419 2.189-1.236.113-.051a.75.75 0 0 1 .69.093l.096.081 1.852 1.852a.75.75 0 0 1 .123.9L18.53 9.293l2.421.674a.75.75 0 0 1 .549.722z"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" fill-rule="evenodd" d="M13.31 3a.25.25 0 0 1 .24.184l.758 2.727a.25.25 0 0 0 .364.152l2.466-1.394a.25.25 0 0 1 .3.041l1.852 1.852a.25.25 0 0 1 .041.3l-1.393 2.465a.25.25 0 0 0 .15.364l2.728.758a.25.25 0 0 1 .184.241v2.62a.25.25 0 0 1-.184.24l-2.728.758a.25.25 0 0 0-.15.364l1.393 2.467a.25.25 0 0 1-.041.3l-1.852 1.851a.25.25 0 0 1-.3.041l-2.466-1.395a.25.25 0 0 0-.364.152l-.757 2.728a.25.25 0 0 1-.241.184h-2.62a.25.25 0 0 1-.24-.183l-.76-2.73a.25.25 0 0 0-.363-.15l-2.465 1.394a.25.25 0 0 1-.3-.041L4.71 17.439a.25.25 0 0 1-.041-.3l1.394-2.467a.25.25 0 0 0-.15-.364l-2.73-.757A.25.25 0 0 1 3 13.31v-2.62a.25.25 0 0 1 .183-.24l2.728-.76a.25.25 0 0 0 .152-.364L4.669 6.861a.25.25 0 0 1 .041-.3L6.563 4.71a.25.25 0 0 1 .3-.041l2.464 1.393a.25.25 0 0 0 .363-.15l.76-2.73A.25.25 0 0 1 10.69 3zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd"/><path fill="currentColor" d="M10.414 6.111a1 1 0 0 1-1.456.604L6.824 5.508 5.51 6.823l1.207 2.134a1 1 0 0 1-.603 1.456l-2.363.656v1.86l2.362.656a1 1 0 0 1 .604 1.456l-1.208 2.134 1.316 1.316 2.134-1.206.107-.053a1 1 0 0 1 1.31.542l.04.114.655 2.362h1.86l.655-2.363a1 1 0 0 1 1.349-.656l.107.053 2.135 1.207 1.315-1.315-1.207-2.135a1 1 0 0 1 .604-1.456l2.362-.655v-1.86l-2.362-.656a1 1 0 0 1-.603-1.456l1.206-2.135-1.315-1.315-2.135 1.208a1 1 0 0 1-1.456-.604L12.93 3.75h-1.86zM14.25 12a2.25 2.25 0 1 0-4.5 0 2.25 2.25 0 0 0 4.5 0m1.5 0a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m6 1.31a1 1 0 0 1-.732.963l-2.114.585 1.08 1.912a1 1 0 0 1-.164 1.199l-1.85 1.851a1 1 0 0 1-1.2.164l-1.91-1.08-.586 2.114a1 1 0 0 1-.963.732h-2.62a1 1 0 0 1-.963-.732l-.587-2.113-1.909 1.08a1 1 0 0 1-1.199-.164L4.18 17.97a1 1 0 0 1-.164-1.2l1.079-1.91-2.113-.586a1 1 0 0 1-.718-.797l-.014-.166v-2.62l.014-.166a1 1 0 0 1 .718-.797l2.113-.588-1.078-1.91a1 1 0 0 1 .164-1.199L6.032 4.18l.127-.108a1 1 0 0 1 1.072-.056L9.14 5.094l.587-2.112.057-.156a1 1 0 0 1 .906-.576h2.62a1 1 0 0 1 .906.577l.057.155.585 2.113 1.912-1.08.15-.069a1 1 0 0 1 .922.126l.127.108 1.851 1.85a1 1 0 0 1 .164 1.2l-1.08 1.909 2.114.587a1 1 0 0 1 .732.963z"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" fill-rule="evenodd" d="M13.31 3a.25.25 0 0 1 .24.184l.758 2.727a.25.25 0 0 0 .364.152l2.466-1.394a.25.25 0 0 1 .3.041l1.852 1.852a.25.25 0 0 1 .041.3l-1.393 2.465a.25.25 0 0 0 .15.364l2.728.758a.25.25 0 0 1 .184.241v2.62a.25.25 0 0 1-.184.24l-2.728.758a.25.25 0 0 0-.15.364l1.393 2.467a.25.25 0 0 1-.041.3l-1.852 1.851a.25.25 0 0 1-.3.041l-2.466-1.395a.25.25 0 0 0-.364.152l-.757 2.728a.25.25 0 0 1-.241.184h-2.62a.25.25 0 0 1-.24-.183l-.76-2.73a.25.25 0 0 0-.363-.15l-2.465 1.394a.25.25 0 0 1-.3-.041L4.71 17.439a.25.25 0 0 1-.041-.3l1.394-2.467a.25.25 0 0 0-.15-.364l-2.73-.757A.25.25 0 0 1 3 13.31v-2.62a.25.25 0 0 1 .183-.24l2.728-.76a.25.25 0 0 0 .152-.364L4.669 6.861a.25.25 0 0 1 .041-.3L6.563 4.71a.25.25 0 0 1 .3-.041l2.464 1.393a.25.25 0 0 0 .363-.15l.76-2.73A.25.25 0 0 1 10.69 3zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd"/><path fill="currentColor" d="M10.654 6.179a1.25 1.25 0 0 1-1.819.753L6.866 5.819 5.82 6.865l1.113 1.969c.4.707.03 1.602-.753 1.82L4 11.258v1.48l2.179.606a1.25 1.25 0 0 1 .754 1.82l-1.114 1.968 1.047 1.047 1.969-1.113L8.97 17a1.25 1.25 0 0 1 1.684.82l.607 2.18h1.478l.606-2.18.048-.141c.26-.64 1-.946 1.636-.679l.135.066 1.97 1.114 1.046-1.046-1.113-1.97a1.25 1.25 0 0 1 .754-1.82L20 12.74v-1.48l-2.18-.605a1.25 1.25 0 0 1-.753-1.819l1.113-1.97-1.047-1.046-1.969 1.114a1.25 1.25 0 0 1-1.82-.754L12.74 4h-1.478zM14 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0m2 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0m6 1.31a1.25 1.25 0 0 1-.916 1.205l-1.804.5.922 1.631a1.25 1.25 0 0 1-.205 1.5l-1.852 1.851a1.25 1.25 0 0 1-1.498.205l-1.632-.923-.5 1.805A1.25 1.25 0 0 1 13.31 22h-2.62a1.25 1.25 0 0 1-1.205-.915l-.502-1.805-1.629.922a1.25 1.25 0 0 1-1.499-.204l-1.852-1.853a1.25 1.25 0 0 1-.205-1.498l.92-1.632-1.802-.5A1.25 1.25 0 0 1 2 13.31v-2.62c0-.56.374-1.054.915-1.205l1.805-.503-.921-1.628a1.25 1.25 0 0 1 .205-1.5l1.851-1.851.078-.071a1.25 1.25 0 0 1 1.421-.134l1.63.92.501-1.803.033-.1A1.25 1.25 0 0 1 10.69 2h2.62l.104.004c.483.04.9.358 1.068.812l.033.1.5 1.803 1.631-.921.093-.048a1.25 1.25 0 0 1 1.33.182l.076.07 1.852 1.852a1.25 1.25 0 0 1 .205 1.5l-.922 1.63 1.805.501c.54.15.915.644.915 1.205z"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M13.31 2.5a.75.75 0 0 1 .68.433l.042.117.672 2.419 2.189-1.236.113-.051a.75.75 0 0 1 .69.093l.096.081 1.852 1.852a.75.75 0 0 1 .123.9L18.53 9.293l2.421.674a.75.75 0 0 1 .549.722v2.62a.75.75 0 0 1-.55.722l-2.42.672 1.237 2.189a.75.75 0 0 1-.123.899l-1.852 1.852a.75.75 0 0 1-.9.123l-2.188-1.238-.672 2.421a.75.75 0 0 1-.722.55h-2.62a.75.75 0 0 1-.722-.549l-.674-2.42-2.186 1.236a.75.75 0 0 1-.899-.122l-1.853-1.853a.75.75 0 0 1-.123-.9l1.236-2.188-2.42-.672a.75.75 0 0 1-.549-.722v-2.62a.75.75 0 0 1 .549-.722l2.42-.675-1.235-2.186a.75.75 0 0 1 .123-.899L6.21 4.356l.096-.08a.75.75 0 0 1 .691-.094l.112.051 2.186 1.235.674-2.42.043-.115a.75.75 0 0 1 .68-.433zM12 9.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5" clip-rule="evenodd"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M13.31 2.25a1 1 0 0 1 .906.577l.057.155.585 2.113 1.912-1.08.15-.069a1 1 0 0 1 .922.126l.127.108 1.851 1.85a1 1 0 0 1 .164 1.2l-1.08 1.909 2.114.587a1 1 0 0 1 .732.963v2.62a1 1 0 0 1-.732.963l-2.114.585 1.08 1.912a1 1 0 0 1-.164 1.199l-1.85 1.852a1 1 0 0 1-1.2.164l-1.91-1.08-.586 2.114a1 1 0 0 1-.963.732h-2.62a1 1 0 0 1-.963-.732l-.587-2.113-1.909 1.08a1 1 0 0 1-1.199-.164L4.18 17.97a1 1 0 0 1-.164-1.2l1.079-1.91-2.113-.586a1 1 0 0 1-.732-.963v-2.62a1 1 0 0 1 .732-.963l2.113-.588-1.078-1.91a1 1 0 0 1 .164-1.199L6.032 4.18l.127-.108a1 1 0 0 1 1.072-.056L9.14 5.094l.587-2.112.057-.156a1 1 0 0 1 .906-.576zm-1.31 7a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5" clip-rule="evenodd"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M13.31 2c.526 0 .993.33 1.172.816l.033.1.5 1.803 1.631-.921.093-.048c.44-.202.96-.131 1.33.182l.076.07 1.852 1.852c.397.397.481 1.01.205 1.5l-.922 1.63 1.805.501c.54.15.915.644.915 1.205v2.62c0 .561-.375 1.054-.916 1.205l-1.804.5.922 1.631a1.25 1.25 0 0 1-.205 1.5l-1.852 1.851a1.25 1.25 0 0 1-1.498.205l-1.632-.923-.5 1.805c-.15.541-.644.916-1.205.916h-2.62a1.25 1.25 0 0 1-1.205-.915l-.502-1.805-1.629.922a1.25 1.25 0 0 1-1.499-.204l-1.852-1.853a1.25 1.25 0 0 1-.205-1.498l.92-1.632-1.802-.5A1.25 1.25 0 0 1 2 13.31v-2.62c0-.56.374-1.054.915-1.205l1.805-.503-.921-1.628a1.25 1.25 0 0 1 .205-1.5l1.851-1.851.078-.071a1.25 1.25 0 0 1 1.421-.134l1.63.92.501-1.803.033-.1C9.698 2.33 10.164 2 10.69 2zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconGear
|
|
21
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var house_exports = {};
|
|
20
|
+
__export(house_exports, {
|
|
21
|
+
IconHouse: () => IconHouse
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(house_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconHouse = /* @__PURE__ */ (0, import_createIcon.createIcon)("house", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M9.5 14.5v6h5v-6zm6 6H19a1.5 1.5 0 0 0 1.5-1.5V9.177a1.5 1.5 0 0 0-.771-1.311l-7-3.89a1.5 1.5 0 0 0-1.457 0l-7 3.89a1.5 1.5 0 0 0-.772 1.31V19A1.5 1.5 0 0 0 5 20.5h3.5v-6a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1zm6-1.5a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 19V9.177A2.5 2.5 0 0 1 3.786 6.99l7-3.889a2.5 2.5 0 0 1 2.428 0l7 3.889A2.5 2.5 0 0 1 21.5 9.177z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M9.75 20.25h4.5v-5.5h-4.5zm6 0H19c.69 0 1.25-.56 1.25-1.25V9.177a1.25 1.25 0 0 0-.643-1.093l-7-3.889a1.25 1.25 0 0 0-1.214 0l-7 3.889a1.25 1.25 0 0 0-.643 1.093V19c0 .69.56 1.25 1.25 1.25h3.25V14.5c0-.69.56-1.25 1.25-1.25h5c.69 0 1.25.56 1.25 1.25zm6-1.25A2.75 2.75 0 0 1 19 21.75H5A2.75 2.75 0 0 1 2.25 19V9.177a2.75 2.75 0 0 1 1.414-2.404l7-3.89a2.75 2.75 0 0 1 2.672 0l7 3.89a2.75 2.75 0 0 1 1.414 2.404z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M10 20h4v-5h-4zm6 0h3a1 1 0 0 0 1-1V9.177a1 1 0 0 0-.515-.874l-7-3.89a1 1 0 0 0-.97 0l-7 3.89A1 1 0 0 0 4 9.177V19a1 1 0 0 0 1 1h3v-5.5A1.5 1.5 0 0 1 9.5 13h5a1.5 1.5 0 0 1 1.5 1.5zm6-1a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9.177a3 3 0 0 1 1.543-2.622l7-3.89a3 3 0 0 1 2.914 0l7 3.89A3 3 0 0 1 22 9.177z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M11.028 3.54a2 2 0 0 1 1.944 0l7 3.889A2 2 0 0 1 21 9.177V19a2 2 0 0 1-2 2h-4v-6.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5V21H5a2 2 0 0 1-2-2V9.177a2 2 0 0 1 1.028-1.748z"/><path fill="currentColor" d="M9.5 14.5v6h5v-6zm6 6H19a1.5 1.5 0 0 0 1.5-1.5V9.177a1.5 1.5 0 0 0-.771-1.311l-7-3.89a1.5 1.5 0 0 0-1.457 0l-7 3.89a1.5 1.5 0 0 0-.772 1.31V19A1.5 1.5 0 0 0 5 20.5h3.5v-6a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1zm6-1.5a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 19V9.177A2.5 2.5 0 0 1 3.786 6.99l7-3.889a2.5 2.5 0 0 1 2.428 0l7 3.889A2.5 2.5 0 0 1 21.5 9.177z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M11.028 3.54a2 2 0 0 1 1.944 0l7 3.889A2 2 0 0 1 21 9.177V19a2 2 0 0 1-2 2h-4v-6.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5V21H5a2 2 0 0 1-2-2V9.177a2 2 0 0 1 1.028-1.748z"/><path fill="currentColor" d="M9.75 20.25h4.5v-5.5h-4.5zm6 0H19c.69 0 1.25-.56 1.25-1.25V9.177a1.25 1.25 0 0 0-.643-1.093l-7-3.889a1.25 1.25 0 0 0-1.214 0l-7 3.889a1.25 1.25 0 0 0-.643 1.093V19c0 .69.56 1.25 1.25 1.25h3.25V14.5c0-.69.56-1.25 1.25-1.25h5c.69 0 1.25.56 1.25 1.25zm6-1.25A2.75 2.75 0 0 1 19 21.75H5A2.75 2.75 0 0 1 2.25 19V9.177a2.75 2.75 0 0 1 1.414-2.404l7-3.89a2.75 2.75 0 0 1 2.672 0l7 3.89a2.75 2.75 0 0 1 1.414 2.404z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M11.028 3.54a2 2 0 0 1 1.944 0l7 3.889A2 2 0 0 1 21 9.177V19a2 2 0 0 1-2 2h-4v-6.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5V21H5a2 2 0 0 1-2-2V9.177a2 2 0 0 1 1.028-1.748z"/><path fill="currentColor" d="M10 20h4v-5h-4zm6 0h3a1 1 0 0 0 1-1V9.177a1 1 0 0 0-.515-.874l-7-3.89a1 1 0 0 0-.97 0l-7 3.89A1 1 0 0 0 4 9.177V19a1 1 0 0 0 1 1h3v-5.5A1.5 1.5 0 0 1 9.5 13h5a1.5 1.5 0 0 1 1.5 1.5zm6-1a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9.177a3 3 0 0 1 1.543-2.622l7-3.89a3 3 0 0 1 2.914 0l7 3.89A3 3 0 0 1 22 9.177z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" d="M10.786 3.103a2.5 2.5 0 0 1 2.428 0l7 3.889A2.5 2.5 0 0 1 21.5 9.177V19a2.5 2.5 0 0 1-2.5 2.5h-3.5a1 1 0 0 1-1-1v-5a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v5a1 1 0 0 1-1 1H5A2.5 2.5 0 0 1 2.5 19V9.177a2.5 2.5 0 0 1 1.286-2.185z"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" d="M10.664 2.884a2.75 2.75 0 0 1 2.672 0l7 3.889a2.75 2.75 0 0 1 1.414 2.404V19A2.75 2.75 0 0 1 19 21.75h-3.25a1 1 0 0 1-1-1V15.5c0-.69-.56-1.25-1.25-1.25h-3c-.69 0-1.25.56-1.25 1.25v5.25a1 1 0 0 1-1 1H5A2.75 2.75 0 0 1 2.25 19V9.177c0-.999.541-1.92 1.414-2.404z"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" d="M10.543 2.665a3 3 0 0 1 2.914 0l7 3.89A3 3 0 0 1 22 9.177V19a3 3 0 0 1-3 3h-3a1 1 0 0 1-1-1v-5.5a1.5 1.5 0 0 0-1.5-1.5h-3A1.5 1.5 0 0 0 9 15.5V21a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3V9.177a3 3 0 0 1 1.543-2.622z"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconHouse
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconHouse: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconHouse };
|