metal-icons 0.1.16 → 0.1.17

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 (45) hide show
  1. package/dist/16/outline/Globe.js +14 -0
  2. package/dist/16/outline/Grid.js +14 -0
  3. package/dist/16/outline/Hash.js +14 -0
  4. package/dist/16/outline/Headphones.js +14 -0
  5. package/dist/16/outline/Heart.js +14 -0
  6. package/dist/16/outline/Inbox.js +14 -0
  7. package/dist/16/outline/Layers.js +18 -0
  8. package/dist/16/outline/LayoutColumns.js +14 -0
  9. package/dist/16/outline/LayoutRows.js +14 -0
  10. package/dist/16/outline/Link.js +15 -0
  11. package/dist/16/outline/index.esm.js +10 -0
  12. package/dist/16/solid/Globe.js +14 -0
  13. package/dist/16/solid/Grid.js +14 -0
  14. package/dist/16/solid/Hash.js +14 -0
  15. package/dist/16/solid/Headphones.js +14 -0
  16. package/dist/16/solid/Heart.js +14 -0
  17. package/dist/16/solid/Inbox.js +14 -0
  18. package/dist/16/solid/Layers.js +18 -0
  19. package/dist/16/solid/LayoutColumns.js +13 -0
  20. package/dist/16/solid/LayoutRows.js +13 -0
  21. package/dist/16/solid/Link.js +15 -0
  22. package/dist/16/solid/index.esm.js +10 -0
  23. package/dist/24/outline/Globe.js +14 -0
  24. package/dist/24/outline/Grid.js +14 -0
  25. package/dist/24/outline/Hash.js +14 -0
  26. package/dist/24/outline/Headphones.js +14 -0
  27. package/dist/24/outline/Heart.js +14 -0
  28. package/dist/24/outline/Inbox.js +14 -0
  29. package/dist/24/outline/Layers.js +18 -0
  30. package/dist/24/outline/LayoutColumns.js +14 -0
  31. package/dist/24/outline/LayoutRows.js +14 -0
  32. package/dist/24/outline/Link.js +15 -0
  33. package/dist/24/outline/index.esm.js +10 -0
  34. package/dist/24/solid/Globe.js +14 -0
  35. package/dist/24/solid/Grid.js +14 -0
  36. package/dist/24/solid/Hash.js +14 -0
  37. package/dist/24/solid/Headphones.js +14 -0
  38. package/dist/24/solid/Heart.js +14 -0
  39. package/dist/24/solid/Inbox.js +14 -0
  40. package/dist/24/solid/Layers.js +18 -0
  41. package/dist/24/solid/LayoutColumns.js +13 -0
  42. package/dist/24/solid/LayoutRows.js +13 -0
  43. package/dist/24/solid/Link.js +15 -0
  44. package/dist/24/solid/index.esm.js +10 -0
  45. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgGlobe = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M5.26 2.106A6.498 6.498 0 0 0 1.543 7.25h2.501c.078-1.79.434-3.426.992-4.68.07-.16.145-.315.224-.464M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0m0 1.5c-.201 0-.449.089-.737.363-.293.278-.59.716-.856 1.315-.461 1.038-.784 2.458-.861 4.072h4.908c-.077-1.614-.4-3.034-.86-4.072-.267-.599-.564-1.037-.857-1.315C8.45 1.59 8.201 1.5 8 1.5m3.956 5.75c-.078-1.79-.434-3.426-.992-4.68a7.762 7.762 0 0 0-.224-.464 6.5 6.5 0 0 1 3.717 5.144zm-1.502 1.5H5.546c.077 1.614.4 3.034.86 4.072.267.599.564 1.037.857 1.315.288.274.536.363.737.363.201 0 .449-.088.737-.363.293-.278.59-.716.856-1.315.461-1.038.784-2.458.861-4.072m.286 5.144c.079-.15.153-.304.224-.463.558-1.255.914-2.89.992-4.681h2.5a6.5 6.5 0 0 1-3.716 5.144m-5.48 0a7.716 7.716 0 0 1-.224-.463c-.558-1.255-.914-2.89-.992-4.681h-2.5a6.5 6.5 0 0 0 3.716 5.144"
12
+ }));
13
+
14
+ export { SvgGlobe as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgGrid = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M2.25 1C1.56 1 1 1.56 1 2.25v3.5C1 6.44 1.56 7 2.25 7h3.5C6.44 7 7 6.44 7 5.75v-3.5C7 1.56 6.44 1 5.75 1zm.25 4.5v-3h3v3zM10.25 1C9.56 1 9 1.56 9 2.25v3.5C9 6.44 9.56 7 10.25 7h3.5C14.44 7 15 6.44 15 5.75v-3.5C15 1.56 14.44 1 13.75 1zm.25 4.5v-3h3v3zM9 10.25C9 9.56 9.56 9 10.25 9h3.5c.69 0 1.25.56 1.25 1.25v3.5c0 .69-.56 1.25-1.25 1.25h-3.5C9.56 15 9 14.44 9 13.75zm1.5.25v3h3v-3zM2.25 9C1.56 9 1 9.56 1 10.25v3.5c0 .69.56 1.25 1.25 1.25h3.5C6.44 15 7 14.44 7 13.75v-3.5C7 9.56 6.44 9 5.75 9zm.25 4.5v-3h3v3z"
12
+ }));
13
+
14
+ export { SvgGrid as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHash = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M6.884 1.762a.75.75 0 0 1 .604.872L7.058 5h2.975l.479-2.634a.75.75 0 1 1 1.476.268L11.558 5h1.192a.75.75 0 1 1 0 1.5h-1.465l-.546 3h2.011a.75.75 0 1 1 0 1.5h-2.283l-.48 2.634a.75.75 0 1 1-1.475-.268L8.942 11H5.967l-.48 2.634a.75.75 0 1 1-1.475-.268L4.442 11H3.25a.75.75 0 0 1 0-1.5h1.465l.545-3H3.25a.75.75 0 0 1 0-1.5h2.283l.479-2.634a.75.75 0 0 1 .872-.604M9.214 9.5l.546-3H6.785l-.546 3z"
12
+ }));
13
+
14
+ export { SvgHash as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHeadphones = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M8 2.5c-1.468 0-2.87.56-3.9 1.548A5.13 5.13 0 0 0 2.5 7.75V8h1.25A2.25 2.25 0 0 1 6 10.25v2.5A2.25 2.25 0 0 1 3.75 15h-.5A2.25 2.25 0 0 1 1 12.75v-5c0-1.8.745-3.52 2.061-4.784A7.135 7.135 0 0 1 8 1c1.847 0 3.624.704 4.939 1.966A6.63 6.63 0 0 1 15 7.75v5A2.25 2.25 0 0 1 12.75 15h-.5A2.25 2.25 0 0 1 10 12.75v-2.5A2.25 2.25 0 0 1 12.25 8h1.25v-.25a5.13 5.13 0 0 0-1.6-3.702A5.635 5.635 0 0 0 8 2.5m5.5 7h-1.25a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75zm-11 0h1.25a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75z"
12
+ }));
13
+
14
+ export { SvgHeadphones as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHeart = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M5.02 2.225c-2.022 0-3.52 1.967-3.52 3.948 0 .951.37 1.903.988 2.824.617.92 1.456 1.77 2.322 2.5.864.728 1.734 1.32 2.397 1.73.327.203.6.359.793.463.193-.104.466-.26.793-.462a20.657 20.657 0 0 0 2.397-1.73c.866-.73 1.705-1.58 2.322-2.5.618-.922.988-1.874.988-2.825 0-1.981-1.498-3.948-3.52-3.948-1.097 0-1.857.755-2.41 1.403a.75.75 0 0 1-1.14 0c-.553-.648-1.313-1.403-2.41-1.403M0 6.173C0 3.619 1.934.725 5.02.725c1.349 0 2.332.689 2.98 1.315.648-.626 1.631-1.315 2.98-1.315C14.067.725 16 3.619 16 6.173c0 1.344-.52 2.585-1.242 3.66-.722 1.076-1.671 2.028-2.601 2.812a22.17 22.17 0 0 1-2.575 1.859 17.71 17.71 0 0 1-.877.51 7.239 7.239 0 0 1-.382.191 1.057 1.057 0 0 1-.139.047c-.02.005-.091.023-.184.023s-.165-.018-.184-.022a.791.791 0 0 1-.139-.048 7.239 7.239 0 0 1-.382-.191c-.22-.119-.522-.291-.877-.51a22.163 22.163 0 0 1-2.575-1.86c-.93-.783-1.88-1.735-2.601-2.811C.52 8.758 0 7.517 0 6.173"
12
+ }));
13
+
14
+ export { SvgHeart as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgInbox = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M2.75 1.5c-.69 0-1.25.56-1.25 1.25V8H3a.75.75 0 0 1 .53.22L6.31 11h3.38l2.78-2.78A.75.75 0 0 1 13 8h1.5V2.75c0-.69-.56-1.25-1.25-1.25zM16 2.75A2.75 2.75 0 0 0 13.25 0H2.75A2.75 2.75 0 0 0 0 2.75v10.5A2.75 2.75 0 0 0 2.75 16h10.5A2.75 2.75 0 0 0 16 13.25zM14.5 9.5h-1.19l-2.78 2.78a.75.75 0 0 1-.53.22H6a.75.75 0 0 1-.53-.22L2.69 9.5H1.5v3.75c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25z"
12
+ }));
13
+
14
+ export { SvgInbox as default };
@@ -0,0 +1,18 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayers = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M7.656.084a.75.75 0 0 1 .69 0l7.25 3.75a.75.75 0 0 1 0 1.332l-7.25 3.75a.75.75 0 0 1-.69 0l-7.25-3.75a.75.75 0 0 1 0-1.332zM2.383 4.5 8 7.405 13.617 4.5 8 1.594z"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M.093 10.887a.752.752 0 0 1 1.02-.294L8 14.393l6.888-3.8a.75.75 0 1 1 .724 1.313l-7.25 4a.75.75 0 0 1-.724 0l-7.25-4a.75.75 0 0 1-.295-1.019"
14
+ }), /*#__PURE__*/React.createElement("path", {
15
+ d: "M.55 7.042a.75.75 0 0 1 .562.051L8 10.893l6.888-3.8a.75.75 0 0 1 .724 1.313l-7.25 4a.75.75 0 0 1-.724 0l-7.25-4a.75.75 0 0 1 .163-1.364Z"
16
+ }));
17
+
18
+ export { SvgLayers as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayoutColumns = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M13.75 15A2.25 2.25 0 0 0 16 12.75v-9.5A2.25 2.25 0 0 0 13.75 1H2.25A2.25 2.25 0 0 0 0 3.25v9.5A2.25 2.25 0 0 0 2.25 15zm-11.5-1.5H4.5v-11H2.25a.75.75 0 0 0-.75.75v9.5c0 .414.336.75.75.75M10 2.5H6v11h4zm1.5 11h2.25a.75.75 0 0 0 .75-.75v-9.5a.75.75 0 0 0-.75-.75H11.5z"
12
+ }));
13
+
14
+ export { SvgLayoutColumns as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayoutRows = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M16 3.25A2.25 2.25 0 0 0 13.75 1H2.25A2.25 2.25 0 0 0 0 3.25v9.5A2.25 2.25 0 0 0 2.25 15h11.5A2.25 2.25 0 0 0 16 12.75zm-1.5 9.5V11h-13v1.75c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75M1.5 6.5v3h13v-3zm13-1.5V3.25a.75.75 0 0 0-.75-.75H2.25a.75.75 0 0 0-.75.75V5z"
12
+ }));
13
+
14
+ export { SvgLayoutRows as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLink = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M11.141 1a3.893 3.893 0 0 0-2.738 1.093L7.314 3.175A.75.75 0 1 0 8.372 4.24L9.45 3.17a2.393 2.393 0 0 1 3.384 3.382l-1.88 1.88a2.394 2.394 0 0 1-3.609-.258.75.75 0 0 0-1.202.899 3.893 3.893 0 0 0 5.87.42l1.886-1.886.01-.009A3.893 3.893 0 0 0 11.141 1"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M7.02 5.365a3.893 3.893 0 0 0-3.033 1.13L2.092 8.392a3.893 3.893 0 0 0 5.505 5.504l1.084-1.084a.75.75 0 0 0-1.06-1.06l-1.07 1.07a2.393 2.393 0 0 1-3.384-3.384l1.881-1.88a2.393 2.393 0 0 1 3.609.258.75.75 0 1 0 1.2-.899A3.893 3.893 0 0 0 7.02 5.365"
13
+ }));
14
+
15
+ export { SvgLink as default };
@@ -88,3 +88,13 @@ export { default as Floppy } from './Floppy.js';
88
88
  export { default as FolderMinus } from './FolderMinus.js';
89
89
  export { default as FolderPlus } from './FolderPlus.js';
90
90
  export { default as Folder } from './Folder.js';
91
+ export { default as Globe } from './Globe.js';
92
+ export { default as Grid } from './Grid.js';
93
+ export { default as Hash } from './Hash.js';
94
+ export { default as Headphones } from './Headphones.js';
95
+ export { default as Heart } from './Heart.js';
96
+ export { default as Inbox } from './Inbox.js';
97
+ export { default as Layers } from './Layers.js';
98
+ export { default as LayoutColumns } from './LayoutColumns.js';
99
+ export { default as LayoutRows } from './LayoutRows.js';
100
+ export { default as Link } from './Link.js';
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgGlobe = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M5.26 2.106A6.498 6.498 0 0 0 1.543 7.25h2.501c.078-1.79.434-3.426.992-4.68.07-.16.145-.315.224-.464M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0m0 1.5c-.201 0-.449.089-.737.363-.293.278-.59.716-.856 1.315-.461 1.038-.784 2.458-.861 4.072h4.908c-.077-1.614-.4-3.034-.86-4.072-.267-.599-.564-1.037-.857-1.315C8.45 1.59 8.201 1.5 8 1.5m3.956 5.75c-.078-1.79-.434-3.426-.992-4.68a7.762 7.762 0 0 0-.224-.464 6.5 6.5 0 0 1 3.717 5.144zm-1.502 1.5H5.546c.077 1.614.4 3.034.86 4.072.267.599.564 1.037.857 1.315.288.274.536.363.737.363.201 0 .449-.088.737-.363.293-.278.59-.716.856-1.315.461-1.038.784-2.458.861-4.072m.286 5.144c.079-.15.153-.304.224-.463.558-1.255.914-2.89.992-4.681h2.5a6.5 6.5 0 0 1-3.716 5.144m-5.48 0a7.716 7.716 0 0 1-.224-.463c-.558-1.255-.914-2.89-.992-4.681h-2.5a6.5 6.5 0 0 0 3.716 5.144"
12
+ }));
13
+
14
+ export { SvgGlobe as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgGrid = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M2.25 1C1.56 1 1 1.56 1 2.25v3.5C1 6.44 1.56 7 2.25 7h3.5C6.44 7 7 6.44 7 5.75v-3.5C7 1.56 6.44 1 5.75 1zm8 0C9.56 1 9 1.56 9 2.25v3.5C9 6.44 9.56 7 10.25 7h3.5C14.44 7 15 6.44 15 5.75v-3.5C15 1.56 14.44 1 13.75 1zM9 10.25C9 9.56 9.56 9 10.25 9h3.5c.69 0 1.25.56 1.25 1.25v3.5c0 .69-.56 1.25-1.25 1.25h-3.5C9.56 15 9 14.44 9 13.75zM2.25 9C1.56 9 1 9.56 1 10.25v3.5c0 .69.56 1.25 1.25 1.25h3.5C6.44 15 7 14.44 7 13.75v-3.5C7 9.56 6.44 9 5.75 9z"
12
+ }));
13
+
14
+ export { SvgGrid as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHash = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M6.884 1.762a.75.75 0 0 1 .604.872L7.058 5h2.975l.479-2.634a.75.75 0 1 1 1.476.268L11.558 5h1.192a.75.75 0 1 1 0 1.5h-1.465l-.546 3h2.011a.75.75 0 1 1 0 1.5h-2.283l-.48 2.634a.75.75 0 1 1-1.475-.268L8.942 11H5.967l-.48 2.634a.75.75 0 1 1-1.475-.268L4.442 11H3.25a.75.75 0 0 1 0-1.5h1.465l.545-3H3.25a.75.75 0 0 1 0-1.5h2.283l.479-2.634a.75.75 0 0 1 .872-.604M9.214 9.5l.546-3H6.785l-.546 3z"
12
+ }));
13
+
14
+ export { SvgHash as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHeadphones = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M8 2.5c-1.468 0-2.87.56-3.9 1.548A5.13 5.13 0 0 0 2.5 7.75V8h1.25A2.25 2.25 0 0 1 6 10.25v2.5A2.25 2.25 0 0 1 3.75 15h-.5A2.25 2.25 0 0 1 1 12.75v-5c0-1.8.745-3.52 2.061-4.784A7.135 7.135 0 0 1 8 1c1.847 0 3.624.704 4.939 1.966A6.63 6.63 0 0 1 15 7.75v5A2.25 2.25 0 0 1 12.75 15h-.5A2.25 2.25 0 0 1 10 12.75v-2.5A2.25 2.25 0 0 1 12.25 8h1.25v-.25a5.13 5.13 0 0 0-1.6-3.702A5.635 5.635 0 0 0 8 2.5"
12
+ }));
13
+
14
+ export { SvgHeadphones as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHeart = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M0 6.173C0 3.619 1.934.725 5.02.725c1.349 0 2.332.689 2.98 1.315.648-.626 1.631-1.315 2.98-1.315C14.067.725 16 3.619 16 6.173c0 1.344-.52 2.585-1.242 3.66-.722 1.076-1.671 2.028-2.601 2.812a22.17 22.17 0 0 1-2.575 1.859 17.71 17.71 0 0 1-.877.51 7.239 7.239 0 0 1-.382.191 1.057 1.057 0 0 1-.139.047.77.77 0 0 1-.184.023c-.093 0-.165-.018-.184-.022a.838.838 0 0 1-.139-.048 7.239 7.239 0 0 1-.382-.191c-.22-.119-.522-.291-.877-.51a22.163 22.163 0 0 1-2.575-1.86c-.93-.783-1.88-1.735-2.601-2.811C.52 8.758 0 7.517 0 6.173"
12
+ }));
13
+
14
+ export { SvgHeart as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgInbox = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M0 2.25A2.25 2.25 0 0 1 2.25 0h11.5A2.25 2.25 0 0 1 16 2.25v11.5A2.25 2.25 0 0 1 13.75 16H2.25A2.25 2.25 0 0 1 0 13.75zm1.5 0a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 .75.75V8H13a.75.75 0 0 0-.53.22L9.69 11H6.31L3.53 8.22A.75.75 0 0 0 3 8H1.5z"
12
+ }));
13
+
14
+ export { SvgInbox as default };
@@ -0,0 +1,18 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayers = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M7.656.084a.75.75 0 0 1 .69 0l7.25 3.75a.75.75 0 0 1 0 1.332l-7.25 3.75a.75.75 0 0 1-.69 0l-7.25-3.75a.75.75 0 0 1 0-1.332z"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M.093 10.887a.752.752 0 0 1 1.02-.294L8 14.393l6.888-3.8a.75.75 0 1 1 .724 1.313l-7.25 4a.75.75 0 0 1-.724 0l-7.25-4a.75.75 0 0 1-.295-1.019"
14
+ }), /*#__PURE__*/React.createElement("path", {
15
+ d: "M.55 7.042a.75.75 0 0 1 .562.051L8 10.893l6.888-3.8a.75.75 0 0 1 .724 1.313l-7.25 4a.75.75 0 0 1-.724 0l-7.25-4A.75.75 0 0 1 .55 7.042"
16
+ }));
17
+
18
+ export { SvgLayers as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayoutColumns = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M13.75 15A2.25 2.25 0 0 0 16 12.75v-9.5A2.25 2.25 0 0 0 13.75 1H11.5v14zM10 15V1H6v14zm-5.5 0V1H2.25A2.25 2.25 0 0 0 0 3.25v9.5A2.25 2.25 0 0 0 2.25 15z"
11
+ }));
12
+
13
+ export { SvgLayoutColumns as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayoutRows = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M16 3.25A2.25 2.25 0 0 0 13.75 1H2.25A2.25 2.25 0 0 0 0 3.25V4.5h16zM16 6H0v4h16zm0 5.5H0v1.25A2.25 2.25 0 0 0 2.25 15h11.5A2.25 2.25 0 0 0 16 12.75z"
11
+ }));
12
+
13
+ export { SvgLayoutRows as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLink = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M11.141 1a3.893 3.893 0 0 0-2.738 1.093L7.314 3.175A.75.75 0 1 0 8.372 4.24L9.45 3.17a2.393 2.393 0 0 1 3.384 3.382l-1.88 1.88a2.394 2.394 0 0 1-3.609-.258.75.75 0 0 0-1.202.899 3.893 3.893 0 0 0 5.87.42l1.886-1.886.01-.009A3.893 3.893 0 0 0 11.141 1"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M7.02 5.365a3.893 3.893 0 0 0-3.033 1.13L2.092 8.392a3.893 3.893 0 0 0 5.505 5.504l1.084-1.084a.75.75 0 0 0-1.06-1.06l-1.07 1.07a2.393 2.393 0 0 1-3.384-3.384l1.881-1.88a2.393 2.393 0 0 1 3.609.258.75.75 0 1 0 1.2-.899A3.893 3.893 0 0 0 7.02 5.365"
13
+ }));
14
+
15
+ export { SvgLink as default };
@@ -88,3 +88,13 @@ export { default as Floppy } from './Floppy.js';
88
88
  export { default as FolderMinus } from './FolderMinus.js';
89
89
  export { default as FolderPlus } from './FolderPlus.js';
90
90
  export { default as Folder } from './Folder.js';
91
+ export { default as Globe } from './Globe.js';
92
+ export { default as Grid } from './Grid.js';
93
+ export { default as Hash } from './Hash.js';
94
+ export { default as Headphones } from './Headphones.js';
95
+ export { default as Heart } from './Heart.js';
96
+ export { default as Inbox } from './Inbox.js';
97
+ export { default as Layers } from './Layers.js';
98
+ export { default as LayoutColumns } from './LayoutColumns.js';
99
+ export { default as LayoutRows } from './LayoutRows.js';
100
+ export { default as Link } from './Link.js';
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgGlobe = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M8.989 4.051a8.499 8.499 0 0 0-5.456 7.199h3.619c.08-2.341.536-4.476 1.255-6.095.176-.395.37-.765.582-1.104M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 1.5c-.324 0-.689.144-1.084.52-.398.38-.792.964-1.138 1.744-.621 1.398-1.045 3.318-1.125 5.486h6.694c-.08-2.168-.504-4.088-1.125-5.486-.346-.78-.74-1.364-1.138-1.744-.395-.375-.76-.52-1.084-.52m4.848 7.75c-.08-2.341-.536-4.476-1.255-6.095a8.838 8.838 0 0 0-.582-1.104 8.499 8.499 0 0 1 5.456 7.199zm-1.5 1.5H8.652c.08 2.168.504 4.088 1.125 5.486.346.78.74 1.364 1.138 1.744.395.375.76.52 1.084.52.324 0 .689-.145 1.084-.52.398-.38.792-.964 1.138-1.744.621-1.398 1.045-3.318 1.125-5.486Zm-.337 7.199c.213-.339.406-.71.582-1.104.72-1.619 1.175-3.754 1.255-6.095h3.619a8.5 8.5 0 0 1-5.456 7.199m-6.022 0a8.843 8.843 0 0 1-.582-1.104c-.72-1.619-1.175-3.754-1.255-6.095H3.533a8.5 8.5 0 0 0 5.456 7.199"
12
+ }));
13
+
14
+ export { SvgGlobe as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgGrid = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M3.75 2A1.75 1.75 0 0 0 2 3.75v5.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 11 9.25v-5.5A1.75 1.75 0 0 0 9.25 2zM3.5 3.75a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25zM14.75 2A1.75 1.75 0 0 0 13 3.75v5.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 22 9.25v-5.5A1.75 1.75 0 0 0 20.25 2zm-.25 1.75a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25zm-1.5 11c0-.966.784-1.75 1.75-1.75h5.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 20.25 22h-5.5A1.75 1.75 0 0 1 13 20.25zm1.75-.25a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25zm-11-1.5A1.75 1.75 0 0 0 2 14.75v5.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 11 20.25v-5.5A1.75 1.75 0 0 0 9.25 13zm-.25 1.75a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25z"
12
+ }));
13
+
14
+ export { SvgGrid as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHash = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M10.363 3.009a.75.75 0 0 1 .629.853L10.365 8h4.483l.66-4.362a.75.75 0 0 1 1.484.224L16.365 8h2.885a.75.75 0 1 1 0 1.5h-3.113l-.681 4.5h3.794a.75.75 0 1 1 0 1.5h-4.022l-.736 4.863a.75.75 0 1 1-1.483-.225l.702-4.638H9.228l-.736 4.863a.75.75 0 1 1-1.483-.225L7.71 15.5H4.75a.75.75 0 1 1 0-1.5h3.189l.681-4.5H4.75a.75.75 0 0 1 0-1.5h4.098l.66-4.362a.75.75 0 0 1 .855-.63zM13.938 14l.682-4.5h-4.482L9.455 14z"
12
+ }));
13
+
14
+ export { SvgHash as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHeadphones = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M12 3.5c-2.26 0-4.425.874-6.018 2.424A8.128 8.128 0 0 0 3.5 11.75V13h2.75A2.75 2.75 0 0 1 9 15.75v3.5A2.75 2.75 0 0 1 6.25 22h-1.5A2.75 2.75 0 0 1 2 19.25v-7.5a9.628 9.628 0 0 1 2.936-6.902A10.132 10.132 0 0 1 12 2c2.646 0 5.187 1.022 7.064 2.848A9.631 9.631 0 0 1 22 11.75v7.5A2.75 2.75 0 0 1 19.25 22h-1.5A2.75 2.75 0 0 1 15 19.25v-3.5A2.75 2.75 0 0 1 17.75 13h2.75v-1.25c0-2.181-.89-4.278-2.482-5.826A8.632 8.632 0 0 0 12 3.5m8.5 11h-2.75c-.69 0-1.25.56-1.25 1.25v3.5c0 .69.56 1.25 1.25 1.25h1.5c.69 0 1.25-.56 1.25-1.25zm-17 0h2.75c.69 0 1.25.56 1.25 1.25v3.5c0 .69-.56 1.25-1.25 1.25h-1.5c-.69 0-1.25-.56-1.25-1.25z"
12
+ }));
13
+
14
+ export { SvgHeadphones as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHeart = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M7.786 3.525C4.708 3.525 2.5 6.497 2.5 9.417c0 1.427.554 2.832 1.449 4.166.894 1.334 2.103 2.556 3.341 3.6a29.52 29.52 0 0 0 3.426 2.472 23.174 23.174 0 0 0 1.284.742l.136-.073c.28-.15.675-.376 1.148-.669a29.518 29.518 0 0 0 3.426-2.473c1.238-1.043 2.447-2.265 3.341-3.599.895-1.334 1.449-2.74 1.449-4.166 0-2.92-2.208-5.892-5.286-5.892-1.705 0-2.861 1.175-3.643 2.093a.75.75 0 0 1-1.142 0c-.781-.918-1.938-2.093-3.643-2.093M1 9.417c0-3.492 2.644-7.392 6.786-7.392 1.95 0 3.333 1.08 4.214 1.987.88-.907 2.264-1.987 4.214-1.987 4.142 0 6.786 3.9 6.786 7.392 0 1.82-.705 3.514-1.703 5.002-.999 1.489-2.319 2.813-3.62 3.91a31.008 31.008 0 0 1-3.604 2.602c-.497.307-.918.547-1.224.713-.153.082-.28.148-.377.195a2.814 2.814 0 0 1-.215.092.883.883 0 0 1-.071.021.775.775 0 0 1-.371 0 .896.896 0 0 1-.151-.051 2.858 2.858 0 0 1-.136-.062 10.033 10.033 0 0 1-.377-.195 24.563 24.563 0 0 1-1.224-.713 31.01 31.01 0 0 1-3.604-2.602c-1.301-1.097-2.621-2.421-3.62-3.91C1.705 12.93 1 11.236 1 9.417"
12
+ }));
13
+
14
+ export { SvgHeart as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgInbox = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M2 4.75A2.75 2.75 0 0 1 4.75 2h14.5A2.75 2.75 0 0 1 22 4.75v14.5A2.75 2.75 0 0 1 19.25 22H4.75A2.75 2.75 0 0 1 2 19.25zm1.5 8.75v5.75c0 .69.56 1.25 1.25 1.25h14.5c.69 0 1.25-.56 1.25-1.25V13.5h-3.19l-2.78 2.78a.75.75 0 0 1-.53.22h-4a.75.75 0 0 1-.53-.22L6.69 13.5zm17-1.5V4.75c0-.69-.56-1.25-1.25-1.25H4.75c-.69 0-1.25.56-1.25 1.25V12H7a.75.75 0 0 1 .53.22L10.31 15h3.38l2.78-2.78A.75.75 0 0 1 17 12z"
12
+ }));
13
+
14
+ export { SvgInbox as default };
@@ -0,0 +1,18 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayers = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M11.658 1.082a.75.75 0 0 1 .684 0l10.25 5.25a.75.75 0 0 1 0 1.336l-10.25 5.25a.749.749 0 0 1-.684 0l-10.25-5.25a.75.75 0 0 1 0-1.336zM3.395 7 12 11.407 20.605 7 12 2.593z"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M1.089 16.395a.75.75 0 0 1 1.016-.306L12 21.399l9.895-5.31a.75.75 0 0 1 .71 1.322l-10.25 5.5a.75.75 0 0 1-.71 0l-10.25-5.5a.75.75 0 0 1-.306-1.016"
14
+ }), /*#__PURE__*/React.createElement("path", {
15
+ d: "M1.534 11.032a.75.75 0 0 1 .571.057L12 16.399l9.895-5.31a.75.75 0 0 1 .71 1.322l-10.25 5.5a.75.75 0 0 1-.71 0l-10.25-5.5a.75.75 0 0 1 .139-1.38Z"
16
+ }));
17
+
18
+ export { SvgLayers as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayoutColumns = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M20.25 22A2.75 2.75 0 0 0 23 19.25V4.75A2.75 2.75 0 0 0 20.25 2h-17A2.25 2.25 0 0 0 1 4.25v15.5A2.25 2.25 0 0 0 3.25 22zm-17-1.5H7v-17H3.25a.75.75 0 0 0-.75.75v15.5c0 .414.336.75.75.75m12.25-17h-7v17h7zm1.5 17h3.25c.69 0 1.25-.56 1.25-1.25V4.75c0-.69-.56-1.25-1.25-1.25H17z"
12
+ }));
13
+
14
+ export { SvgLayoutColumns as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayoutRows = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M23 4.75A2.75 2.75 0 0 0 20.25 2H3.75A2.75 2.75 0 0 0 1 4.75v15A2.25 2.25 0 0 0 3.25 22h17.5A2.25 2.25 0 0 0 23 19.75zm-1.5 15V16h-19v3.75c0 .414.336.75.75.75h17.5a.75.75 0 0 0 .75-.75M2.5 9.5v5h19v-5zm19-1.5V4.75c0-.69-.56-1.25-1.25-1.25H3.75c-.69 0-1.25.56-1.25 1.25V8z"
12
+ }));
13
+
14
+ export { SvgLayoutRows as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLink = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M16.575 2a5.48 5.48 0 0 0-3.848 1.531L11.094 5.15a.75.75 0 0 0 1.056 1.065l1.62-1.606a3.98 3.98 0 0 1 5.567.052 3.951 3.951 0 0 1 .053 5.542l-2.829 2.82a3.973 3.973 0 0 1-3.094 1.15 3.986 3.986 0 0 1-2.898-1.577.75.75 0 1 0-1.2.9 5.471 5.471 0 0 0 6.293 1.843 5.486 5.486 0 0 0 1.958-1.254l2.834-2.824.009-.01a5.45 5.45 0 0 0-.067-7.652A5.482 5.482 0 0 0 16.575 2"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M10.64 8.33a5.486 5.486 0 0 0-4.26 1.585L3.545 12.74l-.009.01a5.45 5.45 0 0 0 .067 7.652 5.48 5.48 0 0 0 7.67.067l1.624-1.62a.751.751 0 0 0-1.06-1.062l-1.61 1.605a3.98 3.98 0 0 1-5.565-.052 3.951 3.951 0 0 1-.053-5.543l2.829-2.82a3.973 3.973 0 0 1 4.714-.675c.5.272.936.648 1.278 1.103a.75.75 0 0 0 1.2-.9 5.468 5.468 0 0 0-3.99-2.175"
13
+ }));
14
+
15
+ export { SvgLink as default };
@@ -88,3 +88,13 @@ export { default as Floppy } from './Floppy.js';
88
88
  export { default as FolderMinus } from './FolderMinus.js';
89
89
  export { default as FolderPlus } from './FolderPlus.js';
90
90
  export { default as Folder } from './Folder.js';
91
+ export { default as Globe } from './Globe.js';
92
+ export { default as Grid } from './Grid.js';
93
+ export { default as Hash } from './Hash.js';
94
+ export { default as Headphones } from './Headphones.js';
95
+ export { default as Heart } from './Heart.js';
96
+ export { default as Inbox } from './Inbox.js';
97
+ export { default as Layers } from './Layers.js';
98
+ export { default as LayoutColumns } from './LayoutColumns.js';
99
+ export { default as LayoutRows } from './LayoutRows.js';
100
+ export { default as Link } from './Link.js';
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgGlobe = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M8.989 4.051a8.499 8.499 0 0 0-5.456 7.199h3.619c.08-2.341.536-4.476 1.255-6.095.176-.395.37-.765.582-1.104M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 1.5c-.324 0-.689.144-1.084.52-.398.38-.792.964-1.138 1.744-.621 1.398-1.045 3.318-1.125 5.486h6.694c-.08-2.168-.504-4.088-1.125-5.486-.346-.78-.74-1.364-1.138-1.744-.395-.375-.76-.52-1.084-.52m4.848 7.75c-.08-2.341-.536-4.476-1.255-6.095a8.838 8.838 0 0 0-.582-1.104 8.499 8.499 0 0 1 5.456 7.199zm-1.5 1.5H8.652c.08 2.168.504 4.088 1.125 5.486.346.78.74 1.364 1.138 1.744.395.375.76.52 1.084.52.324 0 .689-.145 1.084-.52.398-.38.792-.964 1.138-1.744.621-1.398 1.045-3.318 1.125-5.486Zm-.337 7.199c.213-.339.406-.71.582-1.104.72-1.619 1.175-3.754 1.255-6.095h3.619a8.5 8.5 0 0 1-5.456 7.199m-6.022 0a8.843 8.843 0 0 1-.582-1.104c-.72-1.619-1.175-3.754-1.255-6.095H3.533a8.5 8.5 0 0 0 5.456 7.199"
12
+ }));
13
+
14
+ export { SvgGlobe as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgGrid = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M3.75 2A1.75 1.75 0 0 0 2 3.75v5.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 11 9.25v-5.5A1.75 1.75 0 0 0 9.25 2zm11 0A1.75 1.75 0 0 0 13 3.75v5.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 22 9.25v-5.5A1.75 1.75 0 0 0 20.25 2zM13 14.75c0-.966.784-1.75 1.75-1.75h5.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 20.25 22h-5.5A1.75 1.75 0 0 1 13 20.25zM3.75 13A1.75 1.75 0 0 0 2 14.75v5.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 11 20.25v-5.5A1.75 1.75 0 0 0 9.25 13z"
12
+ }));
13
+
14
+ export { SvgGrid as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHash = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M10.363 3.009a.75.75 0 0 1 .629.853L10.365 8h4.483l.66-4.362a.75.75 0 0 1 1.484.224L16.365 8h2.885a.75.75 0 1 1 0 1.5h-3.113l-.681 4.5h3.794a.75.75 0 1 1 0 1.5h-4.022l-.736 4.863a.75.75 0 1 1-1.483-.225l.702-4.638H9.228l-.736 4.863a.75.75 0 1 1-1.483-.225L7.71 15.5H4.75a.75.75 0 1 1 0-1.5h3.189l.681-4.5H4.75a.75.75 0 0 1 0-1.5h4.098l.66-4.362a.75.75 0 0 1 .855-.63zM13.938 14l.682-4.5h-4.482L9.455 14z"
12
+ }));
13
+
14
+ export { SvgHash as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHeadphones = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M12 3.5c-2.26 0-4.425.874-6.018 2.424A8.128 8.128 0 0 0 3.5 11.75V13h2.75A2.75 2.75 0 0 1 9 15.75v3.5A2.75 2.75 0 0 1 6.25 22h-1.5A2.75 2.75 0 0 1 2 19.25v-7.5a9.628 9.628 0 0 1 2.936-6.902A10.132 10.132 0 0 1 12 2c2.646 0 5.187 1.022 7.064 2.848A9.631 9.631 0 0 1 22 11.75v7.5A2.75 2.75 0 0 1 19.25 22h-1.5A2.75 2.75 0 0 1 15 19.25v-3.5A2.75 2.75 0 0 1 17.75 13h2.75v-1.25c0-2.181-.89-4.278-2.482-5.826A8.632 8.632 0 0 0 12 3.5"
12
+ }));
13
+
14
+ export { SvgHeadphones as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgHeart = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M1 9.417c0-3.492 2.644-7.392 6.786-7.392 1.95 0 3.333 1.08 4.214 1.987.88-.907 2.264-1.987 4.214-1.987 4.142 0 6.786 3.9 6.786 7.392 0 1.82-.705 3.514-1.703 5.002-.999 1.489-2.319 2.813-3.62 3.91a31.008 31.008 0 0 1-3.604 2.602c-.497.307-.918.547-1.224.713-.153.082-.28.148-.377.195a2.814 2.814 0 0 1-.215.092.883.883 0 0 1-.071.021.775.775 0 0 1-.371 0 .908.908 0 0 1-.151-.051 2.858 2.858 0 0 1-.136-.062 10.033 10.033 0 0 1-.377-.195 24.563 24.563 0 0 1-1.224-.713 31.01 31.01 0 0 1-3.604-2.602c-1.301-1.097-2.621-2.421-3.62-3.91C1.705 12.93 1 11.236 1 9.417"
12
+ }));
13
+
14
+ export { SvgHeart as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgInbox = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M2 4.75A2.75 2.75 0 0 1 4.75 2h14.5A2.75 2.75 0 0 1 22 4.75v14.5A2.75 2.75 0 0 1 19.25 22H4.75A2.75 2.75 0 0 1 2 19.25zM20.5 12V4.75c0-.69-.56-1.25-1.25-1.25H4.75c-.69 0-1.25.56-1.25 1.25V12H7a.75.75 0 0 1 .53.22L10.31 15h3.38l2.78-2.78A.75.75 0 0 1 17 12z"
12
+ }));
13
+
14
+ export { SvgInbox as default };
@@ -0,0 +1,18 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayers = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M11.658 1.082a.75.75 0 0 1 .684 0l10.25 5.25a.75.75 0 0 1 0 1.336l-10.25 5.25a.749.749 0 0 1-.684 0l-10.25-5.25a.75.75 0 0 1 0-1.336z"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M1.089 16.395a.75.75 0 0 1 1.016-.306L12 21.399l9.895-5.31a.75.75 0 0 1 .71 1.322l-10.25 5.5a.75.75 0 0 1-.71 0l-10.25-5.5a.75.75 0 0 1-.306-1.016"
14
+ }), /*#__PURE__*/React.createElement("path", {
15
+ d: "M1.534 11.032a.75.75 0 0 1 .571.057L12 16.399l9.895-5.31a.75.75 0 0 1 .71 1.322l-10.25 5.5a.75.75 0 0 1-.71 0l-10.25-5.5a.75.75 0 0 1 .139-1.38Z"
16
+ }));
17
+
18
+ export { SvgLayers as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayoutColumns = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M20.25 22A2.75 2.75 0 0 0 23 19.25V4.75A2.75 2.75 0 0 0 20.25 2H17v20zm-4.75 0V2h-7v20zM3.25 2H7v20H3.25A2.25 2.25 0 0 1 1 19.75V4.25A2.25 2.25 0 0 1 3.25 2"
11
+ }));
12
+
13
+ export { SvgLayoutColumns as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLayoutRows = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M23 4.75A2.75 2.75 0 0 0 20.25 2H3.75A2.75 2.75 0 0 0 1 4.75V8h22zM1 14.5v-5h22v5zM1 16v3.75A2.25 2.25 0 0 0 3.25 22h17.5A2.25 2.25 0 0 0 23 19.75V16z"
11
+ }));
12
+
13
+ export { SvgLayoutRows as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgLink = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M16.575 2a5.48 5.48 0 0 0-3.848 1.531L11.094 5.15a.75.75 0 0 0 1.056 1.065l1.62-1.606a3.98 3.98 0 0 1 5.567.052 3.951 3.951 0 0 1 .053 5.542l-2.829 2.82a3.973 3.973 0 0 1-3.094 1.15 3.986 3.986 0 0 1-2.898-1.577.75.75 0 1 0-1.2.9 5.471 5.471 0 0 0 6.293 1.843 5.486 5.486 0 0 0 1.958-1.254l2.834-2.824.009-.01a5.45 5.45 0 0 0-.067-7.652A5.482 5.482 0 0 0 16.575 2"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M10.64 8.33a5.486 5.486 0 0 0-4.26 1.585L3.545 12.74l-.009.01a5.45 5.45 0 0 0 .067 7.652 5.48 5.48 0 0 0 7.67.067l1.624-1.62a.751.751 0 0 0-1.06-1.062l-1.61 1.605a3.98 3.98 0 0 1-5.565-.052 3.951 3.951 0 0 1-.053-5.543l2.829-2.82a3.973 3.973 0 0 1 4.714-.675c.5.272.936.648 1.278 1.103a.75.75 0 0 0 1.2-.9 5.468 5.468 0 0 0-3.99-2.175"
13
+ }));
14
+
15
+ export { SvgLink as default };
@@ -88,3 +88,13 @@ export { default as Floppy } from './Floppy.js';
88
88
  export { default as FolderMinus } from './FolderMinus.js';
89
89
  export { default as FolderPlus } from './FolderPlus.js';
90
90
  export { default as Folder } from './Folder.js';
91
+ export { default as Globe } from './Globe.js';
92
+ export { default as Grid } from './Grid.js';
93
+ export { default as Hash } from './Hash.js';
94
+ export { default as Headphones } from './Headphones.js';
95
+ export { default as Heart } from './Heart.js';
96
+ export { default as Inbox } from './Inbox.js';
97
+ export { default as Layers } from './Layers.js';
98
+ export { default as LayoutColumns } from './LayoutColumns.js';
99
+ export { default as LayoutRows } from './LayoutRows.js';
100
+ export { default as Link } from './Link.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "metal-icons",
3
3
  "private": false,
4
- "version": "0.1.16",
4
+ "version": "0.1.17",
5
5
  "description": "A flexible React icon set",
6
6
  "repository": {
7
7
  "type": "git",