@uiuxicons/vue 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 +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/graduation-cap.cjs +45 -0
- package/dist/icons/graduation-cap.d.cts +56 -0
- package/dist/icons/graduation-cap.d.ts +56 -0
- package/dist/icons/graduation-cap.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/sliders-horizontal.cjs +45 -0
- package/dist/icons/sliders-horizontal.d.cts +56 -0
- package/dist/icons/sliders-horizontal.d.ts +56 -0
- package/dist/icons/sliders-horizontal.js +21 -0
- package/dist/icons/sliders-vertical.cjs +45 -0
- package/dist/icons/sliders-vertical.d.cts +56 -0
- package/dist/icons/sliders-vertical.d.ts +56 -0
- package/dist/icons/sliders-vertical.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 +237 -2350
- package/dist/index.d.cts +119 -5939
- package/dist/index.d.ts +119 -5939
- package/dist/index.js +120 -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 graduation_cap_exports = {};
|
|
20
|
+
__export(graduation_cap_exports, {
|
|
21
|
+
IconGraduationCap: () => IconGraduationCap
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(graduation_cap_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconGraduationCap = /* @__PURE__ */ (0, import_createIcon.createIcon)("graduation-cap", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="m19.5 10.445-2 1.1v5.788l1.745-.982a.5.5 0 0 0 .255-.436zm-7.259-6.742a.5.5 0 0 0-.482 0l-7.925 4.36a.5.5 0 0 0 0 .875l7.925 4.359c.15.082.332.082.482 0l3.72-2.047-4.202-2.312a.5.5 0 0 1 .482-.876L17 10.68l3.167-1.74a.5.5 0 0 0 0-.877zM4.5 15.915a.5.5 0 0 0 .255.436l7 3.938a.5.5 0 0 0 .49 0l4.255-2.394v-5.8l-3.777 2.079a1.5 1.5 0 0 1-1.446 0L4.5 10.445zm16 0a1.5 1.5 0 0 1-.765 1.307L17.5 18.48v2.02a.5.5 0 0 1-1 0v-1.457l-3.765 2.118a1.5 1.5 0 0 1-1.47 0l-7-3.938a1.5 1.5 0 0 1-.765-1.307v-6.02l-.147-.08a1.5 1.5 0 0 1 0-2.63l7.924-4.358a1.5 1.5 0 0 1 1.446 0l7.925 4.358c1.036.57 1.036 2.06 0 2.63l-.148.08z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="m19.25 10.869-1.5.824v5.212l1.373-.771a.25.25 0 0 0 .127-.22zm-7.13-6.946a.25.25 0 0 0-.241 0L3.955 8.28a.25.25 0 0 0 0 .438l7.925 4.359a.25.25 0 0 0 .241 0l3.323-1.828-3.806-2.093a.75.75 0 0 1 .723-1.315L17 10.393l3.046-1.674a.25.25 0 0 0 0-.438zM4.75 15.915c0 .09.05.174.128.219l7 3.937a.25.25 0 0 0 .245 0l4.127-2.322v-5.23l-3.406 1.873a1.75 1.75 0 0 1-1.687 0L4.75 10.87zm16 0a1.75 1.75 0 0 1-.892 1.525l-2.108 1.186V20.5a.75.75 0 0 1-1.5 0v-1.03l-3.392 1.908c-.532.3-1.183.3-1.716 0l-7-3.938a1.75 1.75 0 0 1-.892-1.525v-5.871l-.019-.01c-1.208-.665-1.208-2.403 0-3.068l7.926-4.358a1.75 1.75 0 0 1 1.687 0l7.924 4.358c1.21.665 1.21 2.403 0 3.068l-.018.01z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="m19 11.29-1 .55v4.637l1-.562zM4.075 8.5 12 12.86l2.925-1.61-3.407-1.873a1 1 0 0 1 .964-1.753L17 10.108 19.925 8.5 12 4.14zM12 19.852l4-2.25v-4.66l-3.036 1.669a2 2 0 0 1-1.928 0L5 11.291v4.624zm9-3.937a2 2 0 0 1-1.02 1.743L18 18.77v1.73a1 1 0 1 1-2 0v-.604l-3.02 1.7a2 2 0 0 1-1.96 0l-7-3.938A2 2 0 0 1 3 15.915v-5.73c-1.268-.803-1.232-2.698.111-3.437l7.925-4.359a2 2 0 0 1 1.928 0l7.925 4.359c1.343.739 1.38 2.634.111 3.437z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="m20.49 7.67-7.526-4.14a2 2 0 0 0-1.928 0L3.51 7.67a.947.947 0 0 0 0 1.66.95.95 0 0 1 .491.83v5.17a2 2 0 0 0 1.02 1.743l6 3.375a2 2 0 0 0 1.96 0l6-3.375A2 2 0 0 0 20 15.33v-5.17a.95.95 0 0 1 .49-.83.947.947 0 0 0 0-1.66"/><path fill="currentColor" d="m19.5 10.445-2 1.1v5.788l1.745-.982a.5.5 0 0 0 .255-.436zm-7.259-6.742a.5.5 0 0 0-.482 0l-7.925 4.36a.5.5 0 0 0 0 .875l7.925 4.358c.15.083.332.083.482 0l3.72-2.046-4.202-2.312a.5.5 0 0 1 .482-.876L17 10.68l3.167-1.74a.5.5 0 0 0 0-.877zM4.5 15.915a.5.5 0 0 0 .255.436l7 3.938a.5.5 0 0 0 .49 0l4.255-2.394v-5.8l-3.777 2.079c-.45.247-.996.247-1.446 0L4.5 10.445zm16 0a1.5 1.5 0 0 1-.765 1.307L17.5 18.48v2.02a.5.5 0 1 1-1 0v-1.457l-3.765 2.118a1.5 1.5 0 0 1-1.47 0l-7-3.938a1.5 1.5 0 0 1-.765-1.307v-6.02l-.147-.08a1.5 1.5 0 0 1 0-2.63l7.924-4.358a1.5 1.5 0 0 1 1.446 0l7.925 4.358c1.036.57 1.036 2.06 0 2.63l-.148.08z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="m20.49 7.67-7.526-4.14a2 2 0 0 0-1.928 0L3.51 7.67a.947.947 0 0 0 0 1.66.95.95 0 0 1 .491.83v5.17a2 2 0 0 0 1.02 1.743l6 3.375a2 2 0 0 0 1.96 0l6-3.375A2 2 0 0 0 20 15.33v-5.17a.95.95 0 0 1 .49-.83.947.947 0 0 0 0-1.66"/><path fill="currentColor" d="m19.25 10.869-1.5.824v5.212l1.373-.771a.25.25 0 0 0 .127-.22zm-7.129-6.946a.25.25 0 0 0-.241 0L3.955 8.28a.25.25 0 0 0 0 .438l7.925 4.359a.25.25 0 0 0 .241 0l3.323-1.828-3.805-2.093a.75.75 0 0 1 .722-1.314L17 10.393l3.046-1.674a.25.25 0 0 0 0-.438zM4.75 15.915c0 .09.05.174.128.219l7 3.937a.25.25 0 0 0 .245 0l4.127-2.322v-5.23l-3.406 1.873a1.75 1.75 0 0 1-1.687 0L4.75 10.87zm16 0a1.75 1.75 0 0 1-.892 1.525l-2.108 1.186V20.5a.75.75 0 0 1-1.5 0v-1.03l-3.392 1.908c-.532.3-1.183.3-1.715 0l-7-3.938a1.75 1.75 0 0 1-.893-1.525v-5.871l-.019-.01c-1.208-.665-1.208-2.403 0-3.067l7.926-4.359a1.75 1.75 0 0 1 1.687 0l7.925 4.359c1.208.664 1.208 2.402 0 3.067l-.019.01z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="m20.49 7.67-7.526-4.14a2 2 0 0 0-1.928 0L3.51 7.67a.947.947 0 0 0 0 1.66.95.95 0 0 1 .491.83v5.17a2 2 0 0 0 1.02 1.743l6 3.375a2 2 0 0 0 1.96 0l6-3.375A2 2 0 0 0 20 15.33v-5.17a.95.95 0 0 1 .49-.83.947.947 0 0 0 0-1.66"/><path fill="currentColor" d="m19 11.29-1 .55v4.637l1-.562zM4.075 8.5 12 12.859l2.925-1.61-3.407-1.872a1 1 0 0 1 .964-1.753L17 10.108 19.925 8.5 12 4.14zM12 19.852l4-2.25v-4.661l-3.036 1.67a2 2 0 0 1-1.928 0L5 11.291v4.624zm9-3.937a2 2 0 0 1-1.02 1.743L18 18.77v1.73a1 1 0 1 1-2 0v-.604l-3.02 1.7a2 2 0 0 1-1.96 0l-7-3.938A2 2 0 0 1 3 15.915v-5.73c-1.268-.803-1.232-2.699.111-3.437l7.925-4.359a2 2 0 0 1 1.928 0l7.925 4.359c1.343.738 1.38 2.634.111 3.437z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" d="M10.555 15.487a3 3 0 0 0 2.89 0L15 14.632v5.253l-2.264 1.274a1.5 1.5 0 0 1-1.471 0l-7-3.937a1.5 1.5 0 0 1-.765-1.307v-4.307z"/><path fill="currentColor" d="M11.562 8.259a.5.5 0 0 1 .68-.197l4.481 2.465a1.5 1.5 0 0 1 .777 1.314V20.5a.5.5 0 0 1-1 0v-8.66a.5.5 0 0 0-.259-.437L11.76 8.94a.5.5 0 0 1-.197-.68m8.937 7.655c0 .541-.293 1.041-.764 1.307l-.736.413v-5.202l1.5-.825z"/><path fill="currentColor" d="M11.278 2.827a1.5 1.5 0 0 1 1.445 0l7.925 4.359c1.035.57 1.035 2.058 0 2.628L18.82 10.82a3 3 0 0 0-1.374-1.606l-4.482-2.465a2 2 0 0 0-1.928 3.504L15 12.432v.488l-2.277 1.253c-.45.247-.995.247-1.445 0L3.353 9.814c-1.036-.57-1.036-2.059 0-2.628z"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" d="M10.313 15.926a3.5 3.5 0 0 0 3.374 0l.813-.448v4.976l-1.642.924c-.532.3-1.184.3-1.716 0l-7-3.937a1.75 1.75 0 0 1-.892-1.526v-3.874z"/><path fill="currentColor" d="M11.343 8.139a.75.75 0 0 1 1.018-.296l4.483 2.465c.559.308.906.895.906 1.533v8.66a.75.75 0 0 1-1.5 0v-8.66a.25.25 0 0 0-.13-.219l-4.481-2.464a.75.75 0 0 1-.296-1.019m9.407 7.776c0 .632-.341 1.216-.892 1.526l-.358.2v-4.913l1.25-.687z"/><path fill="currentColor" d="M11.156 2.608a1.75 1.75 0 0 1 1.688 0l7.925 4.36c1.208.664 1.208 2.4 0 3.066l-1.425.783a3.5 3.5 0 0 0-1.658-2.042L13.205 6.31a2.5 2.5 0 0 0-2.41 4.38l3.705 2.038v.754l-1.656.91a1.75 1.75 0 0 1-1.688 0l-7.925-4.358c-1.208-.665-1.208-2.402 0-3.067z"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" d="M10.072 16.364c1.2.66 2.656.66 3.856 0l.072-.04V20.5q0 .255.041.498l-1.06.598a2 2 0 0 1-1.961 0l-7-3.937A2 2 0 0 1 3 15.916v-3.442zm1.052-8.346a1 1 0 0 1 1.358-.394l4.482 2.464A2 2 0 0 1 18 11.84v8.66a1 1 0 0 1-2 0v-8.66l-4.48-2.465a1 1 0 0 1-.395-1.357M21 15.916a2 2 0 0 1-1 1.73v-4.622l1-.55z"/><path fill="currentColor" d="M11.036 2.39c.6-.33 1.328-.33 1.928 0l7.925 4.359c1.38.76 1.38 2.744 0 3.503l-1.025.563a4 4 0 0 0-1.936-2.48l-4.483-2.464a3.001 3.001 0 0 0-2.89 5.257L14 13.023v1.018l-1.036.57c-.6.33-1.328.33-1.928 0l-7.924-4.359c-1.382-.76-1.382-2.744 0-3.503z"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconGraduationCap
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconGraduationCap: 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 { IconGraduationCap };
|