@uiuxicons/vue 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +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,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 file_arrow_down_exports = {};
|
|
20
|
+
__export(file_arrow_down_exports, {
|
|
21
|
+
IconFileArrowDown: () => IconFileArrowDown
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(file_arrow_down_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFileArrowDown = /* @__PURE__ */ (0, import_createIcon.createIcon)("file-arrow-down", {
|
|
26
|
+
line: {
|
|
27
|
+
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 19m7.5-8.5a.5.5 0 0 1 1 0v5.293l2.146-2.146a.5.5 0 1 1 .707.707L12.708 17a1 1 0 0 1-1.414 0l-2.647-2.646a.5.5 0 1 1 .708-.707l2.146 2.146zm6.793-3L15 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"/>`,
|
|
28
|
+
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 19m7.5-8.5a.75.75 0 0 1 1.5 0v4.69l1.72-1.72a.75.75 0 1 1 1.06 1.06l-2.646 2.647a1.25 1.25 0 0 1-1.768 0L8.47 14.53a.75.75 0 1 1 1.06-1.06l1.72 1.72zm4-3.25h2.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"/>`,
|
|
29
|
+
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-3m7.5-8.5a1 1 0 1 1 2 0v4.086l1.293-1.293a1 1 0 1 1 1.414 1.414l-2.647 2.646a1.5 1.5 0 0 1-2.12 0l-2.647-2.646a1 1 0 1 1 1.414-1.414L11 14.586zM15.5 7h1.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"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
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 19m7.5-8.5a.5.5 0 0 1 1 0v5.293l2.146-2.146a.5.5 0 1 1 .707.707L12.708 17a1 1 0 0 1-1.414 0l-2.647-2.646a.5.5 0 1 1 .708-.707l2.146 2.146zm6.793-3L15 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"/>`,
|
|
33
|
+
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 19m7.5-8.5a.75.75 0 0 1 1.5 0v4.69l1.72-1.72a.75.75 0 1 1 1.06 1.06l-2.646 2.647a1.25 1.25 0 0 1-1.768 0L8.47 14.53a.75.75 0 1 1 1.06-1.06l1.72 1.72zm4-3.25h2.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"/>`,
|
|
34
|
+
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-3m7.5-8.5a1 1 0 1 1 2 0v4.086l1.293-1.293a1 1 0 1 1 1.414 1.414l-2.647 2.646a1.5 1.5 0 0 1-2.12 0l-2.647-2.646a1 1 0 1 1 1.414-1.414L11 14.586zM15.5 7h1.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"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
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.5zM12 10a.5.5 0 0 0-.5.5v5.293l-2.146-2.146a.5.5 0 1 0-.708.707L11.293 17a1 1 0 0 0 1.414 0l2.646-2.646a.5.5 0 1 0-.707-.707L12.5 15.793V10.5a.5.5 0 0 0-.5-.5m2.5-2h3.586L14.5 4.414z" clip-rule="evenodd"/>`,
|
|
38
|
+
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.25zM12 9.75a.75.75 0 0 0-.75.75v4.69l-1.72-1.72a.75.75 0 1 0-1.06 1.06l2.646 2.647a1.25 1.25 0 0 0 1.768 0l2.646-2.647a.75.75 0 1 0-1.06-1.06l-1.72 1.72V10.5a.75.75 0 0 0-.75-.75M14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`,
|
|
39
|
+
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-3zM12 9.5a1 1 0 0 0-1 1v4.086l-1.293-1.293a1 1 0 1 0-1.414 1.414l2.647 2.646a1.5 1.5 0 0 0 2.12 0l2.647-2.646a1 1 0 1 0-1.414-1.414L13 14.586V10.5a1 1 0 0 0-1-1M14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconFileArrowDown
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconFileArrowDown: 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 { IconFileArrowDown };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFileArrowDown: 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 { IconFileArrowDown };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFileArrowDown = /* @__PURE__ */ createIcon("file-arrow-down", {
|
|
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 19m7.5-8.5a.5.5 0 0 1 1 0v5.293l2.146-2.146a.5.5 0 1 1 .707.707L12.708 17a1 1 0 0 1-1.414 0l-2.647-2.646a.5.5 0 1 1 .708-.707l2.146 2.146zm6.793-3L15 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 19m7.5-8.5a.75.75 0 0 1 1.5 0v4.69l1.72-1.72a.75.75 0 1 1 1.06 1.06l-2.646 2.647a1.25 1.25 0 0 1-1.768 0L8.47 14.53a.75.75 0 1 1 1.06-1.06l1.72 1.72zm4-3.25h2.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-3m7.5-8.5a1 1 0 1 1 2 0v4.086l1.293-1.293a1 1 0 1 1 1.414 1.414l-2.647 2.646a1.5 1.5 0 0 1-2.12 0l-2.647-2.646a1 1 0 1 1 1.414-1.414L11 14.586zM15.5 7h1.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 19m7.5-8.5a.5.5 0 0 1 1 0v5.293l2.146-2.146a.5.5 0 1 1 .707.707L12.708 17a1 1 0 0 1-1.414 0l-2.647-2.646a.5.5 0 1 1 .708-.707l2.146 2.146zm6.793-3L15 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 19m7.5-8.5a.75.75 0 0 1 1.5 0v4.69l1.72-1.72a.75.75 0 1 1 1.06 1.06l-2.646 2.647a1.25 1.25 0 0 1-1.768 0L8.47 14.53a.75.75 0 1 1 1.06-1.06l1.72 1.72zm4-3.25h2.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-3m7.5-8.5a1 1 0 1 1 2 0v4.086l1.293-1.293a1 1 0 1 1 1.414 1.414l-2.647 2.646a1.5 1.5 0 0 1-2.12 0l-2.647-2.646a1 1 0 1 1 1.414-1.414L11 14.586zM15.5 7h1.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.5zM12 10a.5.5 0 0 0-.5.5v5.293l-2.146-2.146a.5.5 0 1 0-.708.707L11.293 17a1 1 0 0 0 1.414 0l2.646-2.646a.5.5 0 1 0-.707-.707L12.5 15.793V10.5a.5.5 0 0 0-.5-.5m2.5-2h3.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.25zM12 9.75a.75.75 0 0 0-.75.75v4.69l-1.72-1.72a.75.75 0 1 0-1.06 1.06l2.646 2.647a1.25 1.25 0 0 0 1.768 0l2.646-2.647a.75.75 0 1 0-1.06-1.06l-1.72 1.72V10.5a.75.75 0 0 0-.75-.75M14.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-3zM12 9.5a1 1 0 0 0-1 1v4.086l-1.293-1.293a1 1 0 1 0-1.414 1.414l2.647 2.646a1.5 1.5 0 0 0 2.12 0l2.647-2.646a1 1 0 1 0-1.414-1.414L13 14.586V10.5a1 1 0 0 0-1-1M14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFileArrowDown
|
|
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 file_arrow_up_exports = {};
|
|
20
|
+
__export(file_arrow_up_exports, {
|
|
21
|
+
IconFileArrowUp: () => IconFileArrowUp
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(file_arrow_up_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFileArrowUp = /* @__PURE__ */ (0, import_createIcon.createIcon)("file-arrow-up", {
|
|
26
|
+
line: {
|
|
27
|
+
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 19m7.5-2v-5.293l-2.146 2.146a.5.5 0 1 1-.708-.707l2.647-2.646a1 1 0 0 1 1.414 0l2.646 2.646a.5.5 0 1 1-.707.707L12.5 11.708V17a.5.5 0 0 1-1 0m6.793-9.5L15 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"/>`,
|
|
28
|
+
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 19m7.5-2v-4.69l-1.72 1.72a.75.75 0 1 1-1.06-1.06l2.646-2.647.095-.086a1.25 1.25 0 0 1 1.578 0l.095.086 2.646 2.647a.75.75 0 1 1-1.06 1.06l-1.72-1.72V17a.75.75 0 0 1-1.5 0m4-9.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"/>`,
|
|
29
|
+
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-3m7.5-2v-4.086l-1.293 1.293a1 1 0 1 1-1.414-1.414l2.647-2.646.114-.103a1.5 1.5 0 0 1 1.892 0l.114.102 2.647 2.647a1 1 0 1 1-1.414 1.414L13 12.914V17a1 1 0 1 1-2 0m4.5-10h1.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"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
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 19m7.5-2v-5.293l-2.146 2.146a.5.5 0 1 1-.708-.707l2.647-2.646a1 1 0 0 1 1.414 0l2.646 2.646a.5.5 0 1 1-.707.707L12.5 11.708V17a.5.5 0 0 1-1 0m6.793-9.5L15 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"/>`,
|
|
33
|
+
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 19m7.5-2v-4.69l-1.72 1.72a.75.75 0 1 1-1.06-1.06l2.646-2.647.095-.086a1.25 1.25 0 0 1 1.578 0l.095.086 2.646 2.647a.75.75 0 1 1-1.06 1.06l-1.72-1.72V17a.75.75 0 0 1-1.5 0m4-9.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"/>`,
|
|
34
|
+
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-3m7.5-2v-4.086l-1.293 1.293a1 1 0 1 1-1.414-1.414l2.647-2.646.114-.103a1.5 1.5 0 0 1 1.892 0l.114.102 2.647 2.647a1 1 0 1 1-1.414 1.414L13 12.914V17a1 1 0 1 1-2 0m4.5-10h1.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"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
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.5zm-.965 8a1 1 0 0 0-1.414 0l-2.647 2.646a.5.5 0 1 0 .708.707l2.146-2.146V17a.5.5 0 0 0 1 0v-5.293l2.146 2.146a.5.5 0 1 0 .707-.707zM14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`,
|
|
38
|
+
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.25zm-.788 8.073a1.25 1.25 0 0 0-1.768 0L8.47 12.97a.75.75 0 1 0 1.06 1.06l1.72-1.72V17a.75.75 0 0 0 1.5 0v-4.69l1.72 1.72a.75.75 0 1 0 1.06-1.06zM14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`,
|
|
39
|
+
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-.612 8.147a1.5 1.5 0 0 0-2.12 0l-2.647 2.646a1 1 0 1 0 1.414 1.414L11 12.914V17a1 1 0 1 0 2 0v-4.086l1.293 1.293a1 1 0 1 0 1.414-1.414zM14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconFileArrowUp
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconFileArrowUp: 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 { IconFileArrowUp };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFileArrowUp: 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 { IconFileArrowUp };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFileArrowUp = /* @__PURE__ */ createIcon("file-arrow-up", {
|
|
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 19m7.5-2v-5.293l-2.146 2.146a.5.5 0 1 1-.708-.707l2.647-2.646a1 1 0 0 1 1.414 0l2.646 2.646a.5.5 0 1 1-.707.707L12.5 11.708V17a.5.5 0 0 1-1 0m6.793-9.5L15 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 19m7.5-2v-4.69l-1.72 1.72a.75.75 0 1 1-1.06-1.06l2.646-2.647.095-.086a1.25 1.25 0 0 1 1.578 0l.095.086 2.646 2.647a.75.75 0 1 1-1.06 1.06l-1.72-1.72V17a.75.75 0 0 1-1.5 0m4-9.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-3m7.5-2v-4.086l-1.293 1.293a1 1 0 1 1-1.414-1.414l2.647-2.646.114-.103a1.5 1.5 0 0 1 1.892 0l.114.102 2.647 2.647a1 1 0 1 1-1.414 1.414L13 12.914V17a1 1 0 1 1-2 0m4.5-10h1.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 19m7.5-2v-5.293l-2.146 2.146a.5.5 0 1 1-.708-.707l2.647-2.646a1 1 0 0 1 1.414 0l2.646 2.646a.5.5 0 1 1-.707.707L12.5 11.708V17a.5.5 0 0 1-1 0m6.793-9.5L15 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 19m7.5-2v-4.69l-1.72 1.72a.75.75 0 1 1-1.06-1.06l2.646-2.647.095-.086a1.25 1.25 0 0 1 1.578 0l.095.086 2.646 2.647a.75.75 0 1 1-1.06 1.06l-1.72-1.72V17a.75.75 0 0 1-1.5 0m4-9.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-3m7.5-2v-4.086l-1.293 1.293a1 1 0 1 1-1.414-1.414l2.647-2.646.114-.103a1.5 1.5 0 0 1 1.892 0l.114.102 2.647 2.647a1 1 0 1 1-1.414 1.414L13 12.914V17a1 1 0 1 1-2 0m4.5-10h1.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.5zm-.965 8a1 1 0 0 0-1.414 0l-2.647 2.646a.5.5 0 1 0 .708.707l2.146-2.146V17a.5.5 0 0 0 1 0v-5.293l2.146 2.146a.5.5 0 1 0 .707-.707zM14.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.25zm-.788 8.073a1.25 1.25 0 0 0-1.768 0L8.47 12.97a.75.75 0 1 0 1.06 1.06l1.72-1.72V17a.75.75 0 0 0 1.5 0v-4.69l1.72 1.72a.75.75 0 1 0 1.06-1.06zM14.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-.612 8.147a1.5 1.5 0 0 0-2.12 0l-2.647 2.646a1 1 0 1 0 1.414 1.414L11 12.914V17a1 1 0 1 0 2 0v-4.086l1.293 1.293a1 1 0 1 0 1.414-1.414zM14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFileArrowUp
|
|
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 file_minus_exports = {};
|
|
20
|
+
__export(file_minus_exports, {
|
|
21
|
+
IconFileMinus: () => IconFileMinus
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(file_minus_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFileMinus = /* @__PURE__ */ (0, import_createIcon.createIcon)("file-minus", {
|
|
26
|
+
line: {
|
|
27
|
+
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 19m11-5.5a.5.5 0 0 1 0 1H9a.5.5 0 0 1 0-1zm3.293-6L15 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"/>`,
|
|
28
|
+
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 19M15 13.25a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zm.25-6h2.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"/>`,
|
|
29
|
+
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-3M15 13a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zm.5-6h1.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"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
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 19m11-5.5a.5.5 0 0 1 0 1H9a.5.5 0 0 1 0-1zm3.293-6L15 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"/>`,
|
|
33
|
+
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 19M15 13.25a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zm.25-6h2.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"/>`,
|
|
34
|
+
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-3M15 13a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zm.5-6h1.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"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
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.5zM9 13.5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zM14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`,
|
|
38
|
+
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.25zM9 13.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`,
|
|
39
|
+
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-3zM9 13a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm5.5-5h3.586L14.5 4.414z" clip-rule="evenodd"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconFileMinus
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconFileMinus: 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 { IconFileMinus };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFileMinus: 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 { IconFileMinus };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFileMinus = /* @__PURE__ */ createIcon("file-minus", {
|
|
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 19m11-5.5a.5.5 0 0 1 0 1H9a.5.5 0 0 1 0-1zm3.293-6L15 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 19M15 13.25a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zm.25-6h2.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-3M15 13a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zm.5-6h1.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 19m11-5.5a.5.5 0 0 1 0 1H9a.5.5 0 0 1 0-1zm3.293-6L15 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 19M15 13.25a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zm.25-6h2.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-3M15 13a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zm.5-6h1.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.5zM9 13.5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zM14.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.25zM9 13.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM14.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-3zM9 13a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm5.5-5h3.586L14.5 4.414z" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFileMinus
|
|
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 file_plus_exports = {};
|
|
20
|
+
__export(file_plus_exports, {
|
|
21
|
+
IconFilePlus: () => IconFilePlus
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(file_plus_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFilePlus = /* @__PURE__ */ (0, import_createIcon.createIcon)("file-plus", {
|
|
26
|
+
line: {
|
|
27
|
+
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 19m7.5-2v-2.5H9a.5.5 0 0 1 0-1h2.5V11a.5.5 0 0 1 1 0v2.5H15a.5.5 0 0 1 0 1h-2.5V17a.5.5 0 0 1-1 0m6.793-9.5L15 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"/>`,
|
|
28
|
+
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 19m7.5-2v-2.25H9a.75.75 0 0 1 0-1.5h2.25V11a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V17a.75.75 0 0 1-1.5 0m4-9.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"/>`,
|
|
29
|
+
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-3m7.5-2v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m4.5-10h1.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"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
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 19m7.5-2v-2.5H9a.5.5 0 0 1 0-1h2.5V11a.5.5 0 0 1 1 0v2.5H15a.5.5 0 0 1 0 1h-2.5V17a.5.5 0 0 1-1 0m6.793-9.5L15 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"/>`,
|
|
33
|
+
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 19m7.5-2v-2.25H9a.75.75 0 0 1 0-1.5h2.25V11a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V17a.75.75 0 0 1-1.5 0m4-9.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"/>`,
|
|
34
|
+
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-3m7.5-2v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m4.5-10h1.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"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
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.5zM12 10.5a.5.5 0 0 0-.5.5v2.5H9a.5.5 0 0 0 0 1h2.5V17a.5.5 0 0 0 1 0v-2.5H15a.5.5 0 0 0 0-1h-2.5V11a.5.5 0 0 0-.5-.5M14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`,
|
|
38
|
+
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.25zm-1.672 8a.75.75 0 0 0-.75.75v2.25H9a.75.75 0 0 0 0 1.5h2.25V17a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V11a.75.75 0 0 0-.75-.75M14.5 8h3.586L14.5 4.414z" clip-rule="evenodd"/>`,
|
|
39
|
+
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-3zM12 10a1 1 0 0 0-1 1v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1m2.5-2h3.586L14.5 4.414z" clip-rule="evenodd"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconFilePlus
|
|
45
|
+
});
|