metal-icons 0.2.7 → 0.2.8

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.
@@ -8,19 +8,16 @@ function ArchiveIcon({
8
8
  xmlns: "http://www.w3.org/2000/svg",
9
9
  width: 16,
10
10
  height: 16,
11
- fill: "none",
12
- viewBox: "0 0 16 16",
11
+ fill: "currentColor",
13
12
  ref: svgRef,
14
13
  "aria-labelledby": titleId
15
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
16
15
  id: titleId
17
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
18
- fill: "currentColor",
19
- d: "M6.75 8c-.19891 0-.38968.07902-.53033.21967S6 8.55109 6 8.75s.07902.38968.21967.53033S6.55109 9.5 6.75 9.5h2.5c.19891 0 .38968-.07902.53033-.21967S10 8.94891 10 8.75s-.07902-.38968-.21967-.53033S9.44891 8 9.25 8z"
17
+ d: "M6.75 8a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5z"
20
18
  }), /*#__PURE__*/React.createElement("path", {
21
- fill: "currentColor",
22
19
  fillRule: "evenodd",
23
- d: "M2.1e-7 2.75C2.1e-7 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5c0 .698-.409 1.3-1 1.582v6.918c0 .5967-.2371 1.169-.659 1.591-.422.4219-.9943.659-1.591.659h-9.5c-.59674 0-1.16903-.2371-1.59099-.659C1.23705 13.919 1 13.3467 1 12.75V5.832c-.299341-.14199-.552226-.36604-.72925-.64609"
20
+ d: "M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5c0 .698-.409 1.3-1 1.582v6.918A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.75V5.832A1.75 1.75 0 0 1 0 4.25zm13.5 10V6h-11v6.75c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75m1-8.5a.25.25 0 0 1-.25.25H1.75a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h12.5a.25.25 0 0 1 .25.25z"
24
21
  }));
25
22
  }
26
23
  const ForwardRef = React.forwardRef(ArchiveIcon);
@@ -8,19 +8,16 @@ function ArchiveIcon({
8
8
  xmlns: "http://www.w3.org/2000/svg",
9
9
  width: 16,
10
10
  height: 16,
11
- fill: "none",
12
- viewBox: "0 0 16 16",
11
+ fill: "currentColor",
13
12
  ref: svgRef,
14
13
  "aria-labelledby": titleId
15
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
16
15
  id: titleId
17
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
18
- fill: "currentColor",
19
- d: "M6.75 8c-.19891 0-.38968.07902-.53033.21967S6 8.55109 6 8.75s.07902.38968.21967.53033S6.55109 9.5 6.75 9.5h2.5c.19891 0 .38968-.07902.53033-.21967S10 8.94891 10 8.75s-.07902-.38968-.21967-.53033S9.44891 8 9.25 8z"
17
+ d: "M6.75 8a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5z"
20
18
  }), /*#__PURE__*/React.createElement("path", {
21
- fill: "currentColor",
22
19
  fillRule: "evenodd",
23
- d: "M2.1e-7 2.75C2.1e-7 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5c0 .698-.409 1.3-1 1.582v6.918c0 .5967-.2371 1.169-.659 1.591-.422.4219-.9943.659-1.591.659h-9.5c-.59674 0-1.16903-.2371-1.59099-.659C1.23705 13.919 1 13.3467 1 12.75V5.832c-.299341-.14199-.552226-.36604-.72925-.64609"
20
+ d: "M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5c0 .698-.409 1.3-1 1.582v6.918A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.75V5.832A1.75 1.75 0 0 1 0 4.25zm13.5 10V6h-11v6.75c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75m1-8.5a.25.25 0 0 1-.25.25H1.75a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h12.5a.25.25 0 0 1 .25.25z"
24
21
  }));
25
22
  }
26
23
  const ForwardRef = React.forwardRef(ArchiveIcon);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "metal-icons",
3
3
  "license": "MIT",
4
- "version": "0.2.7",
4
+ "version": "0.2.8",
5
5
  "description": "A flexible React icon library.",
6
6
  "keywords": [
7
7
  "design",