@flodesk/grain 11.48.0 → 11.49.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.
- package/es/icons/icon-pencil-ai.js +18 -0
- package/es/icons/index.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
5
|
+
|
|
6
|
+
const IconPencilAI = props => ___EmotionJSX("svg", _extends({
|
|
7
|
+
viewBox: "0 0 32 36",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
}, props), ___EmotionJSX("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M23.879 5.88a3 3 0 1 1 4.242 4.242L8.52 29.725a1.5 1.5 0 0 1-.859.425l-4.408.6.598-4.409a1.5 1.5 0 0 1 .426-.859zm6.364-2.122a6 6 0 0 0-8.486 0L2.155 23.361a4.5 4.5 0 0 0-1.277 2.576L.014 32.3a1.5 1.5 0 0 0 1.688 1.688l6.362-.864a4.5 4.5 0 0 0 2.576-1.277l19.603-19.602a6 6 0 0 0 0-8.486m-9.54 23.267 1.291-.43a4.11 4.11 0 0 0 2.6-2.6l.43-1.292c.313-.937 1.639-.937 1.951 0l.43 1.291a4.11 4.11 0 0 0 2.6 2.6l1.292.43c.937.313.937 1.639 0 1.951l-1.291.43a4.11 4.11 0 0 0-2.6 2.6l-.43 1.292c-.313.937-1.639.937-1.951 0l-.43-1.291a4.11 4.11 0 0 0-2.6-2.6l-1.292-.43c-.937-.313-.937-1.639 0-1.951",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
IconPencilAI.viewBoxWidth = 32;
|
|
18
|
+
export default IconPencilAI;
|
package/es/icons/index.js
CHANGED
|
@@ -34,6 +34,7 @@ export { default as IconMail } from './icon-mail';
|
|
|
34
34
|
export { default as IconMinus } from './icon-minus';
|
|
35
35
|
export { default as IconMonitor } from './icon-monitor';
|
|
36
36
|
export { default as IconPencil } from './icon-pencil';
|
|
37
|
+
export { default as IconPencilAI } from './icon-pencil-ai';
|
|
37
38
|
export { default as IconPhone } from './icon-phone';
|
|
38
39
|
export { default as IconPlus } from './icon-plus';
|
|
39
40
|
export { default as IconRedo } from './icon-redo';
|