@uiuxicons/vue 0.2.0 → 0.3.1

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.
Files changed (57) hide show
  1. package/dist/icons/book-open-text.cjs +45 -0
  2. package/dist/icons/book-open-text.d.cts +56 -0
  3. package/dist/icons/book-open-text.d.ts +56 -0
  4. package/dist/icons/book-open-text.js +21 -0
  5. package/dist/icons/book-open.cjs +45 -0
  6. package/dist/icons/book-open.d.cts +56 -0
  7. package/dist/icons/book-open.d.ts +56 -0
  8. package/dist/icons/book-open.js +21 -0
  9. package/dist/icons/book.cjs +45 -0
  10. package/dist/icons/book.d.cts +56 -0
  11. package/dist/icons/book.d.ts +56 -0
  12. package/dist/icons/book.js +21 -0
  13. package/dist/icons/bookmark.cjs +45 -0
  14. package/dist/icons/bookmark.d.cts +56 -0
  15. package/dist/icons/bookmark.d.ts +56 -0
  16. package/dist/icons/bookmark.js +21 -0
  17. package/dist/icons/chevron-right.cjs +2 -2
  18. package/dist/icons/chevron-right.js +2 -2
  19. package/dist/icons/folder-check.cjs +45 -0
  20. package/dist/icons/folder-check.d.cts +56 -0
  21. package/dist/icons/folder-check.d.ts +56 -0
  22. package/dist/icons/folder-check.js +21 -0
  23. package/dist/icons/folder-code.cjs +45 -0
  24. package/dist/icons/folder-code.d.cts +56 -0
  25. package/dist/icons/folder-code.d.ts +56 -0
  26. package/dist/icons/folder-code.js +21 -0
  27. package/dist/icons/folder-minus.cjs +45 -0
  28. package/dist/icons/folder-minus.d.cts +56 -0
  29. package/dist/icons/folder-minus.d.ts +56 -0
  30. package/dist/icons/folder-minus.js +21 -0
  31. package/dist/icons/folder-open.cjs +45 -0
  32. package/dist/icons/folder-open.d.cts +56 -0
  33. package/dist/icons/folder-open.d.ts +56 -0
  34. package/dist/icons/folder-open.js +21 -0
  35. package/dist/icons/folder-plus.cjs +45 -0
  36. package/dist/icons/folder-plus.d.cts +56 -0
  37. package/dist/icons/folder-plus.d.ts +56 -0
  38. package/dist/icons/folder-plus.js +21 -0
  39. package/dist/icons/folder-x.cjs +45 -0
  40. package/dist/icons/folder-x.d.cts +56 -0
  41. package/dist/icons/folder-x.d.ts +56 -0
  42. package/dist/icons/folder-x.js +21 -0
  43. package/dist/icons/folder.cjs +45 -0
  44. package/dist/icons/folder.d.cts +56 -0
  45. package/dist/icons/folder.d.ts +56 -0
  46. package/dist/icons/folder.js +21 -0
  47. package/dist/icons/share.cjs +1 -1
  48. package/dist/icons/share.js +1 -1
  49. package/dist/icons/triangle-dashed.cjs +2 -2
  50. package/dist/icons/triangle-dashed.js +2 -2
  51. package/dist/icons/triangle.cjs +1 -1
  52. package/dist/icons/triangle.js +1 -1
  53. package/dist/index.cjs +33 -0
  54. package/dist/index.d.cts +11 -0
  55. package/dist/index.d.ts +11 -0
  56. package/dist/index.js +22 -0
  57. package/package.json +1 -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 book_open_text_exports = {};
20
+ __export(book_open_text_exports, {
21
+ IconBookOpenText: () => IconBookOpenText
22
+ });
23
+ module.exports = __toCommonJS(book_open_text_exports);
24
+ var import_createIcon = require("../createIcon");
25
+ const IconBookOpenText = /* @__PURE__ */ (0, import_createIcon.createIcon)("book-open-text", {
26
+ line: {
27
+ light: `<path fill="currentColor" d="M20.5 5.412a.14.14 0 0 0-.08-.123l-.123-.054a9.35 9.35 0 0 0-7.594 0q-.1.042-.203.073V20.23l.098-.043a9.6 9.6 0 0 1 7.804 0 .07.07 0 0 0 .098-.064zm-5.596 7.171a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982m0-3a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982m0-3a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982M3.5 20.124c0 .05.052.084.098.064a9.6 9.6 0 0 1 7.804 0l.098.043V5.308a2 2 0 0 1-.203-.073 9.35 9.35 0 0 0-7.594 0l-.123.054a.14.14 0 0 0-.08.123zm18 0a1.07 1.07 0 0 1-1.504.977 8.6 8.6 0 0 0-6.992 0l-.3.134a1.73 1.73 0 0 1-1.407 0l-.3-.134a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.855.674-1.037l.123-.054a10.35 10.35 0 0 1 8.406 0 .73.73 0 0 0 .594 0 10.35 10.35 0 0 1 8.406 0l.123.054c.41.182.674.589.674 1.037z"/>`,
28
+ regular: `<path fill="currentColor" d="M11.195 5.463a9.1 9.1 0 0 0-7.39 0l-.055.024v14.367a9.85 9.85 0 0 1 7.5 0V5.484l-.055-.02m9 0a9.1 9.1 0 0 0-7.39 0l-.055.02v14.37a9.85 9.85 0 0 1 7.5 0V5.488zm-5.339 6.874a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m0-3a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m0-3a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m6.894 13.787a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.134a1.98 1.98 0 0 1-1.61 0l-.3-.134a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.322-1.043.822-1.265l.123-.055a10.6 10.6 0 0 1 8.61 0 .48.48 0 0 0 .39 0 10.6 10.6 0 0 1 8.61 0l.123.055c.5.222.822.718.822 1.265z"/>`,
29
+ bold: `<path fill="currentColor" d="M11 5.653a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm9 0a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm-5.19 6.439a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963m0-3a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963m0-3a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963M22 20.124a1.57 1.57 0 0 1-2.207 1.434 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.23.97-1.493l.124-.056a10.85 10.85 0 0 1 8.812 0 .23.23 0 0 0 .188 0 10.85 10.85 0 0 1 8.812 0l.123.056c.59.263.971.847.971 1.493z"/>`
30
+ },
31
+ duotone: {
32
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M20.5 5.412a.14.14 0 0 0-.08-.123l-.123-.054a9.35 9.35 0 0 0-7.594 0q-.1.042-.203.073V20.23l.098-.043a9.6 9.6 0 0 1 7.804 0 .07.07 0 0 0 .098-.064zm-5.596 7.171a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982m0-3a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982m0-3a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982M3.5 20.124c0 .05.052.084.098.064a9.6 9.6 0 0 1 7.804 0l.098.043V5.308a2 2 0 0 1-.203-.073 9.35 9.35 0 0 0-7.594 0l-.123.054a.14.14 0 0 0-.08.123zm18 0a1.07 1.07 0 0 1-1.504.977 8.6 8.6 0 0 0-6.992 0l-.3.134a1.73 1.73 0 0 1-1.407 0l-.3-.134a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.855.674-1.037l.123-.054a10.35 10.35 0 0 1 8.406 0 .73.73 0 0 0 .594 0 10.35 10.35 0 0 1 8.406 0l.123.054c.41.182.674.589.674 1.037z"/>`,
33
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M11.195 5.463a9.1 9.1 0 0 0-7.39 0l-.055.024v14.367a9.85 9.85 0 0 1 7.5 0V5.484l-.055-.02m9 0a9.1 9.1 0 0 0-7.39 0l-.055.02v14.37a9.85 9.85 0 0 1 7.5 0V5.488zm-5.339 6.874a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m0-3a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m0-3a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m6.894 13.787a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.134a1.98 1.98 0 0 1-1.61 0l-.3-.134a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.322-1.043.822-1.265l.123-.055a10.6 10.6 0 0 1 8.61 0 .48.48 0 0 0 .39 0 10.6 10.6 0 0 1 8.61 0l.123.055c.5.222.822.718.822 1.265z"/>`,
34
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M11 5.653a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm9 0a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm-5.19 6.439a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963m0-3a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963m0-3a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963M22 20.124a1.57 1.57 0 0 1-2.207 1.434 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.23.97-1.493l.124-.056a10.85 10.85 0 0 1 8.812 0 .23.23 0 0 0 .188 0 10.85 10.85 0 0 1 8.812 0l.123.056c.59.263.971.847.971 1.493z"/>`
35
+ },
36
+ solid: {
37
+ light: `<path fill="currentColor" fill-rule="evenodd" d="M12.5 4.237a10.35 10.35 0 0 1 8.203.084l.123.055c.41.182.674.588.674 1.036v14.712a1.07 1.07 0 0 1-1.504.978 8.6 8.6 0 0 0-6.992 0l-.3.132a1.73 1.73 0 0 1-1.407 0l-.3-.133a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.854.674-1.036l.123-.055a10.35 10.35 0 0 1 8.203-.084V17a.5.5 0 1 0 1 0zm3.66 8.199-.13.005-.039.001-.01.001h-.004a.5.5 0 0 0 .046 1h.003l.01-.002h.035l.122-.006a9.7 9.7 0 0 1 2.495.252q.087.022.131.035l.033.008.006.002a.5.5 0 0 0 .284-.959h-.001l-.005-.002-.013-.004-.043-.011-.155-.04a10.7 10.7 0 0 0-2.766-.28m0-3.5-.13.005-.039.001-.01.001h-.004a.5.5 0 0 0 .046 1h.003l.01-.002h.035l.122-.006a9.7 9.7 0 0 1 2.495.252q.087.022.131.035l.033.008.006.002a.5.5 0 0 0 .284-.959h-.001l-.005-.002-.013-.004-.043-.011-.155-.04a10.7 10.7 0 0 0-2.766-.28m0-3.5-.13.005-.039.001-.01.001h-.004a.5.5 0 0 0 .046 1h.003l.01-.002h.035l.122-.006a9.7 9.7 0 0 1 2.495.252q.087.022.131.035l.033.008.006.002a.5.5 0 0 0 .284-.959h-.001l-.005-.002-.013-.003-.043-.012-.155-.04a10.7 10.7 0 0 0-2.766-.28" clip-rule="evenodd"/>`,
38
+ regular: `<path fill="currentColor" fill-rule="evenodd" d="M12.75 3.865a10.6 10.6 0 0 1 8.055.228l.123.054c.5.223.822.718.822 1.265v14.712a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.134a1.98 1.98 0 0 1-1.61 0l-.3-.134a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.322-1.042.822-1.265l.123-.054a10.6 10.6 0 0 1 8.055-.228V17a.75.75 0 1 0 1.5 0zm3.4 8.322-.13.004-.04.001-.01.001h-.004a.75.75 0 0 0 .07 1.5l.001-.002h.01l.035-.002.12-.004a9.4 9.4 0 0 1 2.553.277l.028.009h.005l.074.02a.75.75 0 0 0 .422-1.432l-.072-.026h-.003l-.004-.002-.06-.016-.162-.041a11 11 0 0 0-2.483-.295c-.112 0-.247.004-.35.008m0-3.5-.13.004-.04.001-.01.001h-.004a.75.75 0 0 0 .07 1.5l.001-.002h.01l.035-.002.12-.004a9.4 9.4 0 0 1 2.553.277l.028.009h.005l.074.02a.75.75 0 0 0 .422-1.432l-.072-.026h-.003l-.004-.002-.06-.016-.162-.041a11 11 0 0 0-2.483-.295c-.112 0-.247.004-.35.007m0-3.5-.13.004-.04.001-.01.001h-.004a.75.75 0 0 0 .07 1.5l.001-.002h.01l.035-.002.12-.004a10 10 0 0 1 .298-.006 9.4 9.4 0 0 1 2.288.293l.074.018a.75.75 0 0 0 .422-1.431l-.072-.026h-.003l-.004-.002-.06-.016-.162-.041a11 11 0 0 0-2.483-.295c-.112 0-.247.004-.35.007" clip-rule="evenodd"/>`,
39
+ bold: `<path fill="currentColor" fill-rule="evenodd" d="M13 3.51a10.85 10.85 0 0 1 7.906.354l.123.055c.59.262.97.847.971 1.493v14.712a1.57 1.57 0 0 1-2.207 1.434 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.23.97-1.493l.124-.055A10.85 10.85 0 0 1 11 3.51V17a1 1 0 1 0 2 0zm3.142 8.427-.133.005-.04.002h-.015a1.001 1.001 0 0 0-.01 1.998h.114l.034-.002.119-.004c.098-.004.21-.007.289-.007a9.2 9.2 0 0 1 2.19.275l.026.007.003.001a1 1 0 0 0 .563-1.918l-.193.657.193-.657-.003-.002h-.005l-.015-.005-.048-.013-.169-.043a11.2 11.2 0 0 0-2.542-.302c-.116 0-.256.004-.358.008m0-3.5-.133.005-.04.002h-.015a1.001 1.001 0 0 0-.01 1.998h.114l.034-.002.119-.004c.098-.004.21-.007.289-.007a9.2 9.2 0 0 1 2.19.275l.026.007.003.001a1 1 0 0 0 .563-1.918l-.193.657.193-.657-.003-.002h-.005l-.015-.005-.048-.013-.169-.043a11.2 11.2 0 0 0-2.542-.302c-.116 0-.256.004-.358.008m0-3.5-.133.005-.04.002h-.015a1.001 1.001 0 0 0-.01 1.998h.114l.034-.002.119-.004a9 9 0 0 1 .289-.007 9.2 9.2 0 0 1 2.19.275l.026.007.003.001a1 1 0 0 0 .563-1.918l-.193.657.193-.657-.003-.002h-.005l-.015-.005-.048-.013-.169-.043a11.2 11.2 0 0 0-2.542-.302c-.116 0-.256.004-.358.008" clip-rule="evenodd"/>`
40
+ }
41
+ });
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IconBookOpenText
45
+ });
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.cjs';
3
+
4
+ declare const IconBookOpenText: 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 { IconBookOpenText };
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.js';
3
+
4
+ declare const IconBookOpenText: 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 { IconBookOpenText };
@@ -0,0 +1,21 @@
1
+ import { createIcon } from "../createIcon";
2
+ const IconBookOpenText = /* @__PURE__ */ createIcon("book-open-text", {
3
+ line: {
4
+ light: `<path fill="currentColor" d="M20.5 5.412a.14.14 0 0 0-.08-.123l-.123-.054a9.35 9.35 0 0 0-7.594 0q-.1.042-.203.073V20.23l.098-.043a9.6 9.6 0 0 1 7.804 0 .07.07 0 0 0 .098-.064zm-5.596 7.171a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982m0-3a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982m0-3a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982M3.5 20.124c0 .05.052.084.098.064a9.6 9.6 0 0 1 7.804 0l.098.043V5.308a2 2 0 0 1-.203-.073 9.35 9.35 0 0 0-7.594 0l-.123.054a.14.14 0 0 0-.08.123zm18 0a1.07 1.07 0 0 1-1.504.977 8.6 8.6 0 0 0-6.992 0l-.3.134a1.73 1.73 0 0 1-1.407 0l-.3-.134a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.855.674-1.037l.123-.054a10.35 10.35 0 0 1 8.406 0 .73.73 0 0 0 .594 0 10.35 10.35 0 0 1 8.406 0l.123.054c.41.182.674.589.674 1.037z"/>`,
5
+ regular: `<path fill="currentColor" d="M11.195 5.463a9.1 9.1 0 0 0-7.39 0l-.055.024v14.367a9.85 9.85 0 0 1 7.5 0V5.484l-.055-.02m9 0a9.1 9.1 0 0 0-7.39 0l-.055.02v14.37a9.85 9.85 0 0 1 7.5 0V5.488zm-5.339 6.874a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m0-3a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m0-3a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m6.894 13.787a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.134a1.98 1.98 0 0 1-1.61 0l-.3-.134a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.322-1.043.822-1.265l.123-.055a10.6 10.6 0 0 1 8.61 0 .48.48 0 0 0 .39 0 10.6 10.6 0 0 1 8.61 0l.123.055c.5.222.822.718.822 1.265z"/>`,
6
+ bold: `<path fill="currentColor" d="M11 5.653a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm9 0a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm-5.19 6.439a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963m0-3a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963m0-3a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963M22 20.124a1.57 1.57 0 0 1-2.207 1.434 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.23.97-1.493l.124-.056a10.85 10.85 0 0 1 8.812 0 .23.23 0 0 0 .188 0 10.85 10.85 0 0 1 8.812 0l.123.056c.59.263.971.847.971 1.493z"/>`
7
+ },
8
+ duotone: {
9
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M20.5 5.412a.14.14 0 0 0-.08-.123l-.123-.054a9.35 9.35 0 0 0-7.594 0q-.1.042-.203.073V20.23l.098-.043a9.6 9.6 0 0 1 7.804 0 .07.07 0 0 0 .098-.064zm-5.596 7.171a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982m0-3a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982m0-3a8.4 8.4 0 0 1 3.192 0 .5.5 0 1 1-.192.982 7.4 7.4 0 0 0-2.808 0 .5.5 0 0 1-.192-.982M3.5 20.124c0 .05.052.084.098.064a9.6 9.6 0 0 1 7.804 0l.098.043V5.308a2 2 0 0 1-.203-.073 9.35 9.35 0 0 0-7.594 0l-.123.054a.14.14 0 0 0-.08.123zm18 0a1.07 1.07 0 0 1-1.504.977 8.6 8.6 0 0 0-6.992 0l-.3.134a1.73 1.73 0 0 1-1.407 0l-.3-.134a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.855.674-1.037l.123-.054a10.35 10.35 0 0 1 8.406 0 .73.73 0 0 0 .594 0 10.35 10.35 0 0 1 8.406 0l.123.054c.41.182.674.589.674 1.037z"/>`,
10
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M11.195 5.463a9.1 9.1 0 0 0-7.39 0l-.055.024v14.367a9.85 9.85 0 0 1 7.5 0V5.484l-.055-.02m9 0a9.1 9.1 0 0 0-7.39 0l-.055.02v14.37a9.85 9.85 0 0 1 7.5 0V5.488zm-5.339 6.874a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m0-3a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m0-3a8.6 8.6 0 0 1 3.288 0 .75.75 0 0 1-.288 1.473 7.1 7.1 0 0 0-2.712 0 .75.75 0 0 1-.288-1.473m6.894 13.787a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.134a1.98 1.98 0 0 1-1.61 0l-.3-.134a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.322-1.043.822-1.265l.123-.055a10.6 10.6 0 0 1 8.61 0 .48.48 0 0 0 .39 0 10.6 10.6 0 0 1 8.61 0l.123.055c.5.222.822.718.822 1.265z"/>`,
11
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M11 5.653a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm9 0a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm-5.19 6.439a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963m0-3a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963m0-3a8.9 8.9 0 0 1 3.38 0 1 1 0 0 1-.38 1.963 6.9 6.9 0 0 0-2.62 0 1 1 0 1 1-.38-1.963M22 20.124a1.57 1.57 0 0 1-2.207 1.434 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.23.97-1.493l.124-.056a10.85 10.85 0 0 1 8.812 0 .23.23 0 0 0 .188 0 10.85 10.85 0 0 1 8.812 0l.123.056c.59.263.971.847.971 1.493z"/>`
12
+ },
13
+ solid: {
14
+ light: `<path fill="currentColor" fill-rule="evenodd" d="M12.5 4.237a10.35 10.35 0 0 1 8.203.084l.123.055c.41.182.674.588.674 1.036v14.712a1.07 1.07 0 0 1-1.504.978 8.6 8.6 0 0 0-6.992 0l-.3.132a1.73 1.73 0 0 1-1.407 0l-.3-.133a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.854.674-1.036l.123-.055a10.35 10.35 0 0 1 8.203-.084V17a.5.5 0 1 0 1 0zm3.66 8.199-.13.005-.039.001-.01.001h-.004a.5.5 0 0 0 .046 1h.003l.01-.002h.035l.122-.006a9.7 9.7 0 0 1 2.495.252q.087.022.131.035l.033.008.006.002a.5.5 0 0 0 .284-.959h-.001l-.005-.002-.013-.004-.043-.011-.155-.04a10.7 10.7 0 0 0-2.766-.28m0-3.5-.13.005-.039.001-.01.001h-.004a.5.5 0 0 0 .046 1h.003l.01-.002h.035l.122-.006a9.7 9.7 0 0 1 2.495.252q.087.022.131.035l.033.008.006.002a.5.5 0 0 0 .284-.959h-.001l-.005-.002-.013-.004-.043-.011-.155-.04a10.7 10.7 0 0 0-2.766-.28m0-3.5-.13.005-.039.001-.01.001h-.004a.5.5 0 0 0 .046 1h.003l.01-.002h.035l.122-.006a9.7 9.7 0 0 1 2.495.252q.087.022.131.035l.033.008.006.002a.5.5 0 0 0 .284-.959h-.001l-.005-.002-.013-.003-.043-.012-.155-.04a10.7 10.7 0 0 0-2.766-.28" clip-rule="evenodd"/>`,
15
+ regular: `<path fill="currentColor" fill-rule="evenodd" d="M12.75 3.865a10.6 10.6 0 0 1 8.055.228l.123.054c.5.223.822.718.822 1.265v14.712a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.134a1.98 1.98 0 0 1-1.61 0l-.3-.134a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.322-1.042.822-1.265l.123-.054a10.6 10.6 0 0 1 8.055-.228V17a.75.75 0 1 0 1.5 0zm3.4 8.322-.13.004-.04.001-.01.001h-.004a.75.75 0 0 0 .07 1.5l.001-.002h.01l.035-.002.12-.004a9.4 9.4 0 0 1 2.553.277l.028.009h.005l.074.02a.75.75 0 0 0 .422-1.432l-.072-.026h-.003l-.004-.002-.06-.016-.162-.041a11 11 0 0 0-2.483-.295c-.112 0-.247.004-.35.008m0-3.5-.13.004-.04.001-.01.001h-.004a.75.75 0 0 0 .07 1.5l.001-.002h.01l.035-.002.12-.004a9.4 9.4 0 0 1 2.553.277l.028.009h.005l.074.02a.75.75 0 0 0 .422-1.432l-.072-.026h-.003l-.004-.002-.06-.016-.162-.041a11 11 0 0 0-2.483-.295c-.112 0-.247.004-.35.007m0-3.5-.13.004-.04.001-.01.001h-.004a.75.75 0 0 0 .07 1.5l.001-.002h.01l.035-.002.12-.004a10 10 0 0 1 .298-.006 9.4 9.4 0 0 1 2.288.293l.074.018a.75.75 0 0 0 .422-1.431l-.072-.026h-.003l-.004-.002-.06-.016-.162-.041a11 11 0 0 0-2.483-.295c-.112 0-.247.004-.35.007" clip-rule="evenodd"/>`,
16
+ bold: `<path fill="currentColor" fill-rule="evenodd" d="M13 3.51a10.85 10.85 0 0 1 7.906.354l.123.055c.59.262.97.847.971 1.493v14.712a1.57 1.57 0 0 1-2.207 1.434 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.23.97-1.493l.124-.055A10.85 10.85 0 0 1 11 3.51V17a1 1 0 1 0 2 0zm3.142 8.427-.133.005-.04.002h-.015a1.001 1.001 0 0 0-.01 1.998h.114l.034-.002.119-.004c.098-.004.21-.007.289-.007a9.2 9.2 0 0 1 2.19.275l.026.007.003.001a1 1 0 0 0 .563-1.918l-.193.657.193-.657-.003-.002h-.005l-.015-.005-.048-.013-.169-.043a11.2 11.2 0 0 0-2.542-.302c-.116 0-.256.004-.358.008m0-3.5-.133.005-.04.002h-.015a1.001 1.001 0 0 0-.01 1.998h.114l.034-.002.119-.004c.098-.004.21-.007.289-.007a9.2 9.2 0 0 1 2.19.275l.026.007.003.001a1 1 0 0 0 .563-1.918l-.193.657.193-.657-.003-.002h-.005l-.015-.005-.048-.013-.169-.043a11.2 11.2 0 0 0-2.542-.302c-.116 0-.256.004-.358.008m0-3.5-.133.005-.04.002h-.015a1.001 1.001 0 0 0-.01 1.998h.114l.034-.002.119-.004a9 9 0 0 1 .289-.007 9.2 9.2 0 0 1 2.19.275l.026.007.003.001a1 1 0 0 0 .563-1.918l-.193.657.193-.657-.003-.002h-.005l-.015-.005-.048-.013-.169-.043a11.2 11.2 0 0 0-2.542-.302c-.116 0-.256.004-.358.008" clip-rule="evenodd"/>`
17
+ }
18
+ });
19
+ export {
20
+ IconBookOpenText
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 book_open_exports = {};
20
+ __export(book_open_exports, {
21
+ IconBookOpen: () => IconBookOpen
22
+ });
23
+ module.exports = __toCommonJS(book_open_exports);
24
+ var import_createIcon = require("../createIcon");
25
+ const IconBookOpen = /* @__PURE__ */ (0, import_createIcon.createIcon)("book-open", {
26
+ line: {
27
+ light: `<path fill="currentColor" d="M20.5 5.412a.14.14 0 0 0-.08-.123l-.123-.054a9.35 9.35 0 0 0-7.594 0q-.1.042-.203.073V20.23l.098-.043a9.6 9.6 0 0 1 7.804 0 .07.07 0 0 0 .098-.064zm-17 14.712c0 .05.052.084.098.064a9.6 9.6 0 0 1 7.804 0l.098.043V5.308a2 2 0 0 1-.203-.073 9.35 9.35 0 0 0-7.594 0l-.123.054a.14.14 0 0 0-.08.123zm18 0a1.07 1.07 0 0 1-1.504.977 8.6 8.6 0 0 0-6.992 0l-.3.134a1.73 1.73 0 0 1-1.407 0l-.3-.134a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.855.674-1.037l.123-.054a10.35 10.35 0 0 1 8.406 0 .73.73 0 0 0 .594 0 10.35 10.35 0 0 1 8.406 0l.123.054c.41.182.674.589.674 1.037z"/>`,
28
+ regular: `<path fill="currentColor" d="M11.195 5.463a9.1 9.1 0 0 0-7.39 0l-.055.024v14.367a9.85 9.85 0 0 1 7.5 0V5.484l-.055-.02m9 0a9.1 9.1 0 0 0-7.39 0l-.055.02v14.37a9.85 9.85 0 0 1 7.5 0V5.488zm1.555 14.661a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.134a1.98 1.98 0 0 1-1.61 0l-.3-.134a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.322-1.043.822-1.265l.123-.055a10.6 10.6 0 0 1 8.61 0 .48.48 0 0 0 .39 0 10.6 10.6 0 0 1 8.61 0l.123.055c.5.222.822.718.822 1.265z"/>`,
29
+ bold: `<path fill="currentColor" d="M11 5.653a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm9 0a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm2 14.471a1.57 1.57 0 0 1-2.207 1.434 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.23.97-1.493l.124-.056a10.85 10.85 0 0 1 8.812 0 .23.23 0 0 0 .188 0 10.85 10.85 0 0 1 8.812 0l.123.056c.59.263.971.847.971 1.493z"/>`
30
+ },
31
+ duotone: {
32
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M20.5 5.412a.14.14 0 0 0-.08-.123l-.123-.054a9.35 9.35 0 0 0-7.594 0q-.1.042-.203.073V20.23l.098-.043a9.6 9.6 0 0 1 7.804 0 .07.07 0 0 0 .098-.064zm-17 14.712c0 .05.052.084.098.064a9.6 9.6 0 0 1 7.804 0l.098.043V5.308a2 2 0 0 1-.203-.073 9.35 9.35 0 0 0-7.594 0l-.123.054a.14.14 0 0 0-.08.123zm18 0a1.07 1.07 0 0 1-1.504.977 8.6 8.6 0 0 0-6.992 0l-.3.134a1.73 1.73 0 0 1-1.407 0l-.3-.134a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.855.674-1.037l.123-.054a10.35 10.35 0 0 1 8.406 0 .73.73 0 0 0 .594 0 10.35 10.35 0 0 1 8.406 0l.123.054c.41.182.674.589.674 1.037z"/>`,
33
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M11.195 5.463a9.1 9.1 0 0 0-7.39 0l-.055.024v14.367a9.85 9.85 0 0 1 7.5 0V5.484l-.055-.02m9 0a9.1 9.1 0 0 0-7.39 0l-.055.02v14.37a9.85 9.85 0 0 1 7.5 0V5.488zm1.555 14.661a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.134a1.98 1.98 0 0 1-1.61 0l-.3-.134a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.322-1.043.822-1.265l.123-.055a10.6 10.6 0 0 1 8.61 0 .48.48 0 0 0 .39 0 10.6 10.6 0 0 1 8.61 0l.123.055c.5.222.822.718.822 1.265z"/>`,
34
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M11 5.653a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm9 0a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm2 14.471a1.57 1.57 0 0 1-2.207 1.434 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.23.97-1.493l.124-.056a10.85 10.85 0 0 1 8.812 0 .23.23 0 0 0 .188 0 10.85 10.85 0 0 1 8.812 0l.123.056c.59.263.971.847.971 1.493z"/>`
35
+ },
36
+ solid: {
37
+ light: `<path fill="currentColor" d="M12.5 4.237a10.35 10.35 0 0 1 8.203.084l.123.055c.41.182.674.588.674 1.036v14.712a1.07 1.07 0 0 1-1.504.977 8.6 8.6 0 0 0-6.992 0l-.3.133a1.73 1.73 0 0 1-1.407 0l-.3-.133a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.854.674-1.036l.123-.055a10.35 10.35 0 0 1 8.203-.084V17a.5.5 0 1 0 1 0z"/>`,
38
+ regular: `<path fill="currentColor" d="M12.75 3.865a10.6 10.6 0 0 1 8.055.227l.123.055c.5.222.822.718.822 1.265v14.712a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.133a1.98 1.98 0 0 1-1.61 0l-.3-.133a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.323-1.043.822-1.265l.123-.055a10.6 10.6 0 0 1 8.055-.227V17a.75.75 0 1 0 1.5 0z"/>`,
39
+ bold: `<path fill="currentColor" d="M13 3.51a10.85 10.85 0 0 1 7.906.354l.123.055c.59.262.97.847.971 1.493v14.712a1.57 1.57 0 0 1-2.207 1.433 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.231.97-1.493l.124-.055A10.85 10.85 0 0 1 11 3.509V17a1 1 0 1 0 2 0z"/>`
40
+ }
41
+ });
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IconBookOpen
45
+ });
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.cjs';
3
+
4
+ declare const IconBookOpen: 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 { IconBookOpen };
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.js';
3
+
4
+ declare const IconBookOpen: 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 { IconBookOpen };
@@ -0,0 +1,21 @@
1
+ import { createIcon } from "../createIcon";
2
+ const IconBookOpen = /* @__PURE__ */ createIcon("book-open", {
3
+ line: {
4
+ light: `<path fill="currentColor" d="M20.5 5.412a.14.14 0 0 0-.08-.123l-.123-.054a9.35 9.35 0 0 0-7.594 0q-.1.042-.203.073V20.23l.098-.043a9.6 9.6 0 0 1 7.804 0 .07.07 0 0 0 .098-.064zm-17 14.712c0 .05.052.084.098.064a9.6 9.6 0 0 1 7.804 0l.098.043V5.308a2 2 0 0 1-.203-.073 9.35 9.35 0 0 0-7.594 0l-.123.054a.14.14 0 0 0-.08.123zm18 0a1.07 1.07 0 0 1-1.504.977 8.6 8.6 0 0 0-6.992 0l-.3.134a1.73 1.73 0 0 1-1.407 0l-.3-.134a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.855.674-1.037l.123-.054a10.35 10.35 0 0 1 8.406 0 .73.73 0 0 0 .594 0 10.35 10.35 0 0 1 8.406 0l.123.054c.41.182.674.589.674 1.037z"/>`,
5
+ regular: `<path fill="currentColor" d="M11.195 5.463a9.1 9.1 0 0 0-7.39 0l-.055.024v14.367a9.85 9.85 0 0 1 7.5 0V5.484l-.055-.02m9 0a9.1 9.1 0 0 0-7.39 0l-.055.02v14.37a9.85 9.85 0 0 1 7.5 0V5.488zm1.555 14.661a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.134a1.98 1.98 0 0 1-1.61 0l-.3-.134a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.322-1.043.822-1.265l.123-.055a10.6 10.6 0 0 1 8.61 0 .48.48 0 0 0 .39 0 10.6 10.6 0 0 1 8.61 0l.123.055c.5.222.822.718.822 1.265z"/>`,
6
+ bold: `<path fill="currentColor" d="M11 5.653a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm9 0a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm2 14.471a1.57 1.57 0 0 1-2.207 1.434 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.23.97-1.493l.124-.056a10.85 10.85 0 0 1 8.812 0 .23.23 0 0 0 .188 0 10.85 10.85 0 0 1 8.812 0l.123.056c.59.263.971.847.971 1.493z"/>`
7
+ },
8
+ duotone: {
9
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M20.5 5.412a.14.14 0 0 0-.08-.123l-.123-.054a9.35 9.35 0 0 0-7.594 0q-.1.042-.203.073V20.23l.098-.043a9.6 9.6 0 0 1 7.804 0 .07.07 0 0 0 .098-.064zm-17 14.712c0 .05.052.084.098.064a9.6 9.6 0 0 1 7.804 0l.098.043V5.308a2 2 0 0 1-.203-.073 9.35 9.35 0 0 0-7.594 0l-.123.054a.14.14 0 0 0-.08.123zm18 0a1.07 1.07 0 0 1-1.504.977 8.6 8.6 0 0 0-6.992 0l-.3.134a1.73 1.73 0 0 1-1.407 0l-.3-.134a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.855.674-1.037l.123-.054a10.35 10.35 0 0 1 8.406 0 .73.73 0 0 0 .594 0 10.35 10.35 0 0 1 8.406 0l.123.054c.41.182.674.589.674 1.037z"/>`,
10
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M11.195 5.463a9.1 9.1 0 0 0-7.39 0l-.055.024v14.367a9.85 9.85 0 0 1 7.5 0V5.484l-.055-.02m9 0a9.1 9.1 0 0 0-7.39 0l-.055.02v14.37a9.85 9.85 0 0 1 7.5 0V5.488zm1.555 14.661a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.134a1.98 1.98 0 0 1-1.61 0l-.3-.134a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.322-1.043.822-1.265l.123-.055a10.6 10.6 0 0 1 8.61 0 .48.48 0 0 0 .39 0 10.6 10.6 0 0 1 8.61 0l.123.055c.5.222.822.718.822 1.265z"/>`,
11
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 5.761c0-.463.273-.882.695-1.07a9.37 9.37 0 0 1 7.61 0l.318.142c.23.101.377.329.377.58v14.711a.57.57 0 0 1-.8.52l-.56-.248a7.73 7.73 0 0 0-6.28 0 .967.967 0 0 1-1.36-.883z"/><path fill="currentColor" d="M11 5.653a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm9 0a8.85 8.85 0 0 0-7 0v13.834a10.1 10.1 0 0 1 7 0zm2 14.471a1.57 1.57 0 0 1-2.207 1.434 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.23.97-1.493l.124-.056a10.85 10.85 0 0 1 8.812 0 .23.23 0 0 0 .188 0 10.85 10.85 0 0 1 8.812 0l.123.056c.59.263.971.847.971 1.493z"/>`
12
+ },
13
+ solid: {
14
+ light: `<path fill="currentColor" d="M12.5 4.237a10.35 10.35 0 0 1 8.203.084l.123.055c.41.182.674.588.674 1.036v14.712a1.07 1.07 0 0 1-1.504.977 8.6 8.6 0 0 0-6.992 0l-.3.133a1.73 1.73 0 0 1-1.407 0l-.3-.133a8.6 8.6 0 0 0-6.993 0 1.07 1.07 0 0 1-1.504-.977V5.412c0-.448.264-.854.674-1.036l.123-.055a10.35 10.35 0 0 1 8.203-.084V17a.5.5 0 1 0 1 0z"/>`,
15
+ regular: `<path fill="currentColor" d="M12.75 3.865a10.6 10.6 0 0 1 8.055.227l.123.055c.5.222.822.718.822 1.265v14.712a1.32 1.32 0 0 1-1.855 1.205 8.36 8.36 0 0 0-6.79 0l-.3.133a1.98 1.98 0 0 1-1.61 0l-.3-.133a8.36 8.36 0 0 0-6.79 0 1.32 1.32 0 0 1-1.855-1.205V5.412c0-.547.323-1.043.822-1.265l.123-.055a10.6 10.6 0 0 1 8.055-.227V17a.75.75 0 1 0 1.5 0z"/>`,
16
+ bold: `<path fill="currentColor" d="M13 3.51a10.85 10.85 0 0 1 7.906.354l.123.055c.59.262.97.847.971 1.493v14.712a1.57 1.57 0 0 1-2.207 1.433 8.1 8.1 0 0 0-6.586 0l-.3.134a2.23 2.23 0 0 1-1.813 0l-.301-.134a8.1 8.1 0 0 0-6.586 0A1.57 1.57 0 0 1 2 20.124V5.412c0-.646.38-1.231.97-1.493l.124-.055A10.85 10.85 0 0 1 11 3.509V17a1 1 0 1 0 2 0z"/>`
17
+ }
18
+ });
19
+ export {
20
+ IconBookOpen
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 book_exports = {};
20
+ __export(book_exports, {
21
+ IconBook: () => IconBook
22
+ });
23
+ module.exports = __toCommonJS(book_exports);
24
+ var import_createIcon = require("../createIcon");
25
+ const IconBook = /* @__PURE__ */ (0, import_createIcon.createIcon)("book", {
26
+ line: {
27
+ light: `<path fill="currentColor" d="M19.5 4a.5.5 0 0 0-.5-.5H7A2.5 2.5 0 0 0 4.5 6v9.552A3.5 3.5 0 0 1 7 14.5h12.5zm-15 14A2.5 2.5 0 0 0 7 20.5h11.882a.5.5 0 0 0 .447-.724l-.22-.441a3.5 3.5 0 0 1-.19-2.672l.387-1.163H7A2.5 2.5 0 0 0 4.5 18m16-3.324a2.5 2.5 0 0 1-.128.79l-.505 1.514a2.5 2.5 0 0 0 .136 1.908l.22.441a1.5 1.5 0 0 1-1.341 2.171H7A3.5 3.5 0 0 1 3.5 18V6A3.5 3.5 0 0 1 7 2.5h12A1.5 1.5 0 0 1 20.5 4z"/>`,
28
+ regular: `<path fill="currentColor" d="M19.25 4a.25.25 0 0 0-.25-.25H7A2.25 2.25 0 0 0 4.75 6v8.999A3.73 3.73 0 0 1 7 14.25h12.25zM4.75 18A2.25 2.25 0 0 0 7 20.25h11.882a.25.25 0 0 0 .223-.361l-.22-.442a3.75 3.75 0 0 1-.203-2.863l.277-.834H7A2.25 2.25 0 0 0 4.75 18m16-3.324c0 .295-.048.589-.142.869l-.503 1.514a2.25 2.25 0 0 0 .122 1.717l.22.442a1.75 1.75 0 0 1-1.565 2.532H7A3.75 3.75 0 0 1 3.25 18V6A3.75 3.75 0 0 1 7 2.25h12c.966 0 1.75.784 1.75 1.75z"/>`,
29
+ bold: `<path fill="currentColor" d="M19 4H7a2 2 0 0 0-2 2v8.536A4 4 0 0 1 7 14h12zM5 18a2 2 0 0 0 2 2h11.882l-.22-.441a4 4 0 0 1-.218-3.054l.168-.505H7a2 2 0 0 0-2 2m16-3.324a3 3 0 0 1-.154.948l-.504 1.514a2 2 0 0 0 .108 1.526l.22.441A2 2 0 0 1 18.883 22H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h12a2 2 0 0 1 2 2z"/>`
30
+ },
31
+ duotone: {
32
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M20 15H7a3 3 0 0 0-3 3V6a3 3 0 0 1 3-3h12a1 1 0 0 1 1 1z"/><path fill="currentColor" d="M19.5 4a.5.5 0 0 0-.5-.5H7A2.5 2.5 0 0 0 4.5 6v9.552A3.5 3.5 0 0 1 7 14.5h12.5zm-15 14A2.5 2.5 0 0 0 7 20.5h11.882a.5.5 0 0 0 .447-.724l-.22-.441a3.5 3.5 0 0 1-.19-2.672l.387-1.163H7A2.5 2.5 0 0 0 4.5 18m16-3.324a2.5 2.5 0 0 1-.128.79l-.505 1.514a2.5 2.5 0 0 0 .136 1.908l.22.441a1.5 1.5 0 0 1-1.341 2.171H7A3.5 3.5 0 0 1 3.5 18V6A3.5 3.5 0 0 1 7 2.5h12A1.5 1.5 0 0 1 20.5 4z"/>`,
33
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M20 15H7a3 3 0 0 0-3 3V6a3 3 0 0 1 3-3h12a1 1 0 0 1 1 1z"/><path fill="currentColor" d="M19.25 4a.25.25 0 0 0-.25-.25H7A2.25 2.25 0 0 0 4.75 6v8.999A3.73 3.73 0 0 1 7 14.25h12.25zM4.75 18A2.25 2.25 0 0 0 7 20.25h11.882a.25.25 0 0 0 .223-.361l-.22-.442a3.75 3.75 0 0 1-.203-2.863l.277-.834H7A2.25 2.25 0 0 0 4.75 18m16-3.324c0 .295-.048.589-.142.869l-.503 1.514a2.25 2.25 0 0 0 .122 1.717l.22.442a1.75 1.75 0 0 1-1.565 2.532H7A3.75 3.75 0 0 1 3.25 18V6A3.75 3.75 0 0 1 7 2.25h12c.966 0 1.75.784 1.75 1.75z"/>`,
34
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M20 15H7a3 3 0 0 0-3 3V6a3 3 0 0 1 3-3h12a1 1 0 0 1 1 1z"/><path fill="currentColor" d="M19 4H7a2 2 0 0 0-2 2v8.536A4 4 0 0 1 7 14h12zM5 18a2 2 0 0 0 2 2h11.882l-.22-.441a4 4 0 0 1-.218-3.054l.168-.505H7a2 2 0 0 0-2 2m16-3.324a3 3 0 0 1-.154.948l-.504 1.514a2 2 0 0 0 .108 1.526l.22.441A2 2 0 0 1 18.883 22H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h12a2 2 0 0 1 2 2z"/>`
35
+ },
36
+ solid: {
37
+ light: `<path fill="currentColor" fill-rule="evenodd" d="M19 2.5A1.5 1.5 0 0 1 20.5 4v10.676a2.5 2.5 0 0 1-.128.79l-.505 1.514a2.5 2.5 0 0 0 .136 1.908l.22.441a1.5 1.5 0 0 1-1.341 2.171H7A3.5 3.5 0 0 1 3.5 18V6A3.5 3.5 0 0 1 7 2.5zm-12 13a2.5 2.5 0 0 0 0 5h11.882a.5.5 0 0 0 .447-.724l-.22-.441a3.5 3.5 0 0 1-.19-2.672l.387-1.163z" clip-rule="evenodd"/>`,
38
+ regular: `<path fill="currentColor" fill-rule="evenodd" d="M19 2.25c.966 0 1.75.784 1.75 1.75v10.676c0 .295-.048.589-.142.869l-.503 1.514a2.25 2.25 0 0 0 .122 1.717l.22.442a1.75 1.75 0 0 1-1.565 2.532H7A3.75 3.75 0 0 1 3.25 18V6A3.75 3.75 0 0 1 7 2.25zM7 15.75a2.25 2.25 0 0 0 0 4.5h11.882a.25.25 0 0 0 .223-.361l-.22-.442a3.75 3.75 0 0 1-.203-2.863l.277-.834z" clip-rule="evenodd"/>`,
39
+ bold: `<path fill="currentColor" fill-rule="evenodd" d="M19 2a2 2 0 0 1 2 2v10.676a3 3 0 0 1-.154.948l-.504 1.514a2 2 0 0 0 .108 1.526l.22.441A2 2 0 0 1 18.883 22H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zM7 16a2 2 0 1 0 0 4h11.882l-.22-.441a4 4 0 0 1-.218-3.054l.168-.505z" clip-rule="evenodd"/>`
40
+ }
41
+ });
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IconBook
45
+ });
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.cjs';
3
+
4
+ declare const IconBook: 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 { IconBook };
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.js';
3
+
4
+ declare const IconBook: 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 { IconBook };
@@ -0,0 +1,21 @@
1
+ import { createIcon } from "../createIcon";
2
+ const IconBook = /* @__PURE__ */ createIcon("book", {
3
+ line: {
4
+ light: `<path fill="currentColor" d="M19.5 4a.5.5 0 0 0-.5-.5H7A2.5 2.5 0 0 0 4.5 6v9.552A3.5 3.5 0 0 1 7 14.5h12.5zm-15 14A2.5 2.5 0 0 0 7 20.5h11.882a.5.5 0 0 0 .447-.724l-.22-.441a3.5 3.5 0 0 1-.19-2.672l.387-1.163H7A2.5 2.5 0 0 0 4.5 18m16-3.324a2.5 2.5 0 0 1-.128.79l-.505 1.514a2.5 2.5 0 0 0 .136 1.908l.22.441a1.5 1.5 0 0 1-1.341 2.171H7A3.5 3.5 0 0 1 3.5 18V6A3.5 3.5 0 0 1 7 2.5h12A1.5 1.5 0 0 1 20.5 4z"/>`,
5
+ regular: `<path fill="currentColor" d="M19.25 4a.25.25 0 0 0-.25-.25H7A2.25 2.25 0 0 0 4.75 6v8.999A3.73 3.73 0 0 1 7 14.25h12.25zM4.75 18A2.25 2.25 0 0 0 7 20.25h11.882a.25.25 0 0 0 .223-.361l-.22-.442a3.75 3.75 0 0 1-.203-2.863l.277-.834H7A2.25 2.25 0 0 0 4.75 18m16-3.324c0 .295-.048.589-.142.869l-.503 1.514a2.25 2.25 0 0 0 .122 1.717l.22.442a1.75 1.75 0 0 1-1.565 2.532H7A3.75 3.75 0 0 1 3.25 18V6A3.75 3.75 0 0 1 7 2.25h12c.966 0 1.75.784 1.75 1.75z"/>`,
6
+ bold: `<path fill="currentColor" d="M19 4H7a2 2 0 0 0-2 2v8.536A4 4 0 0 1 7 14h12zM5 18a2 2 0 0 0 2 2h11.882l-.22-.441a4 4 0 0 1-.218-3.054l.168-.505H7a2 2 0 0 0-2 2m16-3.324a3 3 0 0 1-.154.948l-.504 1.514a2 2 0 0 0 .108 1.526l.22.441A2 2 0 0 1 18.883 22H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h12a2 2 0 0 1 2 2z"/>`
7
+ },
8
+ duotone: {
9
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M20 15H7a3 3 0 0 0-3 3V6a3 3 0 0 1 3-3h12a1 1 0 0 1 1 1z"/><path fill="currentColor" d="M19.5 4a.5.5 0 0 0-.5-.5H7A2.5 2.5 0 0 0 4.5 6v9.552A3.5 3.5 0 0 1 7 14.5h12.5zm-15 14A2.5 2.5 0 0 0 7 20.5h11.882a.5.5 0 0 0 .447-.724l-.22-.441a3.5 3.5 0 0 1-.19-2.672l.387-1.163H7A2.5 2.5 0 0 0 4.5 18m16-3.324a2.5 2.5 0 0 1-.128.79l-.505 1.514a2.5 2.5 0 0 0 .136 1.908l.22.441a1.5 1.5 0 0 1-1.341 2.171H7A3.5 3.5 0 0 1 3.5 18V6A3.5 3.5 0 0 1 7 2.5h12A1.5 1.5 0 0 1 20.5 4z"/>`,
10
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M20 15H7a3 3 0 0 0-3 3V6a3 3 0 0 1 3-3h12a1 1 0 0 1 1 1z"/><path fill="currentColor" d="M19.25 4a.25.25 0 0 0-.25-.25H7A2.25 2.25 0 0 0 4.75 6v8.999A3.73 3.73 0 0 1 7 14.25h12.25zM4.75 18A2.25 2.25 0 0 0 7 20.25h11.882a.25.25 0 0 0 .223-.361l-.22-.442a3.75 3.75 0 0 1-.203-2.863l.277-.834H7A2.25 2.25 0 0 0 4.75 18m16-3.324c0 .295-.048.589-.142.869l-.503 1.514a2.25 2.25 0 0 0 .122 1.717l.22.442a1.75 1.75 0 0 1-1.565 2.532H7A3.75 3.75 0 0 1 3.25 18V6A3.75 3.75 0 0 1 7 2.25h12c.966 0 1.75.784 1.75 1.75z"/>`,
11
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M20 15H7a3 3 0 0 0-3 3V6a3 3 0 0 1 3-3h12a1 1 0 0 1 1 1z"/><path fill="currentColor" d="M19 4H7a2 2 0 0 0-2 2v8.536A4 4 0 0 1 7 14h12zM5 18a2 2 0 0 0 2 2h11.882l-.22-.441a4 4 0 0 1-.218-3.054l.168-.505H7a2 2 0 0 0-2 2m16-3.324a3 3 0 0 1-.154.948l-.504 1.514a2 2 0 0 0 .108 1.526l.22.441A2 2 0 0 1 18.883 22H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h12a2 2 0 0 1 2 2z"/>`
12
+ },
13
+ solid: {
14
+ light: `<path fill="currentColor" fill-rule="evenodd" d="M19 2.5A1.5 1.5 0 0 1 20.5 4v10.676a2.5 2.5 0 0 1-.128.79l-.505 1.514a2.5 2.5 0 0 0 .136 1.908l.22.441a1.5 1.5 0 0 1-1.341 2.171H7A3.5 3.5 0 0 1 3.5 18V6A3.5 3.5 0 0 1 7 2.5zm-12 13a2.5 2.5 0 0 0 0 5h11.882a.5.5 0 0 0 .447-.724l-.22-.441a3.5 3.5 0 0 1-.19-2.672l.387-1.163z" clip-rule="evenodd"/>`,
15
+ regular: `<path fill="currentColor" fill-rule="evenodd" d="M19 2.25c.966 0 1.75.784 1.75 1.75v10.676c0 .295-.048.589-.142.869l-.503 1.514a2.25 2.25 0 0 0 .122 1.717l.22.442a1.75 1.75 0 0 1-1.565 2.532H7A3.75 3.75 0 0 1 3.25 18V6A3.75 3.75 0 0 1 7 2.25zM7 15.75a2.25 2.25 0 0 0 0 4.5h11.882a.25.25 0 0 0 .223-.361l-.22-.442a3.75 3.75 0 0 1-.203-2.863l.277-.834z" clip-rule="evenodd"/>`,
16
+ bold: `<path fill="currentColor" fill-rule="evenodd" d="M19 2a2 2 0 0 1 2 2v10.676a3 3 0 0 1-.154.948l-.504 1.514a2 2 0 0 0 .108 1.526l.22.441A2 2 0 0 1 18.883 22H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zM7 16a2 2 0 1 0 0 4h11.882l-.22-.441a4 4 0 0 1-.218-3.054l.168-.505z" clip-rule="evenodd"/>`
17
+ }
18
+ });
19
+ export {
20
+ IconBook
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 bookmark_exports = {};
20
+ __export(bookmark_exports, {
21
+ IconBookmark: () => IconBookmark
22
+ });
23
+ module.exports = __toCommonJS(bookmark_exports);
24
+ var import_createIcon = require("../createIcon");
25
+ const IconBookmark = /* @__PURE__ */ (0, import_createIcon.createIcon)("bookmark", {
26
+ line: {
27
+ light: `<path fill="currentColor" d="M10.373 15.736a2.5 2.5 0 0 1 3.254 0l4.048 3.47a.5.5 0 0 0 .825-.38V5A1.5 1.5 0 0 0 17 3.5H7A1.5 1.5 0 0 0 5.5 5v13.826a.5.5 0 0 0 .825.38zm9.127 3.09c0 1.282-1.504 1.973-2.477 1.139l-4.046-3.47a1.5 1.5 0 0 0-1.954 0l-4.046 3.47c-.973.834-2.477.143-2.477-1.139V5A2.5 2.5 0 0 1 7 2.5h10A2.5 2.5 0 0 1 19.5 5z"/>`,
28
+ regular: `<path fill="currentColor" d="M10.21 15.546a2.75 2.75 0 0 1 3.58 0l4.047 3.47a.25.25 0 0 0 .413-.19V5c0-.69-.56-1.25-1.25-1.25H7c-.69 0-1.25.56-1.25 1.25v13.826a.25.25 0 0 0 .413.19zm9.54 3.28c0 1.495-1.754 2.301-2.889 1.328l-4.048-3.468a1.25 1.25 0 0 0-1.626 0l-4.048 3.468c-1.135.973-2.889.167-2.889-1.328V5A2.75 2.75 0 0 1 7 2.25h10A2.75 2.75 0 0 1 19.75 5z"/>`,
29
+ bold: `<path fill="currentColor" d="M10.048 15.356a3 3 0 0 1 3.904 0L18 18.826V5a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v13.826zM20 18.826c0 1.709-2.005 2.63-3.302 1.519l-4.048-3.47a1 1 0 0 0-1.3 0l-4.048 3.47C6.005 21.456 4 20.535 4 18.826V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3z"/>`
30
+ },
31
+ duotone: {
32
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M5 5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v13.826a1 1 0 0 1-1.65.759l-4.048-3.47a2 2 0 0 0-2.604 0l-4.047 3.47A1 1 0 0 1 5 18.825z"/><path fill="currentColor" d="M10.373 15.736a2.5 2.5 0 0 1 3.254 0l4.048 3.47a.5.5 0 0 0 .825-.38V5A1.5 1.5 0 0 0 17 3.5H7A1.5 1.5 0 0 0 5.5 5v13.826a.5.5 0 0 0 .825.38zm9.127 3.09c0 1.282-1.504 1.973-2.477 1.139l-4.046-3.47a1.5 1.5 0 0 0-1.954 0l-4.046 3.47c-.973.834-2.477.143-2.477-1.139V5A2.5 2.5 0 0 1 7 2.5h10A2.5 2.5 0 0 1 19.5 5z"/>`,
33
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M5 5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v13.826a1 1 0 0 1-1.65.759l-4.048-3.47a2 2 0 0 0-2.604 0l-4.047 3.47A1 1 0 0 1 5 18.825z"/><path fill="currentColor" d="M10.21 15.546a2.75 2.75 0 0 1 3.58 0l4.047 3.47a.25.25 0 0 0 .413-.19V5c0-.69-.56-1.25-1.25-1.25H7c-.69 0-1.25.56-1.25 1.25v13.826a.25.25 0 0 0 .413.19zm9.54 3.28c0 1.495-1.754 2.301-2.889 1.328l-4.048-3.468a1.25 1.25 0 0 0-1.626 0l-4.048 3.468c-1.135.973-2.889.167-2.889-1.328V5A2.75 2.75 0 0 1 7 2.25h10A2.75 2.75 0 0 1 19.75 5z"/>`,
34
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M5 5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v13.826a1 1 0 0 1-1.65.759l-4.048-3.47a2 2 0 0 0-2.604 0l-4.047 3.47A1 1 0 0 1 5 18.825z"/><path fill="currentColor" d="M10.048 15.356a3 3 0 0 1 3.904 0L18 18.826V5a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v13.826zM20 18.826c0 1.709-2.005 2.63-3.302 1.519l-4.048-3.47a1 1 0 0 0-1.3 0l-4.048 3.47C6.005 21.456 4 20.535 4 18.826V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3z"/>`
35
+ },
36
+ solid: {
37
+ light: `<path fill="currentColor" d="M17 2.5A2.5 2.5 0 0 1 19.5 5v13.826c0 1.281-1.504 1.973-2.477 1.139l-4.046-3.47a1.5 1.5 0 0 0-1.954 0l-4.046 3.47c-.973.834-2.477.143-2.477-1.139V5A2.5 2.5 0 0 1 7 2.5z"/>`,
38
+ regular: `<path fill="currentColor" d="M17 2.25A2.75 2.75 0 0 1 19.75 5v13.826c0 1.495-1.754 2.301-2.889 1.328l-4.048-3.468a1.25 1.25 0 0 0-1.626 0l-4.048 3.468c-1.135.973-2.889.167-2.889-1.328V5A2.75 2.75 0 0 1 7 2.25z"/>`,
39
+ bold: `<path fill="currentColor" d="M17 2a3 3 0 0 1 3 3v13.826c0 1.709-2.005 2.63-3.302 1.519l-4.048-3.47a1 1 0 0 0-1.3 0l-4.048 3.47C6.005 21.456 4 20.535 4 18.826V5a3 3 0 0 1 3-3z"/>`
40
+ }
41
+ });
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IconBookmark
45
+ });