metal-icons 0.2.5 → 0.2.7

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 (76) hide show
  1. package/16/outline/ClipboardXIcon.d.ts +3 -0
  2. package/16/outline/ClipboardXIcon.js +25 -0
  3. package/16/outline/PenIcon.js +1 -1
  4. package/16/outline/PenLineIcon.js +1 -4
  5. package/16/outline/PencilIcon.d.ts +3 -0
  6. package/16/outline/PencilIcon.js +22 -0
  7. package/16/outline/PencilLineIcon.d.ts +3 -0
  8. package/16/outline/PencilLineIcon.js +24 -0
  9. package/16/outline/esm/ClipboardXIcon.d.ts +3 -0
  10. package/16/outline/esm/ClipboardXIcon.js +25 -0
  11. package/16/outline/esm/PenIcon.js +1 -1
  12. package/16/outline/esm/PenLineIcon.js +1 -4
  13. package/16/outline/esm/PencilIcon.d.ts +3 -0
  14. package/16/outline/esm/PencilIcon.js +22 -0
  15. package/16/outline/esm/PencilLineIcon.d.ts +3 -0
  16. package/16/outline/esm/PencilLineIcon.js +24 -0
  17. package/16/outline/esm/index.d.ts +3 -0
  18. package/16/outline/esm/index.js +3 -0
  19. package/16/outline/index.d.ts +3 -0
  20. package/16/outline/index.js +3 -0
  21. package/16/solid/ClipboardXIcon.d.ts +3 -0
  22. package/16/solid/ClipboardXIcon.js +23 -0
  23. package/16/solid/PencilIcon.d.ts +3 -0
  24. package/16/solid/PencilIcon.js +21 -0
  25. package/16/solid/PencilLineIcon.d.ts +3 -0
  26. package/16/solid/PencilLineIcon.js +21 -0
  27. package/16/solid/esm/ClipboardXIcon.d.ts +3 -0
  28. package/16/solid/esm/ClipboardXIcon.js +23 -0
  29. package/16/solid/esm/PencilIcon.d.ts +3 -0
  30. package/16/solid/esm/PencilIcon.js +21 -0
  31. package/16/solid/esm/PencilLineIcon.d.ts +3 -0
  32. package/16/solid/esm/PencilLineIcon.js +21 -0
  33. package/16/solid/esm/index.d.ts +3 -0
  34. package/16/solid/esm/index.js +3 -0
  35. package/16/solid/index.d.ts +3 -0
  36. package/16/solid/index.js +3 -0
  37. package/24/outline/ClipboardXIcon.d.ts +3 -0
  38. package/24/outline/ClipboardXIcon.js +25 -0
  39. package/24/outline/PenIcon.js +1 -3
  40. package/24/outline/PenLineIcon.js +1 -4
  41. package/24/outline/PencilIcon.d.ts +3 -0
  42. package/24/outline/PencilIcon.js +22 -0
  43. package/24/outline/PencilLineIcon.d.ts +3 -0
  44. package/24/outline/PencilLineIcon.js +24 -0
  45. package/24/outline/esm/ClipboardXIcon.d.ts +3 -0
  46. package/24/outline/esm/ClipboardXIcon.js +25 -0
  47. package/24/outline/esm/PenIcon.js +1 -3
  48. package/24/outline/esm/PenLineIcon.js +1 -4
  49. package/24/outline/esm/PencilIcon.d.ts +3 -0
  50. package/24/outline/esm/PencilIcon.js +22 -0
  51. package/24/outline/esm/PencilLineIcon.d.ts +3 -0
  52. package/24/outline/esm/PencilLineIcon.js +24 -0
  53. package/24/outline/esm/index.d.ts +3 -0
  54. package/24/outline/esm/index.js +3 -0
  55. package/24/outline/index.d.ts +3 -0
  56. package/24/outline/index.js +3 -0
  57. package/24/solid/ClipboardXIcon.d.ts +3 -0
  58. package/24/solid/ClipboardXIcon.js +23 -0
  59. package/24/solid/PenLineIcon.js +4 -2
  60. package/24/solid/PencilIcon.d.ts +3 -0
  61. package/24/solid/PencilIcon.js +21 -0
  62. package/24/solid/PencilLineIcon.d.ts +3 -0
  63. package/24/solid/PencilLineIcon.js +21 -0
  64. package/24/solid/esm/ClipboardXIcon.d.ts +3 -0
  65. package/24/solid/esm/ClipboardXIcon.js +23 -0
  66. package/24/solid/esm/PenLineIcon.js +4 -2
  67. package/24/solid/esm/PencilIcon.d.ts +3 -0
  68. package/24/solid/esm/PencilIcon.js +21 -0
  69. package/24/solid/esm/PencilLineIcon.d.ts +3 -0
  70. package/24/solid/esm/PencilLineIcon.js +21 -0
  71. package/24/solid/esm/index.d.ts +3 -0
  72. package/24/solid/esm/index.js +3 -0
  73. package/24/solid/index.d.ts +3 -0
  74. package/24/solid/index.js +3 -0
  75. package/README.md +1 -1
  76. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ClipboardXIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default ClipboardXIcon;
@@ -0,0 +1,25 @@
1
+ const React = require("react");
2
+ function ClipboardXIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ viewBox: "0 0 16 16",
13
+ ref: svgRef,
14
+ "aria-labelledby": titleId
15
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
16
+ id: titleId
17
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
18
+ d: "M10.78 7.28a.75.75 0 1 0-1.06-1.06L8 7.94 6.28 6.22a.75.75 0 0 0-1.06 1.06L6.94 9l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 10.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L9.06 9z"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ d: "M12.75 1h-.775c-.115-.57-.62-1-1.225-1h-5.5a1.25 1.25 0 0 0-1.225 1H3.25A2.25 2.25 0 0 0 1 3.25v10.5A2.25 2.25 0 0 0 3.25 16h9.5A2.25 2.25 0 0 0 15 13.75V3.25A2.25 2.25 0 0 0 12.75 1m-9.5 1.5H4v.75c0 .69.56 1.25 1.25 1.25h5.5c.69 0 1.25-.56 1.25-1.25V2.5h.75a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-9.5a.75.75 0 0 1-.75-.75V3.25a.75.75 0 0 1 .75-.75m2.25-1V3h5V1.5z"
22
+ }));
23
+ }
24
+ const ForwardRef = React.forwardRef(ClipboardXIcon);
25
+ module.exports = ForwardRef;
@@ -16,7 +16,7 @@ function PenIcon({
16
16
  id: titleId
17
17
  }, title) : null, /*#__PURE__*/React.createElement("path", {
18
18
  fillRule: "evenodd",
19
- d: "M13.303 0c-.675 0-1.321.268-1.798.745l-1.422 1.422h-.001l-8.966 8.966a.75.75 0 0 0-.197.349l-.897 3.586a.75.75 0 0 0 .91.91l3.586-.897a.75.75 0 0 0 .349-.197L15.255 4.495a2.543 2.543 0 0 0 0-3.596l-.154-.154A2.543 2.543 0 0 0 13.303 0M2.323 12.047l8.29-8.29 1.63 1.63-8.29 8.29-2.172.542.543-2.172ZM14.5 2.697c0 .277-.11.542-.305.738l-.895.895-1.626-1.633.891-.892a1.044 1.044 0 0 1 1.476 0l.154.155c.195.195.305.46.305.737"
19
+ d: "M13.303 0c.674 0 1.32.268 1.798.745l.154.154a2.543 2.543 0 0 1 0 3.596L4.868 14.884a.751.751 0 0 1-.349.197l-3.586.897a.75.75 0 0 1-.91-.91l.897-3.586a.751.751 0 0 1 .197-.35L11.505.746A2.543 2.543 0 0 1 13.303 0m0 1.5c-.242 0-.476.084-.661.236l-.077.07-10.242 10.24-.543 2.173 2.173-.543L14.194 3.435l.07-.077a1.043 1.043 0 0 0-.07-1.399l-.154-.153a1.043 1.043 0 0 0-.737-.306"
20
20
  }));
21
21
  }
22
22
  const ForwardRef = React.forwardRef(PenIcon);
@@ -15,10 +15,7 @@ function PenLineIcon({
15
15
  }, props), title ? /*#__PURE__*/React.createElement("title", {
16
16
  id: titleId
17
17
  }, title) : null, /*#__PURE__*/React.createElement("path", {
18
- fillRule: "evenodd",
19
- d: "M11.505.745a2.543 2.543 0 0 1 3.596 0l.154.154a2.543 2.543 0 0 1 0 3.596L4.867 14.884a.75.75 0 0 1-.349.197l-3.586.897a.75.75 0 0 1-.91-.91l.897-3.586a.75.75 0 0 1 .197-.349l8.966-8.965v-.001L11.506.745Zm-.892 3.013-8.29 8.289-.542 2.172 2.172-.543 8.29-8.289-1.63-1.63Zm1.959-1.96a1.03 1.03 0 0 1 1.456 0l.17.17a1.03 1.03 0 0 1 0 1.457l-.898.898-1.626-1.627z"
20
- }), /*#__PURE__*/React.createElement("path", {
21
- d: "M8.75 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z"
18
+ d: "M13.303 0c.674 0 1.32.268 1.798.745l.154.154a2.543 2.543 0 0 1 0 3.596L4.868 14.884a.751.751 0 0 1-.349.197l-3.586.897a.75.75 0 0 1-.91-.91l.897-3.586a.751.751 0 0 1 .197-.35L11.505.746A2.543 2.543 0 0 1 13.303 0m0 1.5c-.242 0-.476.084-.661.236l-.077.07-10.242 10.24-.543 2.173 2.173-.543L14.194 3.435l.07-.077a1.043 1.043 0 0 0-.07-1.399l-.154-.153a1.043 1.043 0 0 0-.737-.306M8.75 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z"
22
19
  }));
23
20
  }
24
21
  const ForwardRef = React.forwardRef(PenLineIcon);
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PencilIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default PencilIcon;
@@ -0,0 +1,22 @@
1
+ const React = require("react");
2
+ function PencilIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ d: "M13.303 0c-.675 0-1.321.268-1.798.745l-1.422 1.422h-.001l-8.966 8.966a.75.75 0 0 0-.197.349l-.897 3.586a.75.75 0 0 0 .91.91l3.586-.897a.75.75 0 0 0 .349-.197L15.255 4.495a2.543 2.543 0 0 0 0-3.596l-.154-.154A2.543 2.543 0 0 0 13.303 0M2.323 12.047l8.29-8.29 1.63 1.63-8.29 8.29-2.172.542.543-2.172ZM14.5 2.697c0 .277-.11.542-.305.738l-.895.895-1.626-1.633.891-.892a1.044 1.044 0 0 1 1.476 0l.154.155c.195.195.305.46.305.737"
19
+ }));
20
+ }
21
+ const ForwardRef = React.forwardRef(PencilIcon);
22
+ module.exports = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PencilLineIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default PencilLineIcon;
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ function PencilLineIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ d: "M11.505.745a2.543 2.543 0 0 1 3.596 0l.154.154a2.543 2.543 0 0 1 0 3.596L4.867 14.884a.75.75 0 0 1-.349.197l-3.586.897a.75.75 0 0 1-.91-.91l.897-3.586a.75.75 0 0 1 .197-.349l8.966-8.965v-.001L11.506.745Zm-.892 3.013-8.29 8.289-.542 2.172 2.172-.543 8.29-8.289-1.63-1.63Zm1.959-1.96a1.03 1.03 0 0 1 1.456 0l.17.17a1.03 1.03 0 0 1 0 1.457l-.898.898-1.626-1.627z"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M8.75 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z"
21
+ }));
22
+ }
23
+ const ForwardRef = React.forwardRef(PencilLineIcon);
24
+ module.exports = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ClipboardXIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default ClipboardXIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ function ClipboardXIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ viewBox: "0 0 16 16",
13
+ ref: svgRef,
14
+ "aria-labelledby": titleId
15
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
16
+ id: titleId
17
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
18
+ d: "M10.78 7.28a.75.75 0 1 0-1.06-1.06L8 7.94 6.28 6.22a.75.75 0 0 0-1.06 1.06L6.94 9l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 10.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L9.06 9z"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ d: "M12.75 1h-.775c-.115-.57-.62-1-1.225-1h-5.5a1.25 1.25 0 0 0-1.225 1H3.25A2.25 2.25 0 0 0 1 3.25v10.5A2.25 2.25 0 0 0 3.25 16h9.5A2.25 2.25 0 0 0 15 13.75V3.25A2.25 2.25 0 0 0 12.75 1m-9.5 1.5H4v.75c0 .69.56 1.25 1.25 1.25h5.5c.69 0 1.25-.56 1.25-1.25V2.5h.75a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-9.5a.75.75 0 0 1-.75-.75V3.25a.75.75 0 0 1 .75-.75m2.25-1V3h5V1.5z"
22
+ }));
23
+ }
24
+ const ForwardRef = React.forwardRef(ClipboardXIcon);
25
+ export default ForwardRef;
@@ -16,7 +16,7 @@ function PenIcon({
16
16
  id: titleId
17
17
  }, title) : null, /*#__PURE__*/React.createElement("path", {
18
18
  fillRule: "evenodd",
19
- d: "M13.303 0c-.675 0-1.321.268-1.798.745l-1.422 1.422h-.001l-8.966 8.966a.75.75 0 0 0-.197.349l-.897 3.586a.75.75 0 0 0 .91.91l3.586-.897a.75.75 0 0 0 .349-.197L15.255 4.495a2.543 2.543 0 0 0 0-3.596l-.154-.154A2.543 2.543 0 0 0 13.303 0M2.323 12.047l8.29-8.29 1.63 1.63-8.29 8.29-2.172.542.543-2.172ZM14.5 2.697c0 .277-.11.542-.305.738l-.895.895-1.626-1.633.891-.892a1.044 1.044 0 0 1 1.476 0l.154.155c.195.195.305.46.305.737"
19
+ d: "M13.303 0c.674 0 1.32.268 1.798.745l.154.154a2.543 2.543 0 0 1 0 3.596L4.868 14.884a.751.751 0 0 1-.349.197l-3.586.897a.75.75 0 0 1-.91-.91l.897-3.586a.751.751 0 0 1 .197-.35L11.505.746A2.543 2.543 0 0 1 13.303 0m0 1.5c-.242 0-.476.084-.661.236l-.077.07-10.242 10.24-.543 2.173 2.173-.543L14.194 3.435l.07-.077a1.043 1.043 0 0 0-.07-1.399l-.154-.153a1.043 1.043 0 0 0-.737-.306"
20
20
  }));
21
21
  }
22
22
  const ForwardRef = React.forwardRef(PenIcon);
@@ -15,10 +15,7 @@ function PenLineIcon({
15
15
  }, props), title ? /*#__PURE__*/React.createElement("title", {
16
16
  id: titleId
17
17
  }, title) : null, /*#__PURE__*/React.createElement("path", {
18
- fillRule: "evenodd",
19
- d: "M11.505.745a2.543 2.543 0 0 1 3.596 0l.154.154a2.543 2.543 0 0 1 0 3.596L4.867 14.884a.75.75 0 0 1-.349.197l-3.586.897a.75.75 0 0 1-.91-.91l.897-3.586a.75.75 0 0 1 .197-.349l8.966-8.965v-.001L11.506.745Zm-.892 3.013-8.29 8.289-.542 2.172 2.172-.543 8.29-8.289-1.63-1.63Zm1.959-1.96a1.03 1.03 0 0 1 1.456 0l.17.17a1.03 1.03 0 0 1 0 1.457l-.898.898-1.626-1.627z"
20
- }), /*#__PURE__*/React.createElement("path", {
21
- d: "M8.75 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z"
18
+ d: "M13.303 0c.674 0 1.32.268 1.798.745l.154.154a2.543 2.543 0 0 1 0 3.596L4.868 14.884a.751.751 0 0 1-.349.197l-3.586.897a.75.75 0 0 1-.91-.91l.897-3.586a.751.751 0 0 1 .197-.35L11.505.746A2.543 2.543 0 0 1 13.303 0m0 1.5c-.242 0-.476.084-.661.236l-.077.07-10.242 10.24-.543 2.173 2.173-.543L14.194 3.435l.07-.077a1.043 1.043 0 0 0-.07-1.399l-.154-.153a1.043 1.043 0 0 0-.737-.306M8.75 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z"
22
19
  }));
23
20
  }
24
21
  const ForwardRef = React.forwardRef(PenLineIcon);
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PencilIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default PencilIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ function PencilIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ d: "M13.303 0c-.675 0-1.321.268-1.798.745l-1.422 1.422h-.001l-8.966 8.966a.75.75 0 0 0-.197.349l-.897 3.586a.75.75 0 0 0 .91.91l3.586-.897a.75.75 0 0 0 .349-.197L15.255 4.495a2.543 2.543 0 0 0 0-3.596l-.154-.154A2.543 2.543 0 0 0 13.303 0M2.323 12.047l8.29-8.29 1.63 1.63-8.29 8.29-2.172.542.543-2.172ZM14.5 2.697c0 .277-.11.542-.305.738l-.895.895-1.626-1.633.891-.892a1.044 1.044 0 0 1 1.476 0l.154.155c.195.195.305.46.305.737"
19
+ }));
20
+ }
21
+ const ForwardRef = React.forwardRef(PencilIcon);
22
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PencilLineIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default PencilLineIcon;
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ function PencilLineIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ d: "M11.505.745a2.543 2.543 0 0 1 3.596 0l.154.154a2.543 2.543 0 0 1 0 3.596L4.867 14.884a.75.75 0 0 1-.349.197l-3.586.897a.75.75 0 0 1-.91-.91l.897-3.586a.75.75 0 0 1 .197-.349l8.966-8.965v-.001L11.506.745Zm-.892 3.013-8.29 8.289-.542 2.172 2.172-.543 8.29-8.289-1.63-1.63Zm1.959-1.96a1.03 1.03 0 0 1 1.456 0l.17.17a1.03 1.03 0 0 1 0 1.457l-.898.898-1.626-1.627z"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M8.75 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z"
21
+ }));
22
+ }
23
+ const ForwardRef = React.forwardRef(PencilLineIcon);
24
+ export default ForwardRef;
@@ -61,6 +61,7 @@ export { default as CircleHelpIcon } from './CircleHelpIcon'
61
61
  export { default as CircleInfoIcon } from './CircleInfoIcon'
62
62
  export { default as CircleMinusIcon } from './CircleMinusIcon'
63
63
  export { default as ClipboardCheckIcon } from './ClipboardCheckIcon'
64
+ export { default as ClipboardXIcon } from './ClipboardXIcon'
64
65
  export { default as ClipboardIcon } from './ClipboardIcon'
65
66
  export { default as ClockIcon } from './ClockIcon'
66
67
  export { default as CloseIcon } from './CloseIcon'
@@ -113,6 +114,8 @@ export { default as PageIcon } from './PageIcon'
113
114
  export { default as PaperclipIcon } from './PaperclipIcon'
114
115
  export { default as PenLineIcon } from './PenLineIcon'
115
116
  export { default as PenIcon } from './PenIcon'
117
+ export { default as PencilLineIcon } from './PencilLineIcon'
118
+ export { default as PencilIcon } from './PencilIcon'
116
119
  export { default as PhoneIcon } from './PhoneIcon'
117
120
  export { default as PinIcon } from './PinIcon'
118
121
  export { default as PlusIcon } from './PlusIcon'
@@ -61,6 +61,7 @@ export { default as CircleHelpIcon } from './CircleHelpIcon.js'
61
61
  export { default as CircleInfoIcon } from './CircleInfoIcon.js'
62
62
  export { default as CircleMinusIcon } from './CircleMinusIcon.js'
63
63
  export { default as ClipboardCheckIcon } from './ClipboardCheckIcon.js'
64
+ export { default as ClipboardXIcon } from './ClipboardXIcon.js'
64
65
  export { default as ClipboardIcon } from './ClipboardIcon.js'
65
66
  export { default as ClockIcon } from './ClockIcon.js'
66
67
  export { default as CloseIcon } from './CloseIcon.js'
@@ -113,6 +114,8 @@ export { default as PageIcon } from './PageIcon.js'
113
114
  export { default as PaperclipIcon } from './PaperclipIcon.js'
114
115
  export { default as PenLineIcon } from './PenLineIcon.js'
115
116
  export { default as PenIcon } from './PenIcon.js'
117
+ export { default as PencilLineIcon } from './PencilLineIcon.js'
118
+ export { default as PencilIcon } from './PencilIcon.js'
116
119
  export { default as PhoneIcon } from './PhoneIcon.js'
117
120
  export { default as PinIcon } from './PinIcon.js'
118
121
  export { default as PlusIcon } from './PlusIcon.js'
@@ -61,6 +61,7 @@ export { default as CircleHelpIcon } from './CircleHelpIcon'
61
61
  export { default as CircleInfoIcon } from './CircleInfoIcon'
62
62
  export { default as CircleMinusIcon } from './CircleMinusIcon'
63
63
  export { default as ClipboardCheckIcon } from './ClipboardCheckIcon'
64
+ export { default as ClipboardXIcon } from './ClipboardXIcon'
64
65
  export { default as ClipboardIcon } from './ClipboardIcon'
65
66
  export { default as ClockIcon } from './ClockIcon'
66
67
  export { default as CloseIcon } from './CloseIcon'
@@ -113,6 +114,8 @@ export { default as PageIcon } from './PageIcon'
113
114
  export { default as PaperclipIcon } from './PaperclipIcon'
114
115
  export { default as PenLineIcon } from './PenLineIcon'
115
116
  export { default as PenIcon } from './PenIcon'
117
+ export { default as PencilLineIcon } from './PencilLineIcon'
118
+ export { default as PencilIcon } from './PencilIcon'
116
119
  export { default as PhoneIcon } from './PhoneIcon'
117
120
  export { default as PinIcon } from './PinIcon'
118
121
  export { default as PlusIcon } from './PlusIcon'
@@ -61,6 +61,7 @@ module.exports.CircleHelpIcon = require("./CircleHelpIcon.js")
61
61
  module.exports.CircleInfoIcon = require("./CircleInfoIcon.js")
62
62
  module.exports.CircleMinusIcon = require("./CircleMinusIcon.js")
63
63
  module.exports.ClipboardCheckIcon = require("./ClipboardCheckIcon.js")
64
+ module.exports.ClipboardXIcon = require("./ClipboardXIcon.js")
64
65
  module.exports.ClipboardIcon = require("./ClipboardIcon.js")
65
66
  module.exports.ClockIcon = require("./ClockIcon.js")
66
67
  module.exports.CloseIcon = require("./CloseIcon.js")
@@ -113,6 +114,8 @@ module.exports.PageIcon = require("./PageIcon.js")
113
114
  module.exports.PaperclipIcon = require("./PaperclipIcon.js")
114
115
  module.exports.PenLineIcon = require("./PenLineIcon.js")
115
116
  module.exports.PenIcon = require("./PenIcon.js")
117
+ module.exports.PencilLineIcon = require("./PencilLineIcon.js")
118
+ module.exports.PencilIcon = require("./PencilIcon.js")
116
119
  module.exports.PhoneIcon = require("./PhoneIcon.js")
117
120
  module.exports.PinIcon = require("./PinIcon.js")
118
121
  module.exports.PlusIcon = require("./PlusIcon.js")
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ClipboardXIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default ClipboardXIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function ClipboardXIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ viewBox: "0 0 16 16",
13
+ ref: svgRef,
14
+ "aria-labelledby": titleId
15
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
16
+ id: titleId
17
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
18
+ fillRule: "evenodd",
19
+ d: "M12.75 1h-.775c-.115-.57-.62-1-1.225-1h-5.5a1.25 1.25 0 0 0-1.225 1H3.25A2.25 2.25 0 0 0 1 3.25v10.5A2.25 2.25 0 0 0 3.25 16h9.5A2.25 2.25 0 0 0 15 13.75V3.25A2.25 2.25 0 0 0 12.75 1m-7.25.5V3h5V1.5zm5.28 5.78a.75.75 0 1 0-1.06-1.06L8 7.94 6.28 6.22a.75.75 0 0 0-1.06 1.06L6.94 9l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 10.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L9.06 9z"
20
+ }));
21
+ }
22
+ const ForwardRef = React.forwardRef(ClipboardXIcon);
23
+ module.exports = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PencilIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default PencilIcon;
@@ -0,0 +1,21 @@
1
+ const React = require("react");
2
+ function PencilIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "m13.295 6.455-8.428 8.429a.751.751 0 0 1-.349.197l-3.586.896a.75.75 0 0 1-.91-.909l.897-3.587a.751.751 0 0 1 .197-.348l8.428-8.429 3.75 3.751ZM13.303 0c.674 0 1.32.268 1.797.745l.155.154a2.543 2.543 0 0 1 0 3.596l-.9.9-3.75-3.751.9-.899A2.544 2.544 0 0 1 13.303 0"
18
+ }));
19
+ }
20
+ const ForwardRef = React.forwardRef(PencilIcon);
21
+ module.exports = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PencilLineIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default PencilLineIcon;
@@ -0,0 +1,21 @@
1
+ const React = require("react");
2
+ function PencilLineIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M8.75 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zm4.545-7.545-8.428 8.429a.751.751 0 0 1-.349.197l-3.586.896a.75.75 0 0 1-.91-.909l.897-3.587a.751.751 0 0 1 .197-.348l8.428-8.429 3.75 3.751ZM13.303 0c.674 0 1.32.268 1.797.745l.155.154a2.543 2.543 0 0 1 0 3.596l-.9.9-3.75-3.751.9-.899A2.544 2.544 0 0 1 13.303 0"
18
+ }));
19
+ }
20
+ const ForwardRef = React.forwardRef(PencilLineIcon);
21
+ module.exports = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ClipboardXIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default ClipboardXIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ function ClipboardXIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ viewBox: "0 0 16 16",
13
+ ref: svgRef,
14
+ "aria-labelledby": titleId
15
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
16
+ id: titleId
17
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
18
+ fillRule: "evenodd",
19
+ d: "M12.75 1h-.775c-.115-.57-.62-1-1.225-1h-5.5a1.25 1.25 0 0 0-1.225 1H3.25A2.25 2.25 0 0 0 1 3.25v10.5A2.25 2.25 0 0 0 3.25 16h9.5A2.25 2.25 0 0 0 15 13.75V3.25A2.25 2.25 0 0 0 12.75 1m-7.25.5V3h5V1.5zm5.28 5.78a.75.75 0 1 0-1.06-1.06L8 7.94 6.28 6.22a.75.75 0 0 0-1.06 1.06L6.94 9l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 10.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L9.06 9z"
20
+ }));
21
+ }
22
+ const ForwardRef = React.forwardRef(ClipboardXIcon);
23
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PencilIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default PencilIcon;
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ function PencilIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "m13.295 6.455-8.428 8.429a.751.751 0 0 1-.349.197l-3.586.896a.75.75 0 0 1-.91-.909l.897-3.587a.751.751 0 0 1 .197-.348l8.428-8.429 3.75 3.751ZM13.303 0c.674 0 1.32.268 1.797.745l.155.154a2.543 2.543 0 0 1 0 3.596l-.9.9-3.75-3.751.9-.899A2.544 2.544 0 0 1 13.303 0"
18
+ }));
19
+ }
20
+ const ForwardRef = React.forwardRef(PencilIcon);
21
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PencilLineIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default PencilLineIcon;
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ function PencilLineIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 16,
10
+ height: 16,
11
+ fill: "currentColor",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M8.75 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zm4.545-7.545-8.428 8.429a.751.751 0 0 1-.349.197l-3.586.896a.75.75 0 0 1-.91-.909l.897-3.587a.751.751 0 0 1 .197-.348l8.428-8.429 3.75 3.751ZM13.303 0c.674 0 1.32.268 1.797.745l.155.154a2.543 2.543 0 0 1 0 3.596l-.9.9-3.75-3.751.9-.899A2.544 2.544 0 0 1 13.303 0"
18
+ }));
19
+ }
20
+ const ForwardRef = React.forwardRef(PencilLineIcon);
21
+ export default ForwardRef;
@@ -61,6 +61,7 @@ export { default as CircleHelpIcon } from './CircleHelpIcon'
61
61
  export { default as CircleInfoIcon } from './CircleInfoIcon'
62
62
  export { default as CircleMinusIcon } from './CircleMinusIcon'
63
63
  export { default as ClipboardCheckIcon } from './ClipboardCheckIcon'
64
+ export { default as ClipboardXIcon } from './ClipboardXIcon'
64
65
  export { default as ClipboardIcon } from './ClipboardIcon'
65
66
  export { default as ClockIcon } from './ClockIcon'
66
67
  export { default as CloseIcon } from './CloseIcon'
@@ -113,6 +114,8 @@ export { default as PageIcon } from './PageIcon'
113
114
  export { default as PaperclipIcon } from './PaperclipIcon'
114
115
  export { default as PenLineIcon } from './PenLineIcon'
115
116
  export { default as PenIcon } from './PenIcon'
117
+ export { default as PencilLineIcon } from './PencilLineIcon'
118
+ export { default as PencilIcon } from './PencilIcon'
116
119
  export { default as PhoneIcon } from './PhoneIcon'
117
120
  export { default as PinIcon } from './PinIcon'
118
121
  export { default as PlusIcon } from './PlusIcon'
@@ -61,6 +61,7 @@ export { default as CircleHelpIcon } from './CircleHelpIcon.js'
61
61
  export { default as CircleInfoIcon } from './CircleInfoIcon.js'
62
62
  export { default as CircleMinusIcon } from './CircleMinusIcon.js'
63
63
  export { default as ClipboardCheckIcon } from './ClipboardCheckIcon.js'
64
+ export { default as ClipboardXIcon } from './ClipboardXIcon.js'
64
65
  export { default as ClipboardIcon } from './ClipboardIcon.js'
65
66
  export { default as ClockIcon } from './ClockIcon.js'
66
67
  export { default as CloseIcon } from './CloseIcon.js'
@@ -113,6 +114,8 @@ export { default as PageIcon } from './PageIcon.js'
113
114
  export { default as PaperclipIcon } from './PaperclipIcon.js'
114
115
  export { default as PenLineIcon } from './PenLineIcon.js'
115
116
  export { default as PenIcon } from './PenIcon.js'
117
+ export { default as PencilLineIcon } from './PencilLineIcon.js'
118
+ export { default as PencilIcon } from './PencilIcon.js'
116
119
  export { default as PhoneIcon } from './PhoneIcon.js'
117
120
  export { default as PinIcon } from './PinIcon.js'
118
121
  export { default as PlusIcon } from './PlusIcon.js'
@@ -61,6 +61,7 @@ export { default as CircleHelpIcon } from './CircleHelpIcon'
61
61
  export { default as CircleInfoIcon } from './CircleInfoIcon'
62
62
  export { default as CircleMinusIcon } from './CircleMinusIcon'
63
63
  export { default as ClipboardCheckIcon } from './ClipboardCheckIcon'
64
+ export { default as ClipboardXIcon } from './ClipboardXIcon'
64
65
  export { default as ClipboardIcon } from './ClipboardIcon'
65
66
  export { default as ClockIcon } from './ClockIcon'
66
67
  export { default as CloseIcon } from './CloseIcon'
@@ -113,6 +114,8 @@ export { default as PageIcon } from './PageIcon'
113
114
  export { default as PaperclipIcon } from './PaperclipIcon'
114
115
  export { default as PenLineIcon } from './PenLineIcon'
115
116
  export { default as PenIcon } from './PenIcon'
117
+ export { default as PencilLineIcon } from './PencilLineIcon'
118
+ export { default as PencilIcon } from './PencilIcon'
116
119
  export { default as PhoneIcon } from './PhoneIcon'
117
120
  export { default as PinIcon } from './PinIcon'
118
121
  export { default as PlusIcon } from './PlusIcon'
package/16/solid/index.js CHANGED
@@ -61,6 +61,7 @@ module.exports.CircleHelpIcon = require("./CircleHelpIcon.js")
61
61
  module.exports.CircleInfoIcon = require("./CircleInfoIcon.js")
62
62
  module.exports.CircleMinusIcon = require("./CircleMinusIcon.js")
63
63
  module.exports.ClipboardCheckIcon = require("./ClipboardCheckIcon.js")
64
+ module.exports.ClipboardXIcon = require("./ClipboardXIcon.js")
64
65
  module.exports.ClipboardIcon = require("./ClipboardIcon.js")
65
66
  module.exports.ClockIcon = require("./ClockIcon.js")
66
67
  module.exports.CloseIcon = require("./CloseIcon.js")
@@ -113,6 +114,8 @@ module.exports.PageIcon = require("./PageIcon.js")
113
114
  module.exports.PaperclipIcon = require("./PaperclipIcon.js")
114
115
  module.exports.PenLineIcon = require("./PenLineIcon.js")
115
116
  module.exports.PenIcon = require("./PenIcon.js")
117
+ module.exports.PencilLineIcon = require("./PencilLineIcon.js")
118
+ module.exports.PencilIcon = require("./PencilIcon.js")
116
119
  module.exports.PhoneIcon = require("./PhoneIcon.js")
117
120
  module.exports.PinIcon = require("./PinIcon.js")
118
121
  module.exports.PlusIcon = require("./PlusIcon.js")
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ClipboardXIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default ClipboardXIcon;
@@ -0,0 +1,25 @@
1
+ const React = require("react");
2
+ function ClipboardXIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: 24,
10
+ height: 24,
11
+ fill: "currentColor",
12
+ viewBox: "0 0 24 24",
13
+ ref: svgRef,
14
+ "aria-labelledby": titleId
15
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
16
+ id: titleId
17
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
18
+ d: "M15.78 10.28a.75.75 0 1 0-1.06-1.06L12 11.94 9.28 9.22a.75.75 0 0 0-1.06 1.06L10.94 13l-2.72 2.72a.75.75 0 1 0 1.06 1.06L12 14.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L13.06 13z"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ d: "M8.75 1A1.75 1.75 0 0 0 7 2.75V3H5.75A2.75 2.75 0 0 0 3 5.75v14.5A2.75 2.75 0 0 0 5.75 23h12.5A2.75 2.75 0 0 0 21 20.25V5.75A2.75 2.75 0 0 0 18.25 3H17v-.25A1.75 1.75 0 0 0 15.25 1zm8.232 3.5A1.75 1.75 0 0 1 15.25 6h-6.5a1.75 1.75 0 0 1-1.732-1.5H5.75c-.69 0-1.25.56-1.25 1.25v14.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V5.75c0-.69-.56-1.25-1.25-1.25zM8.5 2.75a.25.25 0 0 1 .25-.25h6.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25z"
22
+ }));
23
+ }
24
+ const ForwardRef = React.forwardRef(ClipboardXIcon);
25
+ module.exports = ForwardRef;
@@ -9,14 +9,12 @@ function PenIcon({
9
9
  width: 24,
10
10
  height: 24,
11
11
  fill: "currentColor",
12
- viewBox: "0 0 24 24",
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
- fillRule: "evenodd",
19
- d: "M19.497 1a3.29 3.29 0 0 0-2.323.962l-2.01 2.01L2.487 16.65a.75.75 0 0 0-.197.348l-1.268 5.071a.75.75 0 0 0 .91.91l5.07-1.268a.75.75 0 0 0 .349-.197L22.038 6.826a3.285 3.285 0 0 0 0-4.646l-.218-.218A3.285 3.285 0 0 0 19.497 1M3.695 17.563l12-12 2.741 2.743-11.999 12-3.656.913zM21.5 4.503c0 .473-.188.927-.523 1.262L19.5 7.25l-2.745-2.747 1.48-1.48a1.785 1.785 0 0 1 2.524 0l.218.218c.335.334.523.788.523 1.262"
17
+ d: "M19.497 1c.871 0 1.707.346 2.323.962l.218.218a3.287 3.287 0 0 1 0 4.645L7.351 21.513a.75.75 0 0 1-.348.197l-5.071 1.268a.75.75 0 0 1-.91-.91l1.268-5.07a.75.75 0 0 1 .197-.349L17.175 1.963A3.285 3.285 0 0 1 19.497 1m0 1.5c-.414 0-.813.144-1.13.404l-.132.118-14.54 14.54-.915 3.657 3.656-.914 14.541-14.54.119-.131a1.785 1.785 0 0 0 0-2.263l-.119-.13-.218-.219a1.787 1.787 0 0 0-1.262-.522"
20
18
  }));
21
19
  }
22
20
  const ForwardRef = React.forwardRef(PenIcon);
@@ -15,10 +15,7 @@ function PenLineIcon({
15
15
  }, props), title ? /*#__PURE__*/React.createElement("title", {
16
16
  id: titleId
17
17
  }, title) : null, /*#__PURE__*/React.createElement("path", {
18
- fillRule: "evenodd",
19
- d: "M17.174 1.962a3.285 3.285 0 0 1 4.646 0l.218.218a3.286 3.286 0 0 1 0 4.646L7.351 21.513a.75.75 0 0 1-.348.197l-5.071 1.268a.75.75 0 0 1-.91-.91l1.268-5.07a.75.75 0 0 1 .197-.349zm-1.48 3.601-12 12-.913 3.656 3.656-.914 12-12zm5.283.202a1.786 1.786 0 0 0 0-2.524l-.218-.218a1.785 1.785 0 0 0-2.524 0l-1.48 1.48L19.5 7.25z"
20
- }), /*#__PURE__*/React.createElement("path", {
21
- d: "M10.75 21.5a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5z"
18
+ d: "M19.497 1c.871 0 1.707.346 2.323.962l.218.218a3.287 3.287 0 0 1 0 4.645L7.351 21.513a.75.75 0 0 1-.348.197l-5.071 1.268a.75.75 0 0 1-.91-.91l1.268-5.07a.75.75 0 0 1 .197-.349L17.175 1.963A3.285 3.285 0 0 1 19.497 1m0 1.5c-.414 0-.813.144-1.13.404l-.132.118-14.54 14.54-.915 3.657 3.656-.914 14.541-14.54.119-.131a1.785 1.785 0 0 0 0-2.263l-.119-.13-.218-.219a1.787 1.787 0 0 0-1.262-.522m-8.747 19a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5z"
22
19
  }));
23
20
  }
24
21
  const ForwardRef = React.forwardRef(PenLineIcon);
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PencilIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3
+ export default PencilIcon;