elementa-icons 1.13.0 → 1.15.0

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 (54) hide show
  1. package/dist/icons/arrows-directions/index.js +12 -0
  2. package/dist/icons/editing-creation/index.js +9 -0
  3. package/dist/icons/interactions/index.js +6 -0
  4. package/dist/icons/logos/Discord.js +1 -1
  5. package/dist/icons/logos/Facebook.js +1 -1
  6. package/dist/icons/logos/Instagram.js +1 -1
  7. package/dist/icons/logos/LinkedIn.js +1 -1
  8. package/dist/icons/logos/Reddit.js +1 -1
  9. package/dist/icons/logos/Twitter.js +1 -1
  10. package/dist/icons/logos/YouTube.js +1 -1
  11. package/dist/icons/logos/index.js +11 -0
  12. package/dist/icons/money/index.js +7 -0
  13. package/dist/icons/saving-data-management/Delete.js +14 -0
  14. package/dist/icons/saving-data-management/Refresh.js +1 -3
  15. package/dist/icons/saving-data-management/index.js +6 -0
  16. package/dist/icons/security-privacy/index.js +6 -0
  17. package/dist/icons/shopping/index.js +5 -0
  18. package/dist/icons/social-people/index.js +6 -0
  19. package/dist/icons/status-notifications/Info.js +14 -0
  20. package/dist/icons/status-notifications/index.js +5 -0
  21. package/dist/icons/text-formatting/Description.js +14 -0
  22. package/dist/icons/text-formatting/index.js +5 -0
  23. package/dist/icons/time-calendar/index.js +6 -0
  24. package/dist/icons/user-interface-controls/Filter.js +1 -9
  25. package/dist/icons/user-interface-controls/index.js +8 -0
  26. package/dist/index.esm.js +1 -1
  27. package/dist/index.js +30 -71
  28. package/dist/types/icons/arrows-directions/index.d.ts +12 -0
  29. package/dist/types/icons/editing-creation/index.d.ts +9 -0
  30. package/dist/types/icons/interactions/index.d.ts +6 -0
  31. package/dist/types/icons/logos/index.d.ts +11 -0
  32. package/dist/types/icons/money/index.d.ts +7 -0
  33. package/dist/types/icons/saving-data-management/Delete.d.ts +6 -0
  34. package/dist/types/icons/saving-data-management/index.d.ts +6 -0
  35. package/dist/types/icons/security-privacy/index.d.ts +6 -0
  36. package/dist/types/icons/shopping/index.d.ts +5 -0
  37. package/dist/types/icons/social-people/index.d.ts +6 -0
  38. package/dist/types/icons/status-notifications/Info.d.ts +6 -0
  39. package/dist/types/icons/status-notifications/index.d.ts +5 -0
  40. package/dist/types/icons/text-formatting/Description.d.ts +6 -0
  41. package/dist/types/icons/text-formatting/index.d.ts +5 -0
  42. package/dist/types/icons/time-calendar/index.d.ts +6 -0
  43. package/dist/types/icons/user-interface-controls/index.d.ts +8 -0
  44. package/dist/types/index.d.ts +18 -39
  45. package/package.json +1 -1
  46. package/src/index.ts +52 -71
  47. /package/dist/icons/{finance-shopping → money}/Bitcoin.js +0 -0
  48. /package/dist/icons/{finance-shopping → money}/CreditCards.js +0 -0
  49. /package/dist/icons/{finance-shopping → money}/Wallet.js +0 -0
  50. /package/dist/icons/{finance-shopping → shopping}/ShoppingCart.js +0 -0
  51. /package/dist/types/icons/{finance-shopping → money}/Bitcoin.d.ts +0 -0
  52. /package/dist/types/icons/{finance-shopping → money}/CreditCards.d.ts +0 -0
  53. /package/dist/types/icons/{finance-shopping → money}/Wallet.d.ts +0 -0
  54. /package/dist/types/icons/{finance-shopping → shopping}/ShoppingCart.d.ts +0 -0
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file exports all icons in the "Arrows & Directions" category.
3
+ */
4
+ import ArrowDown from '@/src/icons/arrows-directions/ArrowDown';
5
+ import ArrowLeft from '@/src/icons/arrows-directions/ArrowLeft';
6
+ import ArrowRight from '@/src/icons/arrows-directions/ArrowRight';
7
+ import ArrowUp from '@/src/icons/arrows-directions/ArrowUp';
8
+ import ChevronDown from '@/src/icons/arrows-directions/ChevronDown';
9
+ import ChevronLeft from '@/src/icons/arrows-directions/ChevronLeft';
10
+ import ChevronRight from '@/src/icons/arrows-directions/ChevronRight';
11
+ import ChevronUp from '@/src/icons/arrows-directions/ChevronUp';
12
+ export { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ChevronDown, ChevronLeft, ChevronRight, ChevronUp };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file exports all icons in the "Editing & Creation" category.
3
+ */
4
+ import Add from '@/src/icons/editing-creation/Add';
5
+ import Cut from '@/src/icons/editing-creation/Cut';
6
+ import Copy from '@/src/icons/editing-creation/Copy';
7
+ import Edit from '@/src/icons/editing-creation/Edit';
8
+ import Paste from '@/src/icons/editing-creation/Paste';
9
+ export { Add, Cut, Copy, Edit, Paste };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file exports all icons in the "Interactions" category.
3
+ */
4
+ import FavoriteFilled from '@/src/icons/interactions/FavoriteFilled';
5
+ import FavoriteOutline from '@/src/icons/interactions/FavoriteOutline';
6
+ export { FavoriteFilled, FavoriteOutline };
@@ -9,7 +9,7 @@ const Discord = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '
9
9
  clipRule: 'evenodd',
10
10
  strokeLinejoin: 'round',
11
11
  strokeMiterlimit: 2
12
- }, viewBox: "0 0 31 24", children: _jsx("path", { d: "M777.332 387.352c1.772-.932 3.856-1.57 6.28-1.887a.22.22 0 0 1 .239.156l.292.993a.586.586 0 0 0 .631.415c2.07-.239 4-.226 5.8.022a.59.59 0 0 0 .606-.317l.56-1.113a.22.22 0 0 1 .232-.119c2.098.34 4.072.937 5.888 1.863.931-.053 6.484 14.468 4.448 16.631-1.775 1.884-7.303 4.3-7.536 3.974-.807-.484-1.257-1.221-1.474-2.123a.545.545 0 0 1 .292-.614c.523-.26 1.46-.717 1.858-.911a.16.16 0 0 0 .088-.112.16.16 0 0 0-.037-.138l-.23-.266a.16.16 0 0 0-.172-.047c-4.738 1.563-9.68 1.622-14.854-.028a.11.11 0 0 0-.099.018l-.425.337a.11.11 0 0 0-.041.094.11.11 0 0 0 .058.086l1.839.959a.55.55 0 0 1 .269.657c-.227.669-.569 1.282-1.096 1.804a.84.84 0 0 1-.702.23c-2.308-.332-4.522-1.351-6.609-3.285a1.46 1.46 0 0 1-.466-1.022c-.182-5.94 1.106-11.143 3.976-15.55zm5.56 7.4c1.456 0 2.733 1.411 2.733 3.149 0 1.739-1.277 3.15-2.733 3.15s-2.824-1.446-2.764-3.183c.06-1.727 1.062-2.809 2.552-3.108zm9.669 0c1.456 0 2.721 1.433 2.721 3.171s-1.265 3.128-2.721 3.128-2.792-1.413-2.732-3.15c.061-1.727 1.03-2.842 2.52-3.141z", style: {
12
+ }, viewBox: "0 0 31 24", height: height, children: _jsx("path", { d: "M777.332 387.352c1.772-.932 3.856-1.57 6.28-1.887a.22.22 0 0 1 .239.156l.292.993a.586.586 0 0 0 .631.415c2.07-.239 4-.226 5.8.022a.59.59 0 0 0 .606-.317l.56-1.113a.22.22 0 0 1 .232-.119c2.098.34 4.072.937 5.888 1.863.931-.053 6.484 14.468 4.448 16.631-1.775 1.884-7.303 4.3-7.536 3.974-.807-.484-1.257-1.221-1.474-2.123a.545.545 0 0 1 .292-.614c.523-.26 1.46-.717 1.858-.911a.16.16 0 0 0 .088-.112.16.16 0 0 0-.037-.138l-.23-.266a.16.16 0 0 0-.172-.047c-4.738 1.563-9.68 1.622-14.854-.028a.11.11 0 0 0-.099.018l-.425.337a.11.11 0 0 0-.041.094.11.11 0 0 0 .058.086l1.839.959a.55.55 0 0 1 .269.657c-.227.669-.569 1.282-1.096 1.804a.84.84 0 0 1-.702.23c-2.308-.332-4.522-1.351-6.609-3.285a1.46 1.46 0 0 1-.466-1.022c-.182-5.94 1.106-11.143 3.976-15.55zm5.56 7.4c1.456 0 2.733 1.411 2.733 3.149 0 1.739-1.277 3.15-2.733 3.15s-2.824-1.446-2.764-3.183c.06-1.727 1.062-2.809 2.552-3.108zm9.669 0c1.456 0 2.721 1.433 2.721 3.171s-1.265 3.128-2.721 3.128-2.792-1.413-2.732-3.15c.061-1.727 1.03-2.842 2.52-3.141z", style: {
13
13
  fill: '#7289d9'
14
14
  }, transform: "matrix(1 0 0 1 -771.954 -384.462)" }) }));
15
15
  };
@@ -9,7 +9,7 @@ const Facebook = ({ color = '#000000', height = '1em', strokeWidth = 1, width =
9
9
  clipRule: 'evenodd',
10
10
  strokeLinejoin: 'round',
11
11
  strokeMiterlimit: 2
12
- }, viewBox: "0 0 19 33", children: _jsx("path", { d: "m431.644 267.187-2.129.048a1.86 1.86 0 0 0-1.308.562 1.83 1.83 0 0 0-.522 1.308l.1 3.88c.012.475.202.906.521 1.209.315.3.739.492 1.209.48l2.083-.053a.37.37 0 0 1 .272.092c.074.07.13.163.133.272l.35 12.18a.245.245 0 0 0 .49 0l.35-12.18a1.6 1.6 0 0 0-.452-1.142 1.63 1.63 0 0 0-1.143-.494l-2.083-.053a.3.3 0 0 1-.206-.105.3.3 0 0 1-.065-.206l.1-3.88c.001-.045.034-.077.064-.106.027-.025.067-.025.107-.024l2.629.059a1.39 1.39 0 0 0 1.399-1.383l.121-6.051a3.54 3.54 0 0 1 1.089-2.481c.64-.62 1.519-.99 2.481-.977l5.716.057-.003 2.432-3.421.03a2.22 2.22 0 0 0-1.556.655 2.19 2.19 0 0 0-.635 1.556l.092 4.694a1.635 1.635 0 0 0 1.016 1.502c.196.077.406.124.622.12l4.3-.102.031-.008.032.036-.45 3.895c-.005.045-.011.092-.042.121-.036.032-.075.067-.126.068l-3.284.101a1.68 1.68 0 0 0-1.176.511 1.649 1.649 0 0 0-.462 1.175l.393 11.204a.76.76 0 0 1-.731.789l-3.624.141a.046.046 0 0 0-.046.046c0 .025.021.046.046.046l3.624.141a1.17 1.17 0 0 0 .843-.319 1.2 1.2 0 0 0 .378-.844l.392-11.204.124-.239.239-.075 3.284.101a1.814 1.814 0 0 0 1.812-1.528l.66-3.865a1.94 1.94 0 0 0-.437-1.557 1.96 1.96 0 0 0-1.48-.698l-3.73-.088.077-3.953 3.485.032a2.23 2.23 0 0 0 1.589-.654c.409-.405.659-.968.66-1.589l-.003-2.908a2.26 2.26 0 0 0-.661-1.585 2.24 2.24 0 0 0-1.585-.652l-5.964.059a5.77 5.77 0 0 0-4.075 1.738 5.7 5.7 0 0 0-1.626 4.076z", style: {
12
+ }, viewBox: "0 0 19 33", height: height, children: _jsx("path", { d: "m431.644 267.187-2.129.048a1.86 1.86 0 0 0-1.308.562 1.83 1.83 0 0 0-.522 1.308l.1 3.88c.012.475.202.906.521 1.209.315.3.739.492 1.209.48l2.083-.053a.37.37 0 0 1 .272.092c.074.07.13.163.133.272l.35 12.18a.245.245 0 0 0 .49 0l.35-12.18a1.6 1.6 0 0 0-.452-1.142 1.63 1.63 0 0 0-1.143-.494l-2.083-.053a.3.3 0 0 1-.206-.105.3.3 0 0 1-.065-.206l.1-3.88c.001-.045.034-.077.064-.106.027-.025.067-.025.107-.024l2.629.059a1.39 1.39 0 0 0 1.399-1.383l.121-6.051a3.54 3.54 0 0 1 1.089-2.481c.64-.62 1.519-.99 2.481-.977l5.716.057-.003 2.432-3.421.03a2.22 2.22 0 0 0-1.556.655 2.19 2.19 0 0 0-.635 1.556l.092 4.694a1.635 1.635 0 0 0 1.016 1.502c.196.077.406.124.622.12l4.3-.102.031-.008.032.036-.45 3.895c-.005.045-.011.092-.042.121-.036.032-.075.067-.126.068l-3.284.101a1.68 1.68 0 0 0-1.176.511 1.649 1.649 0 0 0-.462 1.175l.393 11.204a.76.76 0 0 1-.731.789l-3.624.141a.046.046 0 0 0-.046.046c0 .025.021.046.046.046l3.624.141a1.17 1.17 0 0 0 .843-.319 1.2 1.2 0 0 0 .378-.844l.392-11.204.124-.239.239-.075 3.284.101a1.814 1.814 0 0 0 1.812-1.528l.66-3.865a1.94 1.94 0 0 0-.437-1.557 1.96 1.96 0 0 0-1.48-.698l-3.73-.088.077-3.953 3.485.032a2.23 2.23 0 0 0 1.589-.654c.409-.405.659-.968.66-1.589l-.003-2.908a2.26 2.26 0 0 0-.661-1.585 2.24 2.24 0 0 0-1.585-.652l-5.964.059a5.77 5.77 0 0 0-4.075 1.738 5.7 5.7 0 0 0-1.626 4.076z", style: {
13
13
  fill: '#4267b2'
14
14
  }, transform: "matrix(1 0 0 1 -426.684 -255.178)" }) }));
15
15
  };
@@ -9,7 +9,7 @@ const Instagram = ({ color = '#000000', height = '1em', strokeWidth = 1, width =
9
9
  clipRule: 'evenodd',
10
10
  strokeLinejoin: 'round',
11
11
  strokeMiterlimit: 2
12
- }, viewBox: "0 0 32 33", children: [_jsx("ellipse", { cx: 621.368, cy: 81.007, rx: 0.649, ry: 0.642, style: {
12
+ }, viewBox: "0 0 32 33", height: height, children: [_jsx("ellipse", { cx: 621.368, cy: 81.007, rx: 0.649, ry: 0.642, style: {
13
13
  fill: 'url(#ic_category_social_media_instagram_svg__a)'
14
14
  }, transform: "translate(-1817.956 -232.194)scale(2.96649)" }), _jsx("path", { d: "M621.368 80.365c.359 0 .649.288.649.642s-.29.643-.649.643a.646.646 0 0 1-.649-.643c0-.354.291-.642.649-.642m0 .457a.205.205 0 0 1 .214.185c.003.061-.007.12-.044.162-.046.051-.097.106-.17.112-.086.008-.171.004-.233-.046-.071-.058-.137-.13-.147-.228a.4.4 0 0 1 .073-.302.47.47 0 0 1 .307-.179z", style: {
15
15
  fill: 'none'
@@ -9,7 +9,7 @@ const LinkedIn = ({ color = '#000000', height = '1em', strokeWidth = 1, width =
9
9
  clipRule: 'evenodd',
10
10
  strokeLinejoin: 'round',
11
11
  strokeMiterlimit: 2
12
- }, viewBox: "0 0 33 33", children: [_jsx("path", { d: "M503.425 267.168a1.9 1.9 0 0 0-.512-.842 2 2 0 0 0-1.409-.561l-4.022.05a1.94 1.94 0 0 0-1.357.563c-.34.344-.556.811-.548 1.328l.344 18.443a1.5 1.5 0 0 0 .468 1.069 1.557 1.557 0 0 0 1.093.428l4.269-.091c.394-.008.75-.166 1.003-.424.249-.256.405-.601.397-.982l-.14-6.211a.205.205 0 0 0-.207-.202.204.204 0 0 0-.206.202l-.14 6.211a.685.685 0 0 1-.707.656l-4.269-.09a.58.58 0 0 1-.397-.177.55.55 0 0 1-.149-.389l.344-18.443c.001-.053.033-.096.068-.131a.2.2 0 0 1 .134-.041l4.022.05c.033.001.059.022.08.043.02.02.023.049.023.079l-.023 1.794a.96.96 0 0 0 .838.944.975.975 0 0 0 1.071-.682c.064-.211.241-.398.463-.585.363-.309.859-.578 1.431-.807 1.889-.755 4.606-1.014 6.746-.15 1.712.691 3.001 2.164 3.094 4.769l.001.027c.1 1.38.149 3.232.18 5.131.049 3.039.044 6.197.033 7.763 0 .058-.013.114-.052.152a.23.23 0 0 1-.156.078l-4.229.082a.34.34 0 0 1-.241-.081.34.34 0 0 1-.119-.236l-.245-9.913c-.006-2.897-1.991-4.304-3.968-4.254-1.896.048-3.811 1.446-3.748 4.2l.083 2.76c0 .021.017.038.039.038a.04.04 0 0 0 .038-.038l.083-2.758c.083-2.469 1.805-3.684 3.504-3.637 1.628.045 3.197 1.287 3.073 3.678l-.246 9.924c-.011.475.188.905.498 1.223.314.321.759.513 1.249.523l4.229.082c.509.01.971-.192 1.315-.509a1.83 1.83 0 0 0 .583-1.275v-.001c.063-1.574.186-4.748.222-7.805.023-1.929.008-3.811-.06-5.22-.148-4.596-3.065-6.635-6.362-7.141-2.431-.374-5.077.138-6.875 1.033q-.335.168-.631.353", style: {
12
+ }, viewBox: "0 0 33 33", height: height, children: [_jsx("path", { d: "M503.425 267.168a1.9 1.9 0 0 0-.512-.842 2 2 0 0 0-1.409-.561l-4.022.05a1.94 1.94 0 0 0-1.357.563c-.34.344-.556.811-.548 1.328l.344 18.443a1.5 1.5 0 0 0 .468 1.069 1.557 1.557 0 0 0 1.093.428l4.269-.091c.394-.008.75-.166 1.003-.424.249-.256.405-.601.397-.982l-.14-6.211a.205.205 0 0 0-.207-.202.204.204 0 0 0-.206.202l-.14 6.211a.685.685 0 0 1-.707.656l-4.269-.09a.58.58 0 0 1-.397-.177.55.55 0 0 1-.149-.389l.344-18.443c.001-.053.033-.096.068-.131a.2.2 0 0 1 .134-.041l4.022.05c.033.001.059.022.08.043.02.02.023.049.023.079l-.023 1.794a.96.96 0 0 0 .838.944.975.975 0 0 0 1.071-.682c.064-.211.241-.398.463-.585.363-.309.859-.578 1.431-.807 1.889-.755 4.606-1.014 6.746-.15 1.712.691 3.001 2.164 3.094 4.769l.001.027c.1 1.38.149 3.232.18 5.131.049 3.039.044 6.197.033 7.763 0 .058-.013.114-.052.152a.23.23 0 0 1-.156.078l-4.229.082a.34.34 0 0 1-.241-.081.34.34 0 0 1-.119-.236l-.245-9.913c-.006-2.897-1.991-4.304-3.968-4.254-1.896.048-3.811 1.446-3.748 4.2l.083 2.76c0 .021.017.038.039.038a.04.04 0 0 0 .038-.038l.083-2.758c.083-2.469 1.805-3.684 3.504-3.637 1.628.045 3.197 1.287 3.073 3.678l-.246 9.924c-.011.475.188.905.498 1.223.314.321.759.513 1.249.523l4.229.082c.509.01.971-.192 1.315-.509a1.83 1.83 0 0 0 .583-1.275v-.001c.063-1.574.186-4.748.222-7.805.023-1.929.008-3.811-.06-5.22-.148-4.596-3.065-6.635-6.362-7.141-2.431-.374-5.077.138-6.875 1.033q-.335.168-.631.353", style: {
13
13
  fill: '#0077b5'
14
14
  }, transform: "matrix(.95527 0 0 .96947 -462.224 -246.524)" }), _jsx("path", { d: "m478.578 155.201-10.536-.115c.087-.933.266-2.504.338-4.358.057-1.46.077-3.094-.003-4.728-.098-1.999-.334-3.994-.552-5.673-.212-1.629-.477-2.953-.601-3.691l12.006-.25c.156-.003.317-.006.427.024.129.035.265.077.278.135l.343 1.432c0 .118.303.214.676.214s.677-.096.677-.214l.342-1.432c.059-.244-.263-.464-.731-.636-.485-.178-1.211-.276-2.012-.295l-12.515-.26c-.503-.01-.991.027-1.459.078a8 8 0 0 0-1.267.251 3.1 3.1 0 0 0-.876.39c-.225.145-.307.307-.339.472-.117.717-.396 2.084-.617 3.782-.218 1.679-.454 3.674-.552 5.673a54 54 0 0 0-.003 4.728c.083 2.127.306 3.881.373 4.727.017.199.127.394.378.571s.583.344 1.037.48c.453.135.962.247 1.533.316.568.068 1.172.112 1.792.107l12.515-.137c1.162-.013 2.224-.153 2.959-.402.726-.246 1.218-.572 1.177-.935l-2.284-16.596c0-.022-.057-.04-.128-.04-.07 0-.127.018-.127.04z", style: {
15
15
  fill: '#0077b5'
@@ -9,7 +9,7 @@ const Reddit = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1
9
9
  clipRule: 'evenodd',
10
10
  strokeLinejoin: 'round',
11
11
  strokeMiterlimit: 2
12
- }, viewBox: "0 0 31 31", children: _jsxs("g", { transform: "matrix(.95823 0 0 .96677 -727.46 -1836.718)", children: [_jsx("path", { d: "M759.929 1900.02h31.441v31.133h-31.441z", style: {
12
+ }, viewBox: "0 0 31 31", height: height, children: _jsxs("g", { transform: "matrix(.95823 0 0 .96677 -727.46 -1836.718)", children: [_jsx("path", { d: "M759.929 1900.02h31.441v31.133h-31.441z", style: {
13
13
  fill: 'none'
14
14
  } }), _jsx("clipPath", { id: "ic_category_social_media_reddit_svg__a", children: _jsx("path", { d: "M759.929 1900.02h31.441v31.133h-31.441z" }) }), _jsxs("g", { clipPath: "url(#ic_category_social_media_reddit_svg__a)", children: [_jsx("path", { d: "M852.948 384c-8.278 0-15 6.721-15 15s6.722 15 15 15c8.279 0 15.344-6.728 15-15-.342-8.226-5.32-13.539-13.795-14.961zm5.607 9.839c.379-1.442-1.496-2.07-2.203-1.064a.25.25 0 0 1-.256.111c-.505-.089-2.022-.384-2.747-.525a.4.4 0 0 0-.472.317l-.782 3.966a.17.17 0 0 1-.155.139c-1.631.149-3.158.656-4.589 1.49-2.468-2.04-4.632 2.043-1.991 2.914 1.227 7.36 13.043 7.783 14.174.014 2.164-1.105.28-4.409-2.038-2.828-1.693-.978-3.151-1.486-4.367-1.512a.146.146 0 0 1-.144-.172l.58-3.25a.277.277 0 0 1 .315-.225l2.158.339a.174.174 0 0 1 .146.158c.143 1.137 1.941 1.301 2.25.383z", style: {
15
15
  fill: '#ff5700'
@@ -9,7 +9,7 @@ const Twitter = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '
9
9
  clipRule: 'evenodd',
10
10
  strokeLinejoin: 'round',
11
11
  strokeMiterlimit: 2
12
- }, viewBox: "0 0 32 26", children: _jsx("path", { d: "M834.408 263.298a9.2 9.2 0 0 1-1.486 1.03.7.7 0 0 0-.357.647c.168 3.782-2.093 11.542-8.712 15.104-2.942 1.583-6.74 2.317-11.568 1.524 1.28-.374 2.346-1.016 3.334-2.016a1.029 1.029 0 0 0-.66-1.749c-.837-.057-2.278-.277-3.638-1.032a6.4 6.4 0 0 1-1.406-1.043 7.2 7.2 0 0 0 1.865-.416 4 4 0 0 0 .429-.182q.118-.063.151-.089c.355-.26.373-.567.379-.664.024-.386-.111-.706-.519-.886-.721-.313-2.127-1.079-3.241-2.351-.598-.682-1.12-1.509-1.393-2.495.588.142 1.189.241 1.542.287l.375.04a.58.58 0 0 0 .342-.102c.288-.209.332-.457.22-.714-.032-.074-.087-.211-.268-.302-.84-.421-1.756-1.8-2.196-3.416-.337-1.238-.397-2.618.095-3.87.287.379.644.748 1.031 1.089.82.721 1.758 1.321 2.354 1.651a.04.04 0 0 0 .052-.012.04.04 0 0 0-.012-.053 14.4 14.4 0 0 1-2.155-1.834c-.446-.468-.846-.97-1.099-1.469a.25.25 0 0 0-.437.002c-.864 1.436-.966 3.146-.668 4.691a8.3 8.3 0 0 0 1.047 2.724 4.4 4.4 0 0 1-.775-.318.687.687 0 0 0-1.003.647c.053 1.815.784 3.307 1.718 4.482.544.683 1.16 1.254 1.753 1.714a4.3 4.3 0 0 1-1.288-.197.963.963 0 0 0-1.148 1.344c.785 1.667 1.989 2.777 3.258 3.506a9.7 9.7 0 0 0 1.974.848 6 6 0 0 1-.992.318c-1.43.332-3.182.304-5.499.113a1.008 1.008 0 0 0-.431 1.949c8.636 3.075 14.902 2.292 19.322-.18 6.955-3.89 9.364-12.024 9.275-16.299a12 12 0 0 0 1.527-1.187c.708-.644 1.296-1.317 1.593-1.787a.648.648 0 0 0-.924-.877 4 4 0 0 1-.262.111 13 13 0 0 1-1.321.4c.969-1.17 1.571-2.414 1.571-2.414a.555.555 0 0 0-.784-.723s-1.223.757-2.347 1.337c-.511.264-.988.51-1.288.587-2.636-2.433-5.513-2.489-7.724-1.329-2.44 1.28-4.063 4.063-3.623 6.773a12.3 12.3 0 0 1-4.332-.519c-2.593-.782-4.237-2.126-4.237-2.126a.2.2 0 0 0-.284.025.2.2 0 0 0 .025.284s1.67 1.438 4.34 2.313c1.392.457 3.056.758 4.895.628a.31.31 0 0 0 .229-.128c.055-.073.075-.167.055-.256-.519-2.518 1.018-5.122 3.308-6.257 1.984-.983 4.541-.826 6.817 1.481a.5.5 0 0 0 .347.147c.286.008.867-.182 1.52-.482.291-.134.6-.287.905-.444l-.019.025c-.423.532-.94 1.079-1.521 1.468a.606.606 0 0 0 .328 1.105c.45.015 1.044-.06 1.641-.176", style: {
12
+ }, viewBox: "0 0 32 26", height: height, children: _jsx("path", { d: "M834.408 263.298a9.2 9.2 0 0 1-1.486 1.03.7.7 0 0 0-.357.647c.168 3.782-2.093 11.542-8.712 15.104-2.942 1.583-6.74 2.317-11.568 1.524 1.28-.374 2.346-1.016 3.334-2.016a1.029 1.029 0 0 0-.66-1.749c-.837-.057-2.278-.277-3.638-1.032a6.4 6.4 0 0 1-1.406-1.043 7.2 7.2 0 0 0 1.865-.416 4 4 0 0 0 .429-.182q.118-.063.151-.089c.355-.26.373-.567.379-.664.024-.386-.111-.706-.519-.886-.721-.313-2.127-1.079-3.241-2.351-.598-.682-1.12-1.509-1.393-2.495.588.142 1.189.241 1.542.287l.375.04a.58.58 0 0 0 .342-.102c.288-.209.332-.457.22-.714-.032-.074-.087-.211-.268-.302-.84-.421-1.756-1.8-2.196-3.416-.337-1.238-.397-2.618.095-3.87.287.379.644.748 1.031 1.089.82.721 1.758 1.321 2.354 1.651a.04.04 0 0 0 .052-.012.04.04 0 0 0-.012-.053 14.4 14.4 0 0 1-2.155-1.834c-.446-.468-.846-.97-1.099-1.469a.25.25 0 0 0-.437.002c-.864 1.436-.966 3.146-.668 4.691a8.3 8.3 0 0 0 1.047 2.724 4.4 4.4 0 0 1-.775-.318.687.687 0 0 0-1.003.647c.053 1.815.784 3.307 1.718 4.482.544.683 1.16 1.254 1.753 1.714a4.3 4.3 0 0 1-1.288-.197.963.963 0 0 0-1.148 1.344c.785 1.667 1.989 2.777 3.258 3.506a9.7 9.7 0 0 0 1.974.848 6 6 0 0 1-.992.318c-1.43.332-3.182.304-5.499.113a1.008 1.008 0 0 0-.431 1.949c8.636 3.075 14.902 2.292 19.322-.18 6.955-3.89 9.364-12.024 9.275-16.299a12 12 0 0 0 1.527-1.187c.708-.644 1.296-1.317 1.593-1.787a.648.648 0 0 0-.924-.877 4 4 0 0 1-.262.111 13 13 0 0 1-1.321.4c.969-1.17 1.571-2.414 1.571-2.414a.555.555 0 0 0-.784-.723s-1.223.757-2.347 1.337c-.511.264-.988.51-1.288.587-2.636-2.433-5.513-2.489-7.724-1.329-2.44 1.28-4.063 4.063-3.623 6.773a12.3 12.3 0 0 1-4.332-.519c-2.593-.782-4.237-2.126-4.237-2.126a.2.2 0 0 0-.284.025.2.2 0 0 0 .025.284s1.67 1.438 4.34 2.313c1.392.457 3.056.758 4.895.628a.31.31 0 0 0 .229-.128c.055-.073.075-.167.055-.256-.519-2.518 1.018-5.122 3.308-6.257 1.984-.983 4.541-.826 6.817 1.481a.5.5 0 0 0 .347.147c.286.008.867-.182 1.52-.482.291-.134.6-.287.905-.444l-.019.025c-.423.532-.94 1.079-1.521 1.468a.606.606 0 0 0 .328 1.105c.45.015 1.044-.06 1.641-.176", style: {
13
13
  fill: '#1da1f2'
14
14
  }, transform: "matrix(.97148 0 0 .97149 -781.766 -250.515)" }) }));
15
15
  };
@@ -9,7 +9,7 @@ const YouTube = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '
9
9
  clipRule: 'evenodd',
10
10
  strokeLinejoin: 'round',
11
11
  strokeMiterlimit: 2
12
- }, viewBox: "0 0 33 23", children: [_jsx("path", { d: "M724 1425.29h31.271v22.253H724z", style: {
12
+ }, viewBox: "0 0 33 23", height: height, children: [_jsx("path", { d: "M724 1425.29h31.271v22.253H724z", style: {
13
13
  fill: 'none'
14
14
  }, transform: "matrix(1.00186 0 0 1.00096 -724.375 -1426.371)" }), _jsx("path", { d: "m481.654 139.634-.209-2.561c-.032-.401-.236-.761-.538-1.042-.309-.288-.736-.479-1.215-.545h-.003a65 65 0 0 0-6.696-.51 79 79 0 0 0-6.729.146h-.002a2.8 2.8 0 0 0-1.577.615 2.1 2.1 0 0 0-.767 1.338v.002a77 77 0 0 0-.455 4.463 62 62 0 0 0-.152 4.482c.011 3.017.251 6 .641 8.949v.002c.07.501.328.953.727 1.29.395.334.915.566 1.501.624h.004c2.262.208 4.522.3 6.775.26a58 58 0 0 0 6.742-.509h.003c.512-.071.966-.281 1.294-.59.324-.306.538-.699.566-1.133.213-3.173.391-5.853.369-8.651a57 57 0 0 0-.34-5.761c-.001-.018-.02-.032-.041-.031s-.038.017-.036.035c.086 2.081.058 3.94-.045 5.749-.159 2.784-.5 5.441-.91 8.588a.94.94 0 0 1-.338.582 1.2 1.2 0 0 1-.674.269 58 58 0 0 1-6.587.227 62 62 0 0 1-6.555-.491.85.85 0 0 1-.454-.215.62.62 0 0 1-.198-.398c-.292-2.9-.379-5.832-.356-8.793.011-1.459.045-2.926.113-4.401.067-1.458.151-2.925.285-4.399a.6.6 0 0 1 .19-.392.82.82 0 0 1 .457-.209 85 85 0 0 1 6.556-.465 70 70 0 0 1 6.59.073c.288.018.555.112.758.271.212.164.367.383.415.637l.483 2.533c.013.096.115.165.227.154.113-.011.194-.098.181-.193", style: {
15
15
  fill: 'red'
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file exports all icons in the "Logos" category.
3
+ */
4
+ import Discord from '@/src/icons/logos/Discord';
5
+ import Facebook from '@/src/icons/logos/Facebook';
6
+ import Instagram from '@/src/icons/logos/Instagram';
7
+ import LinkedIn from '@/src/icons/logos/LinkedIn';
8
+ import Reddit from '@/src/icons/logos/Reddit';
9
+ import Twitter from '@/src/icons/logos/Twitter';
10
+ import YouTube from '@/src/icons/logos/YouTube';
11
+ export { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file exports all icons in the "Money" category.
3
+ */
4
+ import Bitcoin from '@/src/icons/money/Bitcoin';
5
+ import CreditCards from '@/src/icons/money/CreditCards';
6
+ import Wallet from '@/src/icons/money/Wallet';
7
+ export { Bitcoin, CreditCards, Wallet };
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a trash can.
5
+ */
6
+ const Delete = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 25 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("g", { transform: "matrix(.99592 0 0 1.00121 -268.62 -341.418)", children: _jsxs("g", { children: [_jsx("path", { d: "m270.666 347.666.116-1.904a.661.661 0 0 1 .458-.57.6.6 0 0 1 .238-.02l7.513.425a.78.78 0 0 0 .549-.22.77.77 0 0 0 .23-.543l.06-1.353c.002-.045.038-.078.07-.108.027-.026.07-.022.11-.02l4.99.113.003.016.005 1.352a.996.996 0 0 0 1.012.993l7.049-.17.09.02.057.09.034 1.274c-1.454.041-4.652.134-8.156.25-6.257.207-13.473.485-13.473.485a.037.037 0 0 0-.036.038c0 .02.016.036.036.036 0 0 7.215.28 13.472.491 4.775.16 8.981.276 8.981.276a.803.803 0 0 0 .804-.8l.055-2.05a1.84 1.84 0 0 0-.539-1.33 1.9 1.9 0 0 0-.612-.413 1.9 1.9 0 0 0-.73-.147l-6.044-.04-.002-.365a1.98 1.98 0 0 0-.596-1.398 2 2 0 0 0-1.41-.571l-4.99.111c-.513.017-.98.217-1.306.562-.323.339-.536.792-.523 1.296l.02.62-6.716.263a1.37 1.37 0 0 0-1.251.892c-.057.166-.09.339-.08.515l.117 1.904a.197.197 0 0 0 .395 0M271.846 349.574l-.82 17.866c-.015.375.054.743.183 1.088a2.82 2.82 0 0 0 1.518 1.578c.345.152.72.23 1.104.238 1.508.028 3.705.082 6.075.111 1.327.016 2.707.032 4.05.027 2.621-.012 5.096-.077 6.749-.102a2.9 2.9 0 0 0 2.04-.886 2.78 2.78 0 0 0 .776-2.04c-.09-1.763-.214-4.46-.368-7.24-.294-5.29-.655-10.858-.655-10.858a.037.037 0 0 0-.074 0s-.204 5.578-.35 10.873c-.076 2.785-.123 5.483-.163 7.247a1.2 1.2 0 0 1-.382.823 1.147 1.147 0 0 1-.822.302c-1.653-.029-4.128-.1-6.75-.116-1.342-.01-2.722.003-4.05.017-2.368.024-4.565.073-6.074.097a1.15 1.15 0 0 1-.828-.31 1.2 1.2 0 0 1-.377-.829l-.388-17.882a.196.196 0 0 0-.194-.199.2.2 0 0 0-.2.195" }), _jsx("path", { d: "M277.887 351.991s-.057.6-.13 1.549c-.05.645-.114 1.442-.164 2.323a59 59 0 0 0-.067 1.548q-.018.514-.02 1.032.004.521.023 1.033c.018.532.046 1.052.074 1.548.032.555.068 1.076.1 1.549.1 1.384.184 2.324.184 2.324a.122.122 0 0 0 .244 0s.084-.94.183-2.324a96 96 0 0 0 .176-3.097q.02-.511.021-1.033c.001-.345-.008-.69-.018-1.032-.016-.53-.04-1.052-.067-1.548-.05-.881-.114-1.678-.164-2.323a96 96 0 0 0-.13-1.549.12.12 0 0 0-.123-.12.12.12 0 0 0-.122.12M285.92 351.991s-.057.6-.13 1.549c-.051.645-.114 1.442-.164 2.323a59 59 0 0 0-.068 1.548c-.01.342-.019.687-.019 1.032q.003.521.022 1.033c.018.532.047 1.052.075 1.548a145.545 145.545 0 0 0 .284 3.873c0 .066.054.121.121.121a.12.12 0 0 0 .123-.12s.083-.941.183-2.325a96 96 0 0 0 .175-3.097q.02-.511.021-1.033c.001-.345-.008-.69-.018-1.032-.016-.53-.039-1.052-.067-1.548-.05-.881-.113-1.678-.164-2.323a96 96 0 0 0-.13-1.549.12.12 0 0 0-.123-.12.12.12 0 0 0-.121.12" })] }) }) }));
13
+ };
14
+ export default Delete;
@@ -16,8 +16,6 @@ const Refresh = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '
16
16
  clipRule: 'evenodd',
17
17
  strokeLinejoin: 'round',
18
18
  strokeMiterlimit: 2
19
- }, viewBox: "0 0 33 28", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M634.483 1673.02h35.983v26.903h-35.983z", style: {
20
- fill: 'none'
21
- }, transform: "matrix(.88725 0 0 1.00132 -562.43 -1674.52)" }), _jsx("path", { d: "M28.561 11.94a43 43 0 0 0-1.882-.981 109 109 0 0 0-4.297-1.957.243.243 0 1 0-.255.414s1.916 1.607 3.69 2.947c.658.498 1.295.944 1.783 1.275.366.25.652.422.787.509a1.087 1.087 0 0 0 1.57-.494c.072-.183.25-.602.456-1.165.187-.508.4-1.124.611-1.778.68-2.114 1.356-4.52 1.356-4.52a.243.243 0 1 0-.446-.195s-1.3 2.136-2.383 4.074a47 47 0 0 0-.99 1.87M4.392 16.409c.508.28 1.17.632 1.883.98 1.997.975 4.297 1.957 4.297 1.957a.243.243 0 1 0 .254-.414s-1.916-1.608-3.689-2.948a44 44 0 0 0-1.783-1.275c-.367-.249-.653-.421-.788-.508a1.087 1.087 0 0 0-1.57.494c-.072.183-.25.602-.456 1.165a46 46 0 0 0-.61 1.778c-.68 2.113-1.357 4.52-1.357 4.52a.243.243 0 1 0 .446.194s1.3-2.135 2.383-4.073a47 47 0 0 0 .99-1.87" }), _jsx("path", { d: "M5.844 9.488c1.245-2.605 3.204-4.45 5.44-5.565a12 12 0 0 1 5.129-1.276c4.332-.08 8.671 2.175 10.914 6.947a.418.418 0 0 0 .768-.328C25.994 3.768 21.271.953 16.438.736A13.3 13.3 0 0 0 10.33 1.92C7.615 3.155 5.255 5.363 3.714 8.448a1.187 1.187 0 0 0 .544 1.585 1.187 1.187 0 0 0 1.586-.545M27.107 18.858c-1.245 2.606-3.203 4.451-5.44 5.566a12 12 0 0 1-5.128 1.275c-4.332.081-8.672-2.175-10.915-6.946a.418.418 0 0 0-.768.327c2.102 5.499 6.825 8.314 11.658 8.53a13.3 13.3 0 0 0 6.108-1.184c2.715-1.235 5.075-3.443 6.616-6.527a1.187 1.187 0 0 0-.545-1.586 1.187 1.187 0 0 0-1.586.545" })] }));
19
+ }, viewBox: "0 0 33 28", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M28.561 11.94a43 43 0 0 0-1.882-.981 109 109 0 0 0-4.297-1.957.243.243 0 1 0-.255.414s1.916 1.607 3.69 2.947c.658.498 1.295.944 1.783 1.275.366.25.652.422.787.509a1.087 1.087 0 0 0 1.57-.494c.072-.183.25-.602.456-1.165.187-.508.4-1.124.611-1.778.68-2.114 1.356-4.52 1.356-4.52a.243.243 0 1 0-.446-.195s-1.3 2.136-2.383 4.074a47 47 0 0 0-.99 1.87M4.392 16.409c.508.28 1.17.632 1.883.98 1.997.975 4.297 1.957 4.297 1.957a.243.243 0 1 0 .254-.414s-1.916-1.608-3.689-2.948a44 44 0 0 0-1.783-1.275c-.367-.249-.653-.421-.788-.508a1.087 1.087 0 0 0-1.57.494c-.072.183-.25.602-.456 1.165a46 46 0 0 0-.61 1.778c-.68 2.113-1.357 4.52-1.357 4.52a.243.243 0 1 0 .446.194s1.3-2.135 2.383-4.073a47 47 0 0 0 .99-1.87" }), _jsx("path", { d: "M5.844 9.488c1.245-2.605 3.204-4.45 5.44-5.565a12 12 0 0 1 5.129-1.276c4.332-.08 8.671 2.175 10.914 6.947a.418.418 0 0 0 .768-.328C25.994 3.768 21.271.953 16.438.736A13.3 13.3 0 0 0 10.33 1.92C7.615 3.155 5.255 5.363 3.714 8.448a1.187 1.187 0 0 0 .544 1.585 1.187 1.187 0 0 0 1.586-.545M27.107 18.858c-1.245 2.606-3.203 4.451-5.44 5.566a12 12 0 0 1-5.128 1.275c-4.332.081-8.672-2.175-10.915-6.946a.418.418 0 0 0-.768.327c2.102 5.499 6.825 8.314 11.658 8.53a13.3 13.3 0 0 0 6.108-1.184c2.715-1.235 5.075-3.443 6.616-6.527a1.187 1.187 0 0 0-.545-1.586 1.187 1.187 0 0 0-1.586.545" })] }));
22
20
  };
23
21
  export default Refresh;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file exports all icons in the "Saving & Data Management" category.
3
+ */
4
+ import Delete from '@/src/icons/saving-data-management/Delete';
5
+ import Refresh from '@/src/icons/saving-data-management/Refresh';
6
+ export { Delete, Refresh };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file exports all icons in the "Security & Privacy" category.
3
+ */
4
+ import Fingerprint from '@/src/icons/security-privacy/Fingerprint';
5
+ import Logout from '@/src/icons/security-privacy/Logout';
6
+ export { Fingerprint, Logout };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file exports all icons in the "Shopping" category.
3
+ */
4
+ import ShoppingCart from '@/src/icons/shopping/ShoppingCart';
5
+ export { ShoppingCart };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file exports all icons in the "Social & People" category.
3
+ */
4
+ import AddFriend from '@/src/icons/social-people/AddFriend';
5
+ import AddFriends from '@/src/icons/social-people/AddFriends';
6
+ export { AddFriend, AddFriends };
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of an info.
5
+ */
6
+ const Info = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 30 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("ellipse", { cx: 621.368, cy: 81.007, rx: 0.649, ry: 0.642, transform: "matrix(3.74837 0 0 3.78893 -2314.179 -297.91)" }), _jsx("path", { d: "M5.994 26.258c-2.789-2.523-4.279-5.932-4.468-9.415-.186-3.395.89-6.863 3.324-9.603 2.357-2.73 5.604-4.213 8.938-4.489 3.327-.274 6.766.654 9.533 2.954a13.5 13.5 0 0 1 4.857 8.906c.394 3.434-.534 6.982-2.98 9.754-2.502 2.85-5.416 4.49-8.571 4.914-3.108.417-6.438-.332-9.837-2.24a.08.08 0 0 0-.106.027.08.08 0 0 0 .027.106c3.395 2.113 6.78 3.015 9.985 2.73 3.36-.3 6.517-1.908 9.296-4.81 2.81-2.95 3.978-6.827 3.675-10.626-.301-3.793-2.09-7.499-5.159-10.169C21.371 1.615 17.434.43 13.618.765 9.81 1.098 6.145 2.94 3.526 6.123.985 9.298-.071 13.195.363 16.942a14.27 14.27 0 0 0 5.377 9.617.197.197 0 0 0 .254-.3" }), _jsx("path", { d: "M15.954 24.794s.01-2.065-.117-4.403c-.168-3.08-.54-6.604-.54-6.604a.358.358 0 0 0-.718.002s-.373 3.522-.54 6.603c-.127 2.338-.117 4.401-.117 4.401a1.015 1.015 0 1 0 2.032.001" })] }));
13
+ };
14
+ export default Info;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file exports all icons in the "Status & Notifications" category.
3
+ */
4
+ import Info from '@/src/icons/status-notifications/Info';
5
+ export { Info };
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a description.
5
+ */
6
+ const Description = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 26 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m25.49 6.367.108-2.987a2.31 2.31 0 0 0-.634-1.663 2.37 2.37 0 0 0-1.661-.745C21.041.906 17.176.776 13.305.68 9.437.581 5.57.516 3.307.468A2.9 2.9 0 0 0 .603 2.237c-.151.35-.228.731-.233 1.119-.012 2.58-.069 7.296-.056 12.013s.097 9.433.123 12.012a2.86 2.86 0 0 0 2.876 2.835l19.915-.34a2.48 2.48 0 0 0 1.74-.75c.435-.45.705-1.061.695-1.737L25.34 7.862a.037.037 0 0 0-.037-.037.037.037 0 0 0-.037.037l-.473 19.524a1.54 1.54 0 0 1-.483 1.082c-.28.268-.664.425-1.083.417l-19.915-.34a1.147 1.147 0 0 1-1.125-1.164c.025-2.58.105-7.295.115-12.013.01-4.716-.05-9.432-.064-12.012a1.07 1.07 0 0 1 .299-.769 1.1 1.1 0 0 1 .768-.345c2.26-.043 6.129-.1 9.998-.19 3.87-.09 7.736-.211 9.998-.273a1.62 1.62 0 0 1 1.166.432 1.687 1.687 0 0 1 .535 1.168l.096 2.987a.196.196 0 1 0 .392 0" }), _jsx("path", { d: "M5.304 8.384s3 .01 6.4-.117c4.466-.166 9.6-.541 9.6-.541a.358.358 0 1 0 0-.716s-5.134-.375-9.6-.541c-3.4-.127-6.4-.117-6.4-.117a1.016 1.016 0 0 0 0 2.032M5.304 16.384s3 .01 6.4-.117c4.466-.166 9.6-.541 9.6-.541a.358.358 0 1 0 0-.716s-5.134-.375-9.6-.541c-3.4-.127-6.4-.117-6.4-.117a1.016 1.016 0 0 0 0 2.032M5.301 24.384s2.251.01 4.801-.117c3.357-.167 7.201-.541 7.201-.541a.358.358 0 1 0 0-.716s-3.844-.374-7.201-.541c-2.55-.127-4.8-.117-4.8-.117a1.016 1.016 0 0 0 0 2.032" })] }));
13
+ };
14
+ export default Description;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file exports all icons in the "Text Formatting" category.
3
+ */
4
+ import Description from '@/src/icons/text-formatting/Description';
5
+ export { Description };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file exports all icons in the "Time & Calendar" category.
3
+ */
4
+ import Calendar from '@/src/icons/time-calendar/Calendar';
5
+ import Clock from '@/src/icons/time-calendar/Clock';
6
+ export { Calendar, Clock };
@@ -9,14 +9,6 @@ const Filter = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1
9
9
  clipRule: 'evenodd',
10
10
  strokeLinejoin: 'round',
11
11
  strokeMiterlimit: 2
12
- }, viewBox: "0 0 26 23", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsxs("g", { transform: "matrix(1.00639 0 0 1.00434 -836.38 -357.517)", children: [_jsx("path", { d: "M831.5 356h24.613v22H831.5z", style: {
13
- fill: 'none'
14
- } }), _jsx("path", { d: "M832.062 359.455s1.957.18 4.77.344c.884.052 1.846.096 2.862.127.621.019 1.259.034 1.907.034.754 0 1.522-.012 2.29-.04 1.16-.041 2.316-.113 3.434-.188 4.681-.31 8.585-.672 8.585-.672a.1.1 0 0 0 .103-.102.1.1 0 0 0-.103-.101s-3.904-.362-8.585-.672a109 109 0 0 0-3.434-.189 63 63 0 0 0-2.29-.04c-.648 0-1.286.015-1.907.035-1.016.03-1.978.075-2.862.126-2.813.165-4.77.344-4.77.344a.497.497 0 0 0 0 .994M832.062 367.416s1.957.181 4.77.346c.884.051 1.846.097 2.862.128a63.045 63.045 0 0 0 4.197-.003c1.16-.041 2.316-.113 3.434-.187a384 384 0 0 0 8.585-.668.109.109 0 0 0 0-.217s-3.904-.358-8.585-.668a114 114 0 0 0-3.434-.187 63 63 0 0 0-4.197-.003c-1.016.031-1.978.077-2.862.128-2.813.165-4.77.346-4.77.346-.271 0-.49.22-.49.493 0 .272.219.492.49.492M832.062 375.374s1.607.155 4.007.32c.538.036 1.11.074 1.717.1 1.183.048 2.478.096 3.815.096.756 0 1.522-.028 2.29-.058a144 144 0 0 0 3.434-.192c4.68-.304 8.585-.638 8.585-.638a.114.114 0 0 0 .113-.113.114.114 0 0 0-.113-.113s-3.905-.334-8.585-.638a144 144 0 0 0-3.434-.192 57 57 0 0 0-2.29-.058c-1.337 0-2.632.048-3.815.097-.607.025-1.18.063-1.717.1-2.4.164-4.007.319-4.007.319a.484.484 0 0 0 0 .97" }), _jsx("path", { d: "M840.012 357.462c0-.823-.668-1.493-1.49-1.493h-2.981c-.824 0-1.49.67-1.49 1.493v2.988c0 .825.666 1.493 1.49 1.493h2.98c.823 0 1.49-.668 1.49-1.493zM851.936 365.428c0-.824-.668-1.494-1.49-1.494h-2.982c-.823 0-1.49.67-1.49 1.494v2.987c0 .825.667 1.493 1.49 1.493h2.981c.823 0 1.49-.668 1.49-1.493zM843.986 373.393c0-.823-.668-1.493-1.49-1.493h-2.98c-.824 0-1.491.67-1.491 1.493v2.988c0 .824.667 1.493 1.49 1.493h2.981c.822 0 1.49-.669 1.49-1.493z" }), _jsx("path", { d: "M872 359.965c0-.532-.688-.965-1.535-.965h-3.07c-.848 0-1.535.433-1.535.965v1.931c0 .533.687.965 1.535.965h3.07c.847 0 1.535-.432 1.535-.965zm0 0-.294 1.931c-.03.207-.206.379-.44.503-.215.114-.5.163-.801.148l-3.07-.124a1.06 1.06 0 0 1-.557-.177c-.136-.092-.215-.215-.212-.35 0 0-.001-.362-.02-.772-.025-.539-.079-1.159-.079-1.159a.45.45 0 0 1 .203-.417c.168-.121.392-.217.665-.229l3.07-.168c.376-.023.728.046.999.186.295.152.495.371.536.628", style: {
15
- fill: 'none'
16
- }, transform: "matrix(.97092 0 0 1.54724 -2.657 -183.559)" }), _jsx("path", { d: "M872 359.965c0-.532-.688-.965-1.535-.965h-3.07c-.848 0-1.535.433-1.535.965v1.931c0 .533.687.965 1.535.965h3.07c.847 0 1.535-.432 1.535-.965zm0 0-.294 1.931c-.03.207-.206.379-.44.503-.215.114-.5.163-.801.148l-3.07-.124a1.06 1.06 0 0 1-.557-.177c-.136-.092-.215-.215-.212-.35 0 0-.001-.362-.02-.772-.025-.539-.079-1.159-.079-1.159a.45.45 0 0 1 .203-.417c.168-.121.392-.217.665-.229l3.07-.168c.376-.023.728.046.999.186.295.152.495.371.536.628", style: {
17
- fill: 'none'
18
- }, transform: "matrix(.97092 0 0 1.54724 5.292 -191.524)" }), _jsx("path", { d: "M872 359.965c0-.532-.688-.965-1.535-.965h-3.07c-.848 0-1.535.433-1.535.965v1.931c0 .533.687.965 1.535.965h3.07c.847 0 1.535-.432 1.535-.965zm0 0-.294 1.931c-.03.207-.206.379-.44.503-.215.114-.5.163-.801.148l-3.07-.124a1.06 1.06 0 0 1-.557-.177c-.136-.092-.215-.215-.212-.35 0 0-.001-.362-.02-.772-.025-.539-.079-1.159-.079-1.159a.45.45 0 0 1 .203-.417c.168-.121.392-.217.665-.229l3.07-.168c.376-.023.728.046.999.186.295.152.495.371.536.628", style: {
19
- fill: 'none'
20
- }, transform: "matrix(.97092 0 0 1.54724 -6.632 -199.49)" })] }) }));
12
+ }, viewBox: "0 0 26 23", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsxs("g", { transform: "matrix(1.00639 0 0 1.00434 -836.38 -357.517)", children: [_jsx("path", { d: "M832.062 359.455s1.957.18 4.77.344c.884.052 1.846.096 2.862.127.621.019 1.259.034 1.907.034.754 0 1.522-.012 2.29-.04 1.16-.041 2.316-.113 3.434-.188 4.681-.31 8.585-.672 8.585-.672a.1.1 0 0 0 .103-.102.1.1 0 0 0-.103-.101s-3.904-.362-8.585-.672a109 109 0 0 0-3.434-.189 63 63 0 0 0-2.29-.04c-.648 0-1.286.015-1.907.035-1.016.03-1.978.075-2.862.126-2.813.165-4.77.344-4.77.344a.497.497 0 0 0 0 .994M832.062 367.416s1.957.181 4.77.346c.884.051 1.846.097 2.862.128a63.045 63.045 0 0 0 4.197-.003c1.16-.041 2.316-.113 3.434-.187a384 384 0 0 0 8.585-.668.109.109 0 0 0 0-.217s-3.904-.358-8.585-.668a114 114 0 0 0-3.434-.187 63 63 0 0 0-4.197-.003c-1.016.031-1.978.077-2.862.128-2.813.165-4.77.346-4.77.346-.271 0-.49.22-.49.493 0 .272.219.492.49.492M832.062 375.374s1.607.155 4.007.32c.538.036 1.11.074 1.717.1 1.183.048 2.478.096 3.815.096.756 0 1.522-.028 2.29-.058a144 144 0 0 0 3.434-.192c4.68-.304 8.585-.638 8.585-.638a.114.114 0 0 0 .113-.113.114.114 0 0 0-.113-.113s-3.905-.334-8.585-.638a144 144 0 0 0-3.434-.192 57 57 0 0 0-2.29-.058c-1.337 0-2.632.048-3.815.097-.607.025-1.18.063-1.717.1-2.4.164-4.007.319-4.007.319a.484.484 0 0 0 0 .97" }), _jsx("path", { d: "M840.012 357.462c0-.823-.668-1.493-1.49-1.493h-2.981c-.824 0-1.49.67-1.49 1.493v2.988c0 .825.666 1.493 1.49 1.493h2.98c.823 0 1.49-.668 1.49-1.493zM851.936 365.428c0-.824-.668-1.494-1.49-1.494h-2.982c-.823 0-1.49.67-1.49 1.494v2.987c0 .825.667 1.493 1.49 1.493h2.981c.823 0 1.49-.668 1.49-1.493zM843.986 373.393c0-.823-.668-1.493-1.49-1.493h-2.98c-.824 0-1.491.67-1.491 1.493v2.988c0 .824.667 1.493 1.49 1.493h2.981c.822 0 1.49-.669 1.49-1.493z" }), _jsx("path", { d: "M872 359.965c0-.532-.688-.965-1.535-.965h-3.07c-.848 0-1.535.433-1.535.965v1.931c0 .533.687.965 1.535.965h3.07c.847 0 1.535-.432 1.535-.965zm0 0-.294 1.931c-.03.207-.206.379-.44.503-.215.114-.5.163-.801.148l-3.07-.124a1.06 1.06 0 0 1-.557-.177c-.136-.092-.215-.215-.212-.35 0 0-.001-.362-.02-.772-.025-.539-.079-1.159-.079-1.159a.45.45 0 0 1 .203-.417c.168-.121.392-.217.665-.229l3.07-.168c.376-.023.728.046.999.186.295.152.495.371.536.628", transform: "matrix(.97092 0 0 1.54724 -2.657 -183.559)" }), _jsx("path", { d: "M872 359.965c0-.532-.688-.965-1.535-.965h-3.07c-.848 0-1.535.433-1.535.965v1.931c0 .533.687.965 1.535.965h3.07c.847 0 1.535-.432 1.535-.965zm0 0-.294 1.931c-.03.207-.206.379-.44.503-.215.114-.5.163-.801.148l-3.07-.124a1.06 1.06 0 0 1-.557-.177c-.136-.092-.215-.215-.212-.35 0 0-.001-.362-.02-.772-.025-.539-.079-1.159-.079-1.159a.45.45 0 0 1 .203-.417c.168-.121.392-.217.665-.229l3.07-.168c.376-.023.728.046.999.186.295.152.495.371.536.628", transform: "matrix(.97092 0 0 1.54724 5.292 -191.524)" }), _jsx("path", { d: "M872 359.965c0-.532-.688-.965-1.535-.965h-3.07c-.848 0-1.535.433-1.535.965v1.931c0 .533.687.965 1.535.965h3.07c.847 0 1.535-.432 1.535-.965zm0 0-.294 1.931c-.03.207-.206.379-.44.503-.215.114-.5.163-.801.148l-3.07-.124a1.06 1.06 0 0 1-.557-.177c-.136-.092-.215-.215-.212-.35 0 0-.001-.362-.02-.772-.025-.539-.079-1.159-.079-1.159a.45.45 0 0 1 .203-.417c.168-.121.392-.217.665-.229l3.07-.168c.376-.023.728.046.999.186.295.152.495.371.536.628", transform: "matrix(.97092 0 0 1.54724 -6.632 -199.49)" })] }) }));
21
13
  };
22
14
  export default Filter;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file exports all icons in the "User Interface Controls" category.
3
+ */
4
+ import Cancel from '@/src/icons/user-interface-controls/Cancel';
5
+ import Check from '@/src/icons/user-interface-controls/Check';
6
+ import Filter from '@/src/icons/user-interface-controls/Filter';
7
+ import Search from '@/src/icons/user-interface-controls/Search';
8
+ export { Cancel, Check, Filter, Search };