@gravity-ui/icons 2.5.0 → 2.7.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 (137) hide show
  1. package/ArrowsRotateLeftSlash.d.ts +3 -0
  2. package/ArrowsRotateLeftSlash.js +29 -0
  3. package/ArrowsRotateRightSlash.d.ts +3 -0
  4. package/ArrowsRotateRightSlash.js +29 -0
  5. package/BarsAscendingAlignLeftArrowDown.d.ts +3 -0
  6. package/BarsAscendingAlignLeftArrowDown.js +29 -0
  7. package/BarsAscendingAlignLeftArrowUp.d.ts +3 -0
  8. package/BarsAscendingAlignLeftArrowUp.js +29 -0
  9. package/BarsDescendingAlignLeftArrowDown.d.ts +3 -0
  10. package/BarsDescendingAlignLeftArrowDown.js +29 -0
  11. package/BarsDescendingAlignLeftArrowUp.d.ts +3 -0
  12. package/BarsDescendingAlignLeftArrowUp.js +29 -0
  13. package/BellSlash.d.ts +3 -0
  14. package/BellSlash.js +29 -0
  15. package/CHANGELOG.md +21 -0
  16. package/Car.d.ts +3 -0
  17. package/Car.js +29 -0
  18. package/CardClub.d.ts +3 -0
  19. package/CardClub.js +29 -0
  20. package/CardDiamond.d.ts +3 -0
  21. package/CardDiamond.js +29 -0
  22. package/CardHeart.d.ts +3 -0
  23. package/CardHeart.js +29 -0
  24. package/CardSpade.d.ts +3 -0
  25. package/CardSpade.js +29 -0
  26. package/CloudGear.d.ts +3 -0
  27. package/CloudGear.js +29 -0
  28. package/CloudNutHex.d.ts +3 -0
  29. package/CloudNutHex.js +29 -0
  30. package/CopyXmark.d.ts +3 -0
  31. package/CopyXmark.js +29 -0
  32. package/DatabaseArrowRight.d.ts +3 -0
  33. package/DatabaseArrowRight.js +29 -0
  34. package/EnvelopeOpenXmark.d.ts +3 -0
  35. package/EnvelopeOpenXmark.js +29 -0
  36. package/FaceNeutralDashed.d.ts +3 -0
  37. package/FaceNeutralDashed.js +29 -0
  38. package/FileRuble.d.ts +3 -0
  39. package/FileRuble.js +29 -0
  40. package/LayoutSideContentLeft.d.ts +3 -0
  41. package/LayoutSideContentLeft.js +29 -0
  42. package/LayoutSideContentRight.d.ts +3 -0
  43. package/LayoutSideContentRight.js +29 -0
  44. package/LayoutSplitColumns.d.ts +3 -0
  45. package/LayoutSplitColumns.js +29 -0
  46. package/LayoutSplitColumns3.d.ts +3 -0
  47. package/LayoutSplitColumns3.js +29 -0
  48. package/LayoutSplitRows.d.ts +3 -0
  49. package/LayoutSplitRows.js +29 -0
  50. package/LayoutSplitSideContentLeft.d.ts +3 -0
  51. package/LayoutSplitSideContentLeft.js +29 -0
  52. package/LayoutSplitSideContentRight.d.ts +3 -0
  53. package/LayoutSplitSideContentRight.js +29 -0
  54. package/NutHex.d.ts +3 -0
  55. package/NutHex.js +29 -0
  56. package/PauseFill.d.ts +3 -0
  57. package/PauseFill.js +29 -0
  58. package/PersonGear.d.ts +3 -0
  59. package/PersonGear.js +33 -0
  60. package/PersonNutHex.d.ts +3 -0
  61. package/PersonNutHex.js +29 -0
  62. package/Play.js +5 -1
  63. package/PlayFill.d.ts +3 -0
  64. package/PlayFill.js +33 -0
  65. package/StopFill.d.ts +3 -0
  66. package/StopFill.js +29 -0
  67. package/esm/ArrowsRotateLeftSlash.js +4 -0
  68. package/esm/ArrowsRotateRightSlash.js +4 -0
  69. package/esm/BarsAscendingAlignLeftArrowDown.js +4 -0
  70. package/esm/BarsAscendingAlignLeftArrowUp.js +4 -0
  71. package/esm/BarsDescendingAlignLeftArrowDown.js +4 -0
  72. package/esm/BarsDescendingAlignLeftArrowUp.js +4 -0
  73. package/esm/BellSlash.js +4 -0
  74. package/esm/Car.js +4 -0
  75. package/esm/CardClub.js +4 -0
  76. package/esm/CardDiamond.js +4 -0
  77. package/esm/CardHeart.js +4 -0
  78. package/esm/CardSpade.js +4 -0
  79. package/esm/CloudGear.js +4 -0
  80. package/esm/CloudNutHex.js +4 -0
  81. package/esm/CopyXmark.js +4 -0
  82. package/esm/DatabaseArrowRight.js +4 -0
  83. package/esm/EnvelopeOpenXmark.js +4 -0
  84. package/esm/FaceNeutralDashed.js +4 -0
  85. package/esm/FileRuble.js +4 -0
  86. package/esm/LayoutSideContentLeft.js +4 -0
  87. package/esm/LayoutSideContentRight.js +4 -0
  88. package/esm/LayoutSplitColumns.js +4 -0
  89. package/esm/LayoutSplitColumns3.js +4 -0
  90. package/esm/LayoutSplitRows.js +4 -0
  91. package/esm/LayoutSplitSideContentLeft.js +4 -0
  92. package/esm/LayoutSplitSideContentRight.js +4 -0
  93. package/esm/NutHex.js +4 -0
  94. package/esm/PauseFill.js +4 -0
  95. package/esm/PersonGear.js +8 -0
  96. package/esm/PersonNutHex.js +4 -0
  97. package/esm/Play.js +5 -1
  98. package/esm/PlayFill.js +8 -0
  99. package/esm/StopFill.js +4 -0
  100. package/esm/index.js +32 -0
  101. package/index.d.ts +32 -0
  102. package/index.js +76 -11
  103. package/metadata.json +255 -3
  104. package/package.json +1 -1
  105. package/svgs/arrows-rotate-left-slash.svg +1 -0
  106. package/svgs/arrows-rotate-right-slash.svg +1 -0
  107. package/svgs/bars-ascending-align-left-arrow-down.svg +1 -0
  108. package/svgs/bars-ascending-align-left-arrow-up.svg +1 -0
  109. package/svgs/bars-descending-align-left-arrow-down.svg +1 -0
  110. package/svgs/bars-descending-align-left-arrow-up.svg +1 -0
  111. package/svgs/bell-slash.svg +1 -0
  112. package/svgs/car.svg +1 -0
  113. package/svgs/card-club.svg +1 -0
  114. package/svgs/card-diamond.svg +1 -0
  115. package/svgs/card-heart.svg +1 -0
  116. package/svgs/card-spade.svg +1 -0
  117. package/svgs/cloud-gear.svg +1 -0
  118. package/svgs/cloud-nut-hex.svg +1 -0
  119. package/svgs/copy-xmark.svg +1 -0
  120. package/svgs/database-arrow-right.svg +1 -0
  121. package/svgs/envelope-open-xmark.svg +1 -0
  122. package/svgs/face-neutral-dashed.svg +1 -0
  123. package/svgs/file-ruble.svg +1 -0
  124. package/svgs/layout-side-content-left.svg +1 -0
  125. package/svgs/layout-side-content-right.svg +1 -0
  126. package/svgs/layout-split-columns-3.svg +1 -0
  127. package/svgs/layout-split-columns.svg +1 -0
  128. package/svgs/layout-split-rows.svg +1 -0
  129. package/svgs/layout-split-side-content-left.svg +1 -0
  130. package/svgs/layout-split-side-content-right.svg +1 -0
  131. package/svgs/nut-hex.svg +1 -0
  132. package/svgs/pause-fill.svg +1 -0
  133. package/svgs/person-gear.svg +1 -0
  134. package/svgs/person-nut-hex.svg +1 -0
  135. package/svgs/play-fill.svg +1 -0
  136. package/svgs/play.svg +1 -1
  137. package/svgs/stop-fill.svg +1 -0
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const BarsDescendingAlignLeftArrowDown = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.22 13.28a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V3.25a.75.75 0 0 0-1.5 0v7.69l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2ZM7 3.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7 3.25Zm.75 4a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5Zm0 4.75a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", clipRule: "evenodd" })));
4
+ export default BarsDescendingAlignLeftArrowDown;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const BarsDescendingAlignLeftArrowUp = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.22 2.72a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1-1.06 1.06l-.72-.72v7.69a.75.75 0 0 1-1.5 0V5.06l-.72.72A.75.75 0 0 1 .22 4.72l2-2ZM7.75 4a.75.75 0 0 1 0-1.5h7.5a.75.75 0 0 1 0 1.5h-7.5Zm0 3.25a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5Zm0 4.75a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", clipRule: "evenodd" })));
4
+ export default BarsDescendingAlignLeftArrowUp;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const BellSlash = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.74 4.8 1.97 3.03a.75.75 0 0 1 1.06-1.06l11 11a.75.75 0 1 1-1.06 1.06l-.957-.956c-.68.154-1.367.269-2.057.344a2 2 0 0 1-3.912 0 18.134 18.134 0 0 1-2.12-.359l-.822-.19a2.067 2.067 0 0 1-.997-3.474L2.3 9.2c.457-.457.769-1.04.895-1.673L3.741 4.8Zm6.996 6.997a16.632 16.632 0 0 1-6.476-.2l-.82-.189a.567.567 0 0 1-.274-.953l.194-.193a4.774 4.774 0 0 0 1.305-2.44l.35-1.747 5.721 5.722Zm.599-3.975c.028.14.061.277.101.412l3.025 3.024a2.068 2.068 0 0 0-.566-1.863L13.7 9.2a3.274 3.274 0 0 1-.895-1.673l-.62-3.096a4.27 4.27 0 0 0-6.96-2.408L6.292 3.09a2.77 2.77 0 0 1 4.424 1.637l.619 3.095Z", clipRule: "evenodd" })));
4
+ export default BellSlash;
package/esm/Car.js ADDED
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const Car = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.5 11H4.419l-.342 1.026-.158.474H2V9.52c.496.129 1.213.23 2.25.23a.75.75 0 1 0 0-1.5c-1.073 0-1.682-.12-1.998-.217a1.765 1.765 0 0 1-.204-.075 1.82 1.82 0 0 1 .485-.87c.074-.073.145-.15.214-.228C4.272 7.293 6.15 7.5 8 7.5c1.849 0 3.728-.207 5.253-.64.069.079.14.155.214.228.241.242.408.544.485.87-.045.02-.111.047-.204.075-.316.097-.925.217-1.998.217a.75.75 0 0 0 0 1.5c1.037 0 1.754-.101 2.25-.23v2.98h-1.919l-.158-.474L11.581 11H5.5Zm6.924-5.472C11.144 5.838 9.584 6 8 6c-1.584 0-3.144-.162-4.424-.472.031-.075.06-.15.088-.226l.448-1.257c.18-.505.57-.806.96-.863a20.756 20.756 0 0 1 5.855 0c.392.057.78.358.96.863l.45 1.257c.027.076.056.151.087.226Zm-1.652 7.788L10.5 12.5h-5l-.272.816a1 1 0 0 1-.949.684H1.5a1 1 0 0 1-1-1V8.375c0-.88.35-1.725.972-2.347a3.32 3.32 0 0 0 .43-.528H1.25a.75.75 0 1 1 0-1.5h1.286l.164-.46c.343-.96 1.148-1.696 2.157-1.842a22.256 22.256 0 0 1 6.286 0c1.009.146 1.814.882 2.157 1.843l.164.459h1.286a.75.75 0 0 1 0 1.5h-.651c.124.19.268.367.429.528a3.32 3.32 0 0 1 .972 2.347V13a1 1 0 0 1-1 1h-2.78a1 1 0 0 1-.948-.684Z", clipRule: "evenodd" })));
4
+ export default Car;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CardClub = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.5 4v8a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h6A1.5 1.5 0 0 1 12.5 4ZM11 1a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h6ZM9.5 6c0 .176-.03.345-.086.502L9.5 6.5a1.5 1.5 0 1 1-1.228 2.361c.08.667.382 1.293.862 1.773L9.5 11v.5h-3V11l.366-.366c.48-.48.782-1.106.862-1.773a1.5 1.5 0 1 1-1.142-2.359A1.5 1.5 0 1 1 9.5 6Z", clipRule: "evenodd" })));
4
+ export default CardClub;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CardDiamond = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.5 4v8a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h6A1.5 1.5 0 0 1 12.5 4ZM11 1a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h6ZM5 8.25v-.5A5.564 5.564 0 0 0 7.75 4h.5A5.564 5.564 0 0 0 11 7.75v.5A5.564 5.564 0 0 0 8.25 12h-.5A5.564 5.564 0 0 0 5 8.25Z", clipRule: "evenodd" })));
4
+ export default CardDiamond;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CardHeart = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.5 4v8a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h6A1.5 1.5 0 0 1 12.5 4ZM11 1a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h6ZM4.75 7.333c0-1.148.734-2.084 1.846-2.084.613 0 1.253.595 1.404 1.501.15-.915.791-1.5 1.404-1.5 1.112 0 1.846.935 1.846 2.083 0 1.895-1.69 3.1-3.1 3.878a.307.307 0 0 1-.3-.001c-1.412-.786-3.1-1.973-3.1-3.877Z", clipRule: "evenodd" })));
4
+ export default CardHeart;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CardSpade = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.5 4v8a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h6A1.5 1.5 0 0 1 12.5 4ZM11 1a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h6ZM9.296 9.5C10.279 9.5 11 8.803 11 7.855c0-1.308-1.38-2.246-2.464-2.983-.19-.13-.372-.254-.536-.372-.162.117-.342.24-.53.368C6.384 5.608 5 6.55 5 7.855 5 8.803 5.721 9.5 6.704 9.5c.388 0 .716-.124.974-.345a3.018 3.018 0 0 1-.812 1.479L6.5 11v.5h3V11l-.366-.366a3.018 3.018 0 0 1-.812-1.479c.258.221.587.345.974.345Z", clipRule: "evenodd" })));
4
+ export default CardSpade;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CloudGear = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 5.25a3.25 3.25 0 0 1 6.398-.811.75.75 0 0 0 .702.563 2.986 2.986 0 0 1 1.94.798c.591.549.96 1.33.96 2.2A.75.75 0 0 0 16 8a4.49 4.49 0 0 0-1.44-3.3 4.489 4.489 0 0 0-2.373-1.148 4.751 4.751 0 0 0-9.184 1.522A3.751 3.751 0 0 0 3.75 12.5h.5a.75.75 0 0 0 0-1.5h-.5a2.25 2.25 0 0 1-.002-4.5h.03a.75.75 0 0 0 .747-.843A3.289 3.289 0 0 1 4.5 5.25Zm8.509 5.939a2.223 2.223 0 0 1-1.66-2.138l-.68-.256a2.38 2.38 0 0 1-2.748.816l-.406.569c.57.788.57 1.87 0 2.657l.406.569a2.38 2.38 0 0 1 2.747.816l.68-.255a2.223 2.223 0 0 1 1.66-2.139v-.639Zm-.113-2.396a.715.715 0 0 0-.418-.921l-1.798-.674a.865.865 0 0 0-1.114.506.87.87 0 0 1-1.32.395.884.884 0 0 0-1.23.2L5.94 9.805a.771.771 0 0 0 .18 1.076c.43.307.43.948 0 1.255a.771.771 0 0 0-.18 1.076l1.076 1.506a.884.884 0 0 0 1.23.2.87.87 0 0 1 1.32.395.865.865 0 0 0 1.114.506l1.798-.674a.715.715 0 0 0 .418-.92.715.715 0 0 1 .67-.966h.134a.808.808 0 0 0 .809-.809v-1.883a.808.808 0 0 0-.809-.808h-.134a.715.715 0 0 1-.67-.966Zm-1.833 2.709a1.052 1.052 0 1 1-2.103 0 1.052 1.052 0 0 1 2.103 0Z", clipRule: "evenodd" })));
4
+ export default CloudGear;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CloudNutHex = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 5.25a3.25 3.25 0 0 1 6.398-.811.75.75 0 0 0 .702.563 2.986 2.986 0 0 1 1.94.798c.591.549.96 1.33.96 2.2A.75.75 0 0 0 16 8a4.49 4.49 0 0 0-1.44-3.3 4.489 4.489 0 0 0-2.373-1.148 4.751 4.751 0 0 0-9.184 1.522A3.751 3.751 0 0 0 3.75 12.5h.5a.75.75 0 0 0 0-1.5h-.5a2.25 2.25 0 0 1-.002-4.5h.03a.75.75 0 0 0 .747-.843A3.289 3.289 0 0 1 4.5 5.25Zm7.123 8.25 1.406-2.5-1.406-2.5H8.877L7.471 11l1.406 2.5h2.746Zm2.713-1.765a1.5 1.5 0 0 0 0-1.47l-1.406-2.5A1.5 1.5 0 0 0 11.623 7H8.877a1.5 1.5 0 0 0-1.307.765l-1.406 2.5a1.5 1.5 0 0 0 0 1.47l1.406 2.5A1.5 1.5 0 0 0 8.877 15h2.746a1.5 1.5 0 0 0 1.307-.765l1.406-2.5ZM11.25 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", clipRule: "evenodd" })));
4
+ export default CloudNutHex;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CopyXmark = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.5 12c0 .414-.168.79-.44 1.06A1.49 1.49 0 0 1 8 13.5H4a1.49 1.49 0 0 1-1.06-.44A1.496 1.496 0 0 1 2.5 12V8c0-.414.168-.79.44-1.06A1.49 1.49 0 0 1 4 6.5h4c.414 0 .79.168 1.06.44.272.27.44.646.44 1.06v4Zm-1.47-1.03s.001 0 0 0L7.06 10l.97-.97a.75.75 0 0 0-1.06-1.06L6 8.94l-.97-.97a.75.75 0 0 0-1.06 1.06l.97.97-.97.97a.75.75 0 0 0 1.06 1.06c0 .001 0 0 0 0l.97-.97.97.97a.75.75 0 0 0 1.06-1.06ZM6.5 5H8a3 3 0 0 1 3 3v1.5h1A1.498 1.498 0 0 0 13.5 8V4A1.5 1.5 0 0 0 12 2.5H8A1.5 1.5 0 0 0 6.5 4v1ZM5 4a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3h-1v1a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h1V4Z", clipRule: "evenodd" })));
4
+ export default CopyXmark;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const DatabaseArrowRight = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.5 4c0 .174-.071.513-.885.888C9.8 5.263 8.538 5.5 7 5.5c-1.538 0-2.799-.237-3.615-.612C2.57 4.513 2.5 4.174 2.5 4c0-.174.071-.513.885-.888C4.2 2.737 5.462 2.5 7 2.5c1.538 0 2.799.237 3.615.612.814.375.885.714.885.888ZM3.385 8.888C2.578 8.516 2.5 8.179 2.5 8V6.123C3.6 6.708 5.208 7 7 7c1.792 0 3.4-.292 4.5-.877V7.25a.75.75 0 0 0 1.5 0V4c0-2-2.686-3-6-3S1 2 1 4v8c0 .995.665 1.747 1.757 2.25l.314-.681-.314.681c1.086.5 2.586.75 4.243.75.088 0 .176 0 .263-.002a.75.75 0 0 0-.025-1.5L7 13.5c-1.538 0-2.799-.236-3.615-.613-.807-.371-.885-.708-.885-.887v-1.877c.083.044.169.086.257.127 1.086.5 2.586.75 4.243.75.09 0 .178 0 .266-.002a.75.75 0 1 0-.024-1.5L7 9.5c-1.538 0-2.799-.237-3.615-.612ZM13.78 14.53a.75.75 0 1 1-1.06-1.06l.72-.72H10a.75.75 0 0 1 0-1.5h3.44l-.72-.72a.75.75 0 1 1 1.06-1.06l2 2a.75.75 0 0 1 0 1.06l-2 2Z", clipRule: "evenodd" })));
4
+ export default DatabaseArrowRight;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const EnvelopeOpenXmark = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14 6.498V11.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 11.5V6.498c0-.54.29-1.039.76-1.305l4.5-2.55a1.5 1.5 0 0 1 1.48 0l4.5 2.55c.47.266.76.765.76 1.305Zm-13.5 0a3 3 0 0 1 1.521-2.61l4.5-2.55a3 3 0 0 1 2.958 0l4.5 2.55a3 3 0 0 1 1.521 2.61V11.5a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3V6.498Zm6.03-.528a.75.75 0 0 0-1.06 1.06L6.94 8.5 5.47 9.97a.75.75 0 1 0 1.06 1.06L8 9.56l1.47 1.47a.75.75 0 1 0 1.06-1.06L9.06 8.5l1.47-1.47a.75.75 0 1 0-1.06-1.06L8 7.44 6.53 5.97Z", clipRule: "evenodd" })));
4
+ export default EnvelopeOpenXmark;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const FaceNeutralDashed = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 1c-.372 0-.737.03-1.094.085a.75.75 0 0 0 .232 1.482 5.548 5.548 0 0 1 1.724 0 .75.75 0 1 0 .232-1.482A7.047 7.047 0 0 0 8 1ZM4.767 3.55a.75.75 0 1 0-.882-1.213 7.037 7.037 0 0 0-1.548 1.548.75.75 0 0 0 1.213.882c.34-.466.75-.878 1.217-1.217Zm7.348-1.213a.75.75 0 0 0-.883 1.213c.467.34.879.75 1.218 1.217a.75.75 0 0 0 1.213-.882 7.04 7.04 0 0 0-1.548-1.548ZM2.567 7.138a.75.75 0 1 0-1.482-.232 7.047 7.047 0 0 0 0 2.188.75.75 0 1 0 1.482-.232 5.548 5.548 0 0 1 0-1.724Zm12.348-.232a.75.75 0 1 0-1.482.232 5.54 5.54 0 0 1 0 1.724.75.75 0 0 0 1.482.232 7.048 7.048 0 0 0 0-2.188ZM3.55 11.233a.75.75 0 1 0-1.213.882 7.04 7.04 0 0 0 1.548 1.548.75.75 0 0 0 .882-1.213 5.533 5.533 0 0 1-1.217-1.217Zm10.113.882a.75.75 0 0 0-1.213-.883 5.53 5.53 0 0 1-1.217 1.218.75.75 0 0 0 .882 1.213 7.042 7.042 0 0 0 1.548-1.548Zm-6.525 1.318a.75.75 0 0 0-.232 1.482 7.048 7.048 0 0 0 2.188 0 .75.75 0 1 0-.232-1.482 5.54 5.54 0 0 1-1.724 0ZM10 11a.75.75 0 0 0 0-1.5H6A.75.75 0 1 0 6 11h4Zm0-3a.75.75 0 0 1-.75-.75v-1a.75.75 0 1 1 1.5 0v1A.75.75 0 0 1 10 8Zm-4.75-.75a.75.75 0 0 0 1.5 0v-1a.75.75 0 1 0-1.5 0v1Z", clipRule: "evenodd" })));
4
+ export default FaceNeutralDashed;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const FileRuble = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11 13.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h2.757a1.5 1.5 0 0 1 1.061.44l3.243 3.242a1.5 1.5 0 0 1 .439 1.06V12a1.5 1.5 0 0 1-1.5 1.5Zm2.121-8.379A3 3 0 0 1 14 7.243V12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h2.757a3 3 0 0 1 2.122.879L13.12 5.12ZM6.75 4.5a.75.75 0 0 0-.75.75v2h-.25a.75.75 0 0 0 0 1.5H6v.75h-.25a.75.75 0 0 0 0 1.5H6v.25a.75.75 0 0 0 1.5 0V11h.75a.75.75 0 0 0 0-1.5H7.5v-.75h.875a2.125 2.125 0 0 0 0-4.25H6.75Zm1.625 2.75H7.5V6h.875a.625.625 0 1 1 0 1.25Z", clipRule: "evenodd" })));
4
+ export default FileRuble;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const LayoutSideContentLeft = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 3.5h6A1.5 1.5 0 0 1 13.5 5v6a1.5 1.5 0 0 1-1.5 1.5H6v-9Zm-1.5 0H4A1.5 1.5 0 0 0 2.5 5v6A1.5 1.5 0 0 0 4 12.5h.5v-9ZM1 5a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V5Z", clipRule: "evenodd" })));
4
+ export default LayoutSideContentLeft;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const LayoutSideContentRight = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 3.5H4A1.5 1.5 0 0 0 2.5 5v6A1.5 1.5 0 0 0 4 12.5h6v-9Zm1.5 0h.5A1.5 1.5 0 0 1 13.5 5v6a1.5 1.5 0 0 1-1.5 1.5h-.5v-9ZM15 5a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V5Z", clipRule: "evenodd" })));
4
+ export default LayoutSideContentRight;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const LayoutSplitColumns = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5 12.5H3a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1ZM3 14h2a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 5 2H3A2.5 2.5 0 0 0 .5 4.5v7A2.5 2.5 0 0 0 3 14Zm10-1.5h-2a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1ZM11 14h2a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 13 2h-2a2.5 2.5 0 0 0-2.5 2.5v7A2.5 2.5 0 0 0 11 14Z", clipRule: "evenodd" })));
4
+ export default LayoutSplitColumns;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const LayoutSplitColumns3 = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.5 12.5H3a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5h-.5A.5.5 0 0 0 2 4v8a.5.5 0 0 0 .5.5ZM3 14h-.5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2H3a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Zm4.75-1.5h.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5h-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5Zm.5 1.5h-.5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h.5a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Zm5.25-1.5H13a.5.5 0 0 1-.5-.5V4a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5ZM13 14h.5a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H13a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2Z", clipRule: "evenodd" })));
4
+ export default LayoutSplitColumns3;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const LayoutSplitRows = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 4v1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1ZM15 5V4a2.5 2.5 0 0 0-2.5-2.5h-9A2.5 2.5 0 0 0 1 4v1a2.5 2.5 0 0 0 2.5 2.5h9A2.5 2.5 0 0 0 15 5Zm-1.5 6v1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1Zm1.5 1v-1a2.5 2.5 0 0 0-2.5-2.5h-9A2.5 2.5 0 0 0 1 11v1a2.5 2.5 0 0 0 2.5 2.5h9A2.5 2.5 0 0 0 15 12Z", clipRule: "evenodd" })));
4
+ export default LayoutSplitRows;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const LayoutSplitSideContentLeft = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3 12.5h-.5A.5.5 0 0 1 2 12V4a.5.5 0 0 1 .5-.5H3a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5ZM2.5 14H3a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-.5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2ZM13 12.5H8.5a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1H13a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1ZM8.5 14H13a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 13 2H8.5A2.5 2.5 0 0 0 6 4.5v7A2.5 2.5 0 0 0 8.5 14Z", clipRule: "evenodd" })));
4
+ export default LayoutSplitSideContentLeft;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const LayoutSplitSideContentRight = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3 12.5h4.5a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1ZM7.5 14H3a2.5 2.5 0 0 1-2.5-2.5v-7A2.5 2.5 0 0 1 3 2h4.5A2.5 2.5 0 0 1 10 4.5v7A2.5 2.5 0 0 1 7.5 14Zm5.5-1.5h.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H13a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5Zm.5 1.5H13a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h.5a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z", clipRule: "evenodd" })));
4
+ export default LayoutSplitSideContentRight;
package/esm/NutHex.js ADDED
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const NutHex = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.873 8.25-2.72 4.712a.5.5 0 0 1-.433.25H5.28a.5.5 0 0 1-.433-.25L2.127 8.25a.5.5 0 0 1 0-.5l2.72-4.712a.5.5 0 0 1 .433-.25h5.44a.5.5 0 0 1 .433.25l2.72 4.712a.5.5 0 0 1 0 .5Zm1.3-1.25a2 2 0 0 1 0 2l-2.72 4.712a2 2 0 0 1-1.733 1H5.28a2 2 0 0 1-1.732-1L.828 9a2 2 0 0 1 0-2l2.72-4.712a2 2 0 0 1 1.732-1h5.44a2 2 0 0 1 1.732 1L15.172 7ZM9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", clipRule: "evenodd" })));
4
+ export default NutHex;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const PauseFill = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.5 3.5a2 2 0 0 1 2-2H5a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H3.5a2 2 0 0 1-2-2v-9Zm7.5 0a2 2 0 0 1 2-2h1.5a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2v-9Z", clipRule: "evenodd" })));
4
+ export default PauseFill;
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ const PersonGear = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("g", { clipPath: "url(#a)" },
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 6.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM7 8a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm-.5 1.299c0-.43-.36-.774-.785-.724C2.473 8.955 0 10.728 0 12.5A2.5 2.5 0 0 0 2.5 15h3.25a.75.75 0 0 0 0-1.5H2.5a1 1 0 0 1-1-1c0-.205.22-.809 1.32-1.459.765-.452 1.792-.813 2.969-.964.397-.051.711-.378.711-.778Zm8.002 1.89a2.223 2.223 0 0 1-1.66-2.138l-.68-.256a2.38 2.38 0 0 1-2.747.816l-.406.569c.57.788.57 1.87 0 2.657l.406.569a2.38 2.38 0 0 1 2.747.816l.68-.255a2.223 2.223 0 0 1 1.66-2.139v-.639Zm-.112-2.396a.715.715 0 0 0-.418-.921l-1.798-.674a.865.865 0 0 0-1.114.506.87.87 0 0 1-1.32.395.884.884 0 0 0-1.23.2L7.434 9.805a.771.771 0 0 0 .179 1.076c.43.308.43.948 0 1.255a.771.771 0 0 0-.18 1.076l1.077 1.506a.884.884 0 0 0 1.23.2.87.87 0 0 1 1.32.395.865.865 0 0 0 1.114.506l1.798-.674a.715.715 0 0 0 .418-.92.715.715 0 0 1 .67-.966h.134a.808.808 0 0 0 .809-.809v-1.883a.808.808 0 0 0-.809-.808h-.135a.715.715 0 0 1-.669-.966Zm-1.833 2.659a1.052 1.052 0 1 1-2.103 0 1.052 1.052 0 0 1 2.103 0Z", clipRule: "evenodd" })),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "a" },
7
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
8
+ export default PersonGear;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const PersonNutHex = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 6.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM7 8a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm-.5 1.299c0-.43-.36-.774-.785-.724C2.473 8.955 0 10.728 0 12.5A2.5 2.5 0 0 0 2.5 15h3.25a.75.75 0 0 0 0-1.5H2.5a1 1 0 0 1-1-1c0-.205.22-.809 1.32-1.459.765-.452 1.792-.813 2.969-.964.397-.051.711-.378.711-.778Zm6.373 5.201 1.406-2.5-1.406-2.5h-2.746L8.721 12l1.406 2.5h2.746Zm2.713-1.765a1.5 1.5 0 0 0 0-1.47l-1.406-2.5A1.5 1.5 0 0 0 12.873 8h-2.746a1.5 1.5 0 0 0-1.307.765l-1.406 2.5a1.5 1.5 0 0 0 0 1.47l1.406 2.5a1.5 1.5 0 0 0 1.307.765h2.746a1.5 1.5 0 0 0 1.307-.765l1.406-2.5ZM12.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", clipRule: "evenodd" })));
4
+ export default PersonNutHex;
package/esm/Play.js CHANGED
@@ -1,4 +1,8 @@
1
1
  import * as React from 'react';
2
2
  const Play = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.005 7.134 4.5 2.217a1 1 0 0 0-1.5.866v9.834a1 1 0 0 0 1.5.866l8.505-4.917a1 1 0 0 0 0-1.732Zm.751 3.03c1.665-.962 1.665-3.366 0-4.329L5.251.918C3.585-.045 1.5 1.158 1.5 3.083v9.834c0 1.925 2.085 3.128 3.751 2.164l8.505-4.917Z", clipRule: "evenodd" })));
3
+ React.createElement("g", { clipPath: "url(#a)" },
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.005 7.134 5.5 2.217a1 1 0 0 0-1.5.866v9.834a1 1 0 0 0 1.5.866l8.505-4.917a1 1 0 0 0 0-1.732Zm.751 3.03c1.665-.962 1.665-3.366 0-4.329L6.251.918C4.585-.045 2.5 1.158 2.5 3.083v9.834c0 1.925 2.085 3.128 3.751 2.164l8.505-4.917Z", clipRule: "evenodd" })),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "a" },
7
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
4
8
  export default Play;
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ const PlayFill = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("g", { clipPath: "url(#a)" },
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.756 10.164c1.665-.962 1.665-3.366 0-4.329L6.251.918C4.585-.045 2.5 1.158 2.5 3.083v9.834c0 1.925 2.085 3.128 3.751 2.164l8.505-4.917Z", clipRule: "evenodd" })),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "a" },
7
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
8
+ export default PlayFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const StopFill = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 1.5a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h7a3 3 0 0 0 3-3v-7a3 3 0 0 0-3-3h-7Z", clipRule: "evenodd" })));
4
+ export default StopFill;
package/esm/index.js CHANGED
@@ -53,20 +53,27 @@ export { default as Arrows3RotateLeftLetterA } from './Arrows3RotateLeftLetterA'
53
53
  export { default as Arrows3RotateRight } from './Arrows3RotateRight';
54
54
  export { default as ArrowsOppositeToDots } from './ArrowsOppositeToDots';
55
55
  export { default as ArrowsRotateLeft } from './ArrowsRotateLeft';
56
+ export { default as ArrowsRotateLeftSlash } from './ArrowsRotateLeftSlash';
56
57
  export { default as ArrowsRotateRight } from './ArrowsRotateRight';
58
+ export { default as ArrowsRotateRightSlash } from './ArrowsRotateRightSlash';
57
59
  export { default as At } from './At';
58
60
  export { default as Ban } from './Ban';
59
61
  export { default as Bars } from './Bars';
60
62
  export { default as BarsAscendingAlignCenter } from './BarsAscendingAlignCenter';
61
63
  export { default as BarsAscendingAlignLeft } from './BarsAscendingAlignLeft';
64
+ export { default as BarsAscendingAlignLeftArrowDown } from './BarsAscendingAlignLeftArrowDown';
65
+ export { default as BarsAscendingAlignLeftArrowUp } from './BarsAscendingAlignLeftArrowUp';
62
66
  export { default as BarsAscendingAlignRight } from './BarsAscendingAlignRight';
63
67
  export { default as BarsDescendingAlignCenter } from './BarsDescendingAlignCenter';
64
68
  export { default as BarsDescendingAlignLeft } from './BarsDescendingAlignLeft';
69
+ export { default as BarsDescendingAlignLeftArrowDown } from './BarsDescendingAlignLeftArrowDown';
70
+ export { default as BarsDescendingAlignLeftArrowUp } from './BarsDescendingAlignLeftArrowUp';
65
71
  export { default as BarsDescendingAlignRight } from './BarsDescendingAlignRight';
66
72
  export { default as BarsPlay } from './BarsPlay';
67
73
  export { default as BarsUnaligned } from './BarsUnaligned';
68
74
  export { default as Bell } from './Bell';
69
75
  export { default as BellDot } from './BellDot';
76
+ export { default as BellSlash } from './BellSlash';
70
77
  export { default as Bold } from './Bold';
71
78
  export { default as Book } from './Book';
72
79
  export { default as BookOpen } from './BookOpen';
@@ -87,6 +94,11 @@ export { default as Bulb } from './Bulb';
87
94
  export { default as Calculator } from './Calculator';
88
95
  export { default as Calendar } from './Calendar';
89
96
  export { default as Camera } from './Camera';
97
+ export { default as Car } from './Car';
98
+ export { default as CardClub } from './CardClub';
99
+ export { default as CardDiamond } from './CardDiamond';
100
+ export { default as CardHeart } from './CardHeart';
101
+ export { default as CardSpade } from './CardSpade';
90
102
  export { default as CaretDown } from './CaretDown';
91
103
  export { default as CaretLeft } from './CaretLeft';
92
104
  export { default as CaretRight } from './CaretRight';
@@ -196,6 +208,8 @@ export { default as ClockFill } from './ClockFill';
196
208
  export { default as Cloud } from './Cloud';
197
209
  export { default as CloudArrowUpIn } from './CloudArrowUpIn';
198
210
  export { default as CloudCheck } from './CloudCheck';
211
+ export { default as CloudGear } from './CloudGear';
212
+ export { default as CloudNutHex } from './CloudNutHex';
199
213
  export { default as Clouds } from './Clouds';
200
214
  export { default as Code } from './Code';
201
215
  export { default as CodeCommit } from './CodeCommit';
@@ -225,6 +239,7 @@ export { default as CopyMinus } from './CopyMinus';
225
239
  export { default as CopyPicture } from './CopyPicture';
226
240
  export { default as CopyPlus } from './CopyPlus';
227
241
  export { default as CopyTransparent } from './CopyTransparent';
242
+ export { default as CopyXmark } from './CopyXmark';
228
243
  export { default as Cpu } from './Cpu';
229
244
  export { default as Cpus } from './Cpus';
230
245
  export { default as CreditCard } from './CreditCard';
@@ -237,6 +252,7 @@ export { default as CurlyBrackets } from './CurlyBrackets';
237
252
  export { default as CurlyBracketsFunction } from './CurlyBracketsFunction';
238
253
  export { default as CurlyBracketsLock } from './CurlyBracketsLock';
239
254
  export { default as Database } from './Database';
255
+ export { default as DatabaseArrowRight } from './DatabaseArrowRight';
240
256
  export { default as DatabaseMagnifier } from './DatabaseMagnifier';
241
257
  export { default as Databases } from './Databases';
242
258
  export { default as Diamond } from './Diamond';
@@ -257,6 +273,7 @@ export { default as Ellipsis } from './Ellipsis';
257
273
  export { default as EllipsisVertical } from './EllipsisVertical';
258
274
  export { default as Envelope } from './Envelope';
259
275
  export { default as EnvelopeOpen } from './EnvelopeOpen';
276
+ export { default as EnvelopeOpenXmark } from './EnvelopeOpenXmark';
260
277
  export { default as Equal } from './Equal';
261
278
  export { default as Eraser } from './Eraser';
262
279
  export { default as ExclamationShape } from './ExclamationShape';
@@ -265,6 +282,7 @@ export { default as EyeSlash } from './EyeSlash';
265
282
  export { default as FaceAlien } from './FaceAlien';
266
283
  export { default as FaceFun } from './FaceFun';
267
284
  export { default as FaceNeutral } from './FaceNeutral';
285
+ export { default as FaceNeutralDashed } from './FaceNeutralDashed';
268
286
  export { default as FaceRobot } from './FaceRobot';
269
287
  export { default as FaceSad } from './FaceSad';
270
288
  export { default as FaceSmile } from './FaceSmile';
@@ -284,6 +302,7 @@ export { default as FileMagnifier } from './FileMagnifier';
284
302
  export { default as FileMinus } from './FileMinus';
285
303
  export { default as FilePlus } from './FilePlus';
286
304
  export { default as FileQuestion } from './FileQuestion';
305
+ export { default as FileRuble } from './FileRuble';
287
306
  export { default as FileText } from './FileText';
288
307
  export { default as FileXmark } from './FileXmark';
289
308
  export { default as FileZipper } from './FileZipper';
@@ -382,6 +401,13 @@ export { default as LayoutList } from './LayoutList';
382
401
  export { default as LayoutRows } from './LayoutRows';
383
402
  export { default as LayoutRows3 } from './LayoutRows3';
384
403
  export { default as LayoutSideContent } from './LayoutSideContent';
404
+ export { default as LayoutSideContentLeft } from './LayoutSideContentLeft';
405
+ export { default as LayoutSideContentRight } from './LayoutSideContentRight';
406
+ export { default as LayoutSplitColumns } from './LayoutSplitColumns';
407
+ export { default as LayoutSplitColumns3 } from './LayoutSplitColumns3';
408
+ export { default as LayoutSplitRows } from './LayoutSplitRows';
409
+ export { default as LayoutSplitSideContentLeft } from './LayoutSplitSideContentLeft';
410
+ export { default as LayoutSplitSideContentRight } from './LayoutSplitSideContentRight';
385
411
  export { default as LayoutTabs } from './LayoutTabs';
386
412
  export { default as LetterGroup } from './LetterGroup';
387
413
  export { default as LetterM } from './LetterM';
@@ -435,6 +461,7 @@ export { default as NodesDown } from './NodesDown';
435
461
  export { default as NodesLeft } from './NodesLeft';
436
462
  export { default as NodesRight } from './NodesRight';
437
463
  export { default as NodesUp } from './NodesUp';
464
+ export { default as NutHex } from './NutHex';
438
465
  export { default as ObjectsAlignBottom } from './ObjectsAlignBottom';
439
466
  export { default as ObjectsAlignCenterHorizontal } from './ObjectsAlignCenterHorizontal';
440
467
  export { default as ObjectsAlignCenterVertical } from './ObjectsAlignCenterVertical';
@@ -448,12 +475,15 @@ export { default as PaperPlane } from './PaperPlane';
448
475
  export { default as Paperclip } from './Paperclip';
449
476
  export { default as Passport } from './Passport';
450
477
  export { default as Pause } from './Pause';
478
+ export { default as PauseFill } from './PauseFill';
451
479
  export { default as Pencil } from './Pencil';
452
480
  export { default as PencilToLine } from './PencilToLine';
453
481
  export { default as PencilToSquare } from './PencilToSquare';
454
482
  export { default as Percent } from './Percent';
455
483
  export { default as Person } from './Person';
484
+ export { default as PersonGear } from './PersonGear';
456
485
  export { default as PersonMagnifier } from './PersonMagnifier';
486
+ export { default as PersonNutHex } from './PersonNutHex';
457
487
  export { default as PersonPencil } from './PersonPencil';
458
488
  export { default as PersonPlus } from './PersonPlus';
459
489
  export { default as PersonSpeaker } from './PersonSpeaker';
@@ -468,6 +498,7 @@ export { default as PinFill } from './PinFill';
468
498
  export { default as PinSlash } from './PinSlash';
469
499
  export { default as PinSlashFill } from './PinSlashFill';
470
500
  export { default as Play } from './Play';
501
+ export { default as PlayFill } from './PlayFill';
471
502
  export { default as PlugConnection } from './PlugConnection';
472
503
  export { default as PlugWire } from './PlugWire';
473
504
  export { default as Plus } from './Plus';
@@ -536,6 +567,7 @@ export { default as StarFill } from './StarFill';
536
567
  export { default as Stethoscope } from './Stethoscope';
537
568
  export { default as Sticker } from './Sticker';
538
569
  export { default as Stop } from './Stop';
570
+ export { default as StopFill } from './StopFill';
539
571
  export { default as Stopwatch } from './Stopwatch';
540
572
  export { default as Strikethrough } from './Strikethrough';
541
573
  export { default as Suitcase } from './Suitcase';
package/index.d.ts CHANGED
@@ -53,20 +53,27 @@ export { default as Arrows3RotateLeftLetterA } from './Arrows3RotateLeftLetterA'
53
53
  export { default as Arrows3RotateRight } from './Arrows3RotateRight';
54
54
  export { default as ArrowsOppositeToDots } from './ArrowsOppositeToDots';
55
55
  export { default as ArrowsRotateLeft } from './ArrowsRotateLeft';
56
+ export { default as ArrowsRotateLeftSlash } from './ArrowsRotateLeftSlash';
56
57
  export { default as ArrowsRotateRight } from './ArrowsRotateRight';
58
+ export { default as ArrowsRotateRightSlash } from './ArrowsRotateRightSlash';
57
59
  export { default as At } from './At';
58
60
  export { default as Ban } from './Ban';
59
61
  export { default as Bars } from './Bars';
60
62
  export { default as BarsAscendingAlignCenter } from './BarsAscendingAlignCenter';
61
63
  export { default as BarsAscendingAlignLeft } from './BarsAscendingAlignLeft';
64
+ export { default as BarsAscendingAlignLeftArrowDown } from './BarsAscendingAlignLeftArrowDown';
65
+ export { default as BarsAscendingAlignLeftArrowUp } from './BarsAscendingAlignLeftArrowUp';
62
66
  export { default as BarsAscendingAlignRight } from './BarsAscendingAlignRight';
63
67
  export { default as BarsDescendingAlignCenter } from './BarsDescendingAlignCenter';
64
68
  export { default as BarsDescendingAlignLeft } from './BarsDescendingAlignLeft';
69
+ export { default as BarsDescendingAlignLeftArrowDown } from './BarsDescendingAlignLeftArrowDown';
70
+ export { default as BarsDescendingAlignLeftArrowUp } from './BarsDescendingAlignLeftArrowUp';
65
71
  export { default as BarsDescendingAlignRight } from './BarsDescendingAlignRight';
66
72
  export { default as BarsPlay } from './BarsPlay';
67
73
  export { default as BarsUnaligned } from './BarsUnaligned';
68
74
  export { default as Bell } from './Bell';
69
75
  export { default as BellDot } from './BellDot';
76
+ export { default as BellSlash } from './BellSlash';
70
77
  export { default as Bold } from './Bold';
71
78
  export { default as Book } from './Book';
72
79
  export { default as BookOpen } from './BookOpen';
@@ -87,6 +94,11 @@ export { default as Bulb } from './Bulb';
87
94
  export { default as Calculator } from './Calculator';
88
95
  export { default as Calendar } from './Calendar';
89
96
  export { default as Camera } from './Camera';
97
+ export { default as Car } from './Car';
98
+ export { default as CardClub } from './CardClub';
99
+ export { default as CardDiamond } from './CardDiamond';
100
+ export { default as CardHeart } from './CardHeart';
101
+ export { default as CardSpade } from './CardSpade';
90
102
  export { default as CaretDown } from './CaretDown';
91
103
  export { default as CaretLeft } from './CaretLeft';
92
104
  export { default as CaretRight } from './CaretRight';
@@ -196,6 +208,8 @@ export { default as ClockFill } from './ClockFill';
196
208
  export { default as Cloud } from './Cloud';
197
209
  export { default as CloudArrowUpIn } from './CloudArrowUpIn';
198
210
  export { default as CloudCheck } from './CloudCheck';
211
+ export { default as CloudGear } from './CloudGear';
212
+ export { default as CloudNutHex } from './CloudNutHex';
199
213
  export { default as Clouds } from './Clouds';
200
214
  export { default as Code } from './Code';
201
215
  export { default as CodeCommit } from './CodeCommit';
@@ -225,6 +239,7 @@ export { default as CopyMinus } from './CopyMinus';
225
239
  export { default as CopyPicture } from './CopyPicture';
226
240
  export { default as CopyPlus } from './CopyPlus';
227
241
  export { default as CopyTransparent } from './CopyTransparent';
242
+ export { default as CopyXmark } from './CopyXmark';
228
243
  export { default as Cpu } from './Cpu';
229
244
  export { default as Cpus } from './Cpus';
230
245
  export { default as CreditCard } from './CreditCard';
@@ -237,6 +252,7 @@ export { default as CurlyBrackets } from './CurlyBrackets';
237
252
  export { default as CurlyBracketsFunction } from './CurlyBracketsFunction';
238
253
  export { default as CurlyBracketsLock } from './CurlyBracketsLock';
239
254
  export { default as Database } from './Database';
255
+ export { default as DatabaseArrowRight } from './DatabaseArrowRight';
240
256
  export { default as DatabaseMagnifier } from './DatabaseMagnifier';
241
257
  export { default as Databases } from './Databases';
242
258
  export { default as Diamond } from './Diamond';
@@ -257,6 +273,7 @@ export { default as Ellipsis } from './Ellipsis';
257
273
  export { default as EllipsisVertical } from './EllipsisVertical';
258
274
  export { default as Envelope } from './Envelope';
259
275
  export { default as EnvelopeOpen } from './EnvelopeOpen';
276
+ export { default as EnvelopeOpenXmark } from './EnvelopeOpenXmark';
260
277
  export { default as Equal } from './Equal';
261
278
  export { default as Eraser } from './Eraser';
262
279
  export { default as ExclamationShape } from './ExclamationShape';
@@ -265,6 +282,7 @@ export { default as EyeSlash } from './EyeSlash';
265
282
  export { default as FaceAlien } from './FaceAlien';
266
283
  export { default as FaceFun } from './FaceFun';
267
284
  export { default as FaceNeutral } from './FaceNeutral';
285
+ export { default as FaceNeutralDashed } from './FaceNeutralDashed';
268
286
  export { default as FaceRobot } from './FaceRobot';
269
287
  export { default as FaceSad } from './FaceSad';
270
288
  export { default as FaceSmile } from './FaceSmile';
@@ -284,6 +302,7 @@ export { default as FileMagnifier } from './FileMagnifier';
284
302
  export { default as FileMinus } from './FileMinus';
285
303
  export { default as FilePlus } from './FilePlus';
286
304
  export { default as FileQuestion } from './FileQuestion';
305
+ export { default as FileRuble } from './FileRuble';
287
306
  export { default as FileText } from './FileText';
288
307
  export { default as FileXmark } from './FileXmark';
289
308
  export { default as FileZipper } from './FileZipper';
@@ -382,6 +401,13 @@ export { default as LayoutList } from './LayoutList';
382
401
  export { default as LayoutRows } from './LayoutRows';
383
402
  export { default as LayoutRows3 } from './LayoutRows3';
384
403
  export { default as LayoutSideContent } from './LayoutSideContent';
404
+ export { default as LayoutSideContentLeft } from './LayoutSideContentLeft';
405
+ export { default as LayoutSideContentRight } from './LayoutSideContentRight';
406
+ export { default as LayoutSplitColumns } from './LayoutSplitColumns';
407
+ export { default as LayoutSplitColumns3 } from './LayoutSplitColumns3';
408
+ export { default as LayoutSplitRows } from './LayoutSplitRows';
409
+ export { default as LayoutSplitSideContentLeft } from './LayoutSplitSideContentLeft';
410
+ export { default as LayoutSplitSideContentRight } from './LayoutSplitSideContentRight';
385
411
  export { default as LayoutTabs } from './LayoutTabs';
386
412
  export { default as LetterGroup } from './LetterGroup';
387
413
  export { default as LetterM } from './LetterM';
@@ -435,6 +461,7 @@ export { default as NodesDown } from './NodesDown';
435
461
  export { default as NodesLeft } from './NodesLeft';
436
462
  export { default as NodesRight } from './NodesRight';
437
463
  export { default as NodesUp } from './NodesUp';
464
+ export { default as NutHex } from './NutHex';
438
465
  export { default as ObjectsAlignBottom } from './ObjectsAlignBottom';
439
466
  export { default as ObjectsAlignCenterHorizontal } from './ObjectsAlignCenterHorizontal';
440
467
  export { default as ObjectsAlignCenterVertical } from './ObjectsAlignCenterVertical';
@@ -448,12 +475,15 @@ export { default as PaperPlane } from './PaperPlane';
448
475
  export { default as Paperclip } from './Paperclip';
449
476
  export { default as Passport } from './Passport';
450
477
  export { default as Pause } from './Pause';
478
+ export { default as PauseFill } from './PauseFill';
451
479
  export { default as Pencil } from './Pencil';
452
480
  export { default as PencilToLine } from './PencilToLine';
453
481
  export { default as PencilToSquare } from './PencilToSquare';
454
482
  export { default as Percent } from './Percent';
455
483
  export { default as Person } from './Person';
484
+ export { default as PersonGear } from './PersonGear';
456
485
  export { default as PersonMagnifier } from './PersonMagnifier';
486
+ export { default as PersonNutHex } from './PersonNutHex';
457
487
  export { default as PersonPencil } from './PersonPencil';
458
488
  export { default as PersonPlus } from './PersonPlus';
459
489
  export { default as PersonSpeaker } from './PersonSpeaker';
@@ -468,6 +498,7 @@ export { default as PinFill } from './PinFill';
468
498
  export { default as PinSlash } from './PinSlash';
469
499
  export { default as PinSlashFill } from './PinSlashFill';
470
500
  export { default as Play } from './Play';
501
+ export { default as PlayFill } from './PlayFill';
471
502
  export { default as PlugConnection } from './PlugConnection';
472
503
  export { default as PlugWire } from './PlugWire';
473
504
  export { default as Plus } from './Plus';
@@ -536,6 +567,7 @@ export { default as StarFill } from './StarFill';
536
567
  export { default as Stethoscope } from './Stethoscope';
537
568
  export { default as Sticker } from './Sticker';
538
569
  export { default as Stop } from './Stop';
570
+ export { default as StopFill } from './StopFill';
539
571
  export { default as Stopwatch } from './Stopwatch';
540
572
  export { default as Strikethrough } from './Strikethrough';
541
573
  export { default as Suitcase } from './Suitcase';