nzk-react-components 0.3.5 → 0.4.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/dist/assets/icons/drawing-tool-color-mixer.svg +8 -0
- package/dist/assets/icons/drawing-tool-color-mixer.svg.js +62 -0
- package/dist/assets/icons/drawing-tool-color-mixer.svg.js.map +1 -0
- package/dist/assets/icons/drawing-tool-stickers.svg +47 -0
- package/dist/assets/icons/drawing-tool-stickers.svg.js +162 -0
- package/dist/assets/icons/drawing-tool-stickers.svg.js.map +1 -0
- package/dist/assets/icons/idea-creator.svg +17 -0
- package/dist/assets/icons/idea-creator.svg.js +100 -0
- package/dist/assets/icons/idea-creator.svg.js.map +1 -0
- package/dist/assets/icons/send.svg +43 -0
- package/dist/assets/icons/send.svg.js +132 -0
- package/dist/assets/icons/send.svg.js.map +1 -0
- package/dist/components/Button/Button.d.ts +2 -1
- package/dist/components/DatePicker/DatePicker.d.ts +24 -0
- package/dist/components/DatePicker/DatePicker.js +64 -0
- package/dist/components/DatePicker/DatePicker.js.map +1 -0
- package/dist/components/DatePicker/DatePicker.stories.d.ts +8 -0
- package/dist/components/DatePicker/index.d.ts +2 -0
- package/dist/components/DatePicker/index.js +8 -0
- package/dist/components/{DrawingTool/components/CropChoicePopup → DatePicker}/index.js.map +0 -0
- package/dist/components/DrawingTool/DrawingTool.d.ts +0 -3
- package/dist/components/DrawingTool/DrawingTool.js +45 -83
- package/dist/components/DrawingTool/DrawingTool.js.map +1 -1
- package/dist/components/DrawingTool/DrawingTool.styles.d.ts +1 -7
- package/dist/components/DrawingTool/DrawingTool.styles.js +5 -6
- package/dist/components/DrawingTool/DrawingTool.styles.js.map +1 -1
- package/dist/components/DrawingTool/DrawingToolProvider.d.ts +4 -5
- package/dist/components/DrawingTool/DrawingToolProvider.js +9 -15
- package/dist/components/DrawingTool/DrawingToolProvider.js.map +1 -1
- package/dist/components/DrawingTool/components/Header/Header.js +2 -2
- package/dist/components/DrawingTool/lib/Sketch.js +5 -2
- package/dist/components/DrawingTool/lib/Sketch.js.map +1 -1
- package/dist/components/Icon/icons.d.ts +4 -0
- package/dist/components/Icon/icons.js +25 -17
- package/dist/components/Icon/icons.js.map +1 -1
- package/dist/components/Input/Input.d.ts +7 -0
- package/dist/components/Input/Input.js +19 -0
- package/dist/components/Input/Input.js.map +1 -0
- package/dist/components/Input/Input.stories.d.ts +6 -0
- package/dist/components/Input/index.d.ts +2 -0
- package/dist/components/Input/index.js +8 -0
- package/dist/components/{DrawingTool/components/ImageInputPopup → Input}/index.js.map +0 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/package.json +2 -5
- package/dist/components/DrawingTool/components/CropChoicePopup/CropChoicePopup.d.ts +0 -8
- package/dist/components/DrawingTool/components/CropChoicePopup/CropChoicePopup.js +0 -27
- package/dist/components/DrawingTool/components/CropChoicePopup/CropChoicePopup.js.map +0 -1
- package/dist/components/DrawingTool/components/CropChoicePopup/CropChoicePopup.styles.d.ts +0 -5
- package/dist/components/DrawingTool/components/CropChoicePopup/CropChoicePopup.styles.js +0 -20
- package/dist/components/DrawingTool/components/CropChoicePopup/CropChoicePopup.styles.js.map +0 -1
- package/dist/components/DrawingTool/components/CropChoicePopup/index.d.ts +0 -2
- package/dist/components/DrawingTool/components/CropChoicePopup/index.js +0 -8
- package/dist/components/DrawingTool/components/ImageInputPopup/ImageInputPopup.d.ts +0 -9
- package/dist/components/DrawingTool/components/ImageInputPopup/ImageInputPopup.js +0 -83
- package/dist/components/DrawingTool/components/ImageInputPopup/ImageInputPopup.js.map +0 -1
- package/dist/components/DrawingTool/components/ImageInputPopup/ImageInputPopup.styles.d.ts +0 -4
- package/dist/components/DrawingTool/components/ImageInputPopup/ImageInputPopup.styles.js +0 -22
- package/dist/components/DrawingTool/components/ImageInputPopup/ImageInputPopup.styles.js.map +0 -1
- package/dist/components/DrawingTool/components/ImageInputPopup/index.d.ts +0 -2
- package/dist/components/DrawingTool/components/ImageInputPopup/index.js +0 -8
- package/dist/components/DrawingTool/components/Loader.d.ts +0 -19
- package/dist/components/DrawingTool/components/Loader.js +0 -35
- package/dist/components/DrawingTool/components/Loader.js.map +0 -1
- package/dist/components/DrawingTool/components/MagicCropPopup/MagicCropPopup.d.ts +0 -8
- package/dist/components/DrawingTool/components/MagicCropPopup/MagicCropPopup.js +0 -82
- package/dist/components/DrawingTool/components/MagicCropPopup/MagicCropPopup.js.map +0 -1
- package/dist/components/DrawingTool/components/MagicCropPopup/MagicCropPopup.styles.d.ts +0 -8
- package/dist/components/DrawingTool/components/MagicCropPopup/MagicCropPopup.styles.js +0 -26
- package/dist/components/DrawingTool/components/MagicCropPopup/MagicCropPopup.styles.js.map +0 -1
- package/dist/components/DrawingTool/components/MagicCropPopup/index.d.ts +0 -2
- package/dist/components/DrawingTool/components/MagicCropPopup/index.js +0 -8
- package/dist/components/DrawingTool/components/MagicCropPopup/index.js.map +0 -1
- package/dist/components/DrawingTool/components/ManualCropPopup/ManualCropPopup.d.ts +0 -7
- package/dist/components/DrawingTool/components/ManualCropPopup/ManualCropPopup.js +0 -25
- package/dist/components/DrawingTool/components/ManualCropPopup/ManualCropPopup.js.map +0 -1
- package/dist/components/DrawingTool/components/ManualCropPopup/ManualCropPopup.styles.d.ts +0 -4
- package/dist/components/DrawingTool/components/ManualCropPopup/ManualCropPopup.styles.js +0 -18
- package/dist/components/DrawingTool/components/ManualCropPopup/ManualCropPopup.styles.js.map +0 -1
- package/dist/components/DrawingTool/components/ManualCropPopup/index.d.ts +0 -2
- package/dist/components/DrawingTool/components/ManualCropPopup/index.js +0 -8
- package/dist/components/DrawingTool/components/ManualCropPopup/index.js.map +0 -1
- package/dist/components/DrawingTool/components/Popup.d.ts +0 -13
- package/dist/components/DrawingTool/components/Popup.js +0 -34
- package/dist/components/DrawingTool/components/Popup.js.map +0 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg id="icon-colour-mixer" xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120">
|
|
2
|
+
<rect id="frame" width="120" height="120" fill="none"/>
|
|
3
|
+
<path id="colour" d="M79.08,25.03a25.019,25.019,0,0,0-48.324-9.111A24.953,24.953,0,0,0,0,40.265c0,.652.048,1.293.1,1.932-.049.64-.1,1.281-.1,1.933a25.019,25.019,0,0,0,48.325,9.111A24.956,24.956,0,0,0,79.08,28.9c0-.653-.048-1.293-.1-1.933.049-.64.1-1.28.1-1.932M.4,44.612c-.006-.032-.01-.065-.015-.1.006.032.009.065.015.1M6.674,57.241c-.153-.166-.307-.331-.455-.5.149.17.3.335.455.5m-1.53-1.819q-.174-.228-.344-.46.169.232.344.46M3.8,53.472c-.084-.135-.166-.271-.248-.408.082.137.164.273.248.408M2.638,51.4c-.056-.113-.109-.226-.164-.34.055.114.108.227.164.34M1.68,49.226c-.033-.088-.064-.177-.1-.265.032.088.063.177.1.265M.933,46.959C.916,46.9.9,46.835.885,46.774c.016.061.031.124.048.185M7.8,58.387c.189.18.385.353.58.527-.195-.174-.391-.347-.58-.527M22.53,65.168c.822.082,1.656.127,2.5.127-.844,0-1.678-.045-2.5-.127M9.525,59.89c.233.185.475.359.716.536-.241-.177-.483-.351-.716-.536m1.87,1.348c.281.183.571.351.86.523-.289-.172-.579-.339-.86-.523m2,1.18c.328.173.668.325,1,.484-.337-.159-.676-.311-1-.484m2.128,1c.377.155.766.285,1.151.422-.386-.137-.774-.267-1.151-.422m2.239.8c.432.131.877.232,1.318.339-.441-.108-.886-.207-1.318-.339M20.1,64.8c.518.1,1.049.17,1.578.241-.529-.071-1.06-.137-1.578-.241M56.55,49.933c-.822.082-1.656.126-2.5.126.844,0,1.678-.044,2.5-.126M70.7,43.682c.2-.176.394-.351.586-.532-.192.182-.389.356-.586.532M57.394,49.81c.53-.071,1.062-.137,1.582-.241-.52.1-1.052.17-1.582.241m2.595-.489c.444-.109.891-.209,1.326-.341-.435.132-.882.232-1.326.341M62.4,48.6c.387-.138.777-.268,1.154-.423-.377.156-.767.285-1.154.423m2.279-.937c.336-.158.675-.311,1-.483-.328.173-.667.325-1,.483m2.148-1.141c.288-.172.579-.339.859-.522-.28.183-.571.35-.859.522m2.012-1.334c.241-.177.484-.351.718-.537-.234.186-.477.36-.718.537m9.84-15.813c.006-.033.01-.066.015-.1,0,.033-.009.066-.015.1M72.4,42.009c.155-.168.31-.335.46-.506-.15.171-.305.338-.46.506m1.531-1.819c.117-.154.234-.309.348-.466-.114.157-.231.312-.348.466m1.35-1.953c.084-.135.166-.271.248-.408-.082.137-.164.273-.248.408m1.157-2.069c.057-.114.111-.23.166-.345-.055.115-.109.231-.166.345m.957-2.174c.035-.09.067-.182.1-.273-.033.091-.065.183-.1.273m.749-2.267c.017-.064.032-.129.05-.193-.018.065-.033.129-.05.193" transform="translate(20.138 22.916)" fill="current"/>
|
|
4
|
+
<path id="cirlcle" d="M50.06,40.265a25.03,25.03,0,1,1-25.03-25.03,25.03,25.03,0,0,1,25.03,25.03" transform="translate(20.138 22.916)" fill="#ebebeb" opacity="0.605"/>
|
|
5
|
+
<path id="circle" d="M79.081,25.03A25.03,25.03,0,1,1,54.051,0a25.03,25.03,0,0,1,25.03,25.03" transform="translate(20.138 22.916)" fill="#ebebeb" opacity="0.513"/>
|
|
6
|
+
<path id="drop-shadow" d="M54.05,54.021a25.019,25.019,0,0,1-5.726-.684A25,25,0,0,1,.1,46.158c-.048.64-.1,1.281-.1,1.934A25.019,25.019,0,0,0,48.324,57.2,24.953,24.953,0,0,0,79.08,32.856c0-.652-.048-1.292-.1-1.932a25.016,25.016,0,0,1-24.933,23.1" transform="translate(20.138 22.916)" fill="#1d1d1b" opacity="0.3"/>
|
|
7
|
+
<path id="Shadow" d="M54.05,50.059a25.019,25.019,0,0,1-5.726-.684A25,25,0,0,1,.1,42.2c-.048.64-.1,1.281-.1,1.934a25.019,25.019,0,0,0,48.324,9.11A24.953,24.953,0,0,0,79.08,28.894c0-.652-.048-1.292-.1-1.932a25.016,25.016,0,0,1-24.933,23.1" transform="translate(20.138 22.916)" opacity="0.3"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
|
|
5
|
+
function _interopNamespace(e) {
|
|
6
|
+
if (e && e.__esModule) return e;
|
|
7
|
+
var n = Object.create(null);
|
|
8
|
+
if (e) {
|
|
9
|
+
Object.keys(e).forEach(function (k) {
|
|
10
|
+
if (k !== 'default') {
|
|
11
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return e[k];
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
n['default'] = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
26
|
+
|
|
27
|
+
var _path, _path2, _path3, _path4, _path5, _path6;
|
|
28
|
+
|
|
29
|
+
function _extends() { _extends = Object.assign || 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); }
|
|
30
|
+
|
|
31
|
+
function SvgDrawingToolColorMixer(props) {
|
|
32
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
width: 120,
|
|
35
|
+
height: 120,
|
|
36
|
+
viewBox: "0 0 120 120"
|
|
37
|
+
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
38
|
+
fill: "none",
|
|
39
|
+
d: "M0 0h120v120H0z"
|
|
40
|
+
})), _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
41
|
+
d: "M99.218 47.946a25.019 25.019 0 00-48.324-9.111 24.953 24.953 0 00-30.756 24.346c0 .652.048 1.293.1 1.932-.049.64-.1 1.281-.1 1.933a25.019 25.019 0 0048.325 9.111 24.956 24.956 0 0030.755-24.341c0-.653-.048-1.293-.1-1.933.049-.64.1-1.28.1-1.932m-78.68 19.577c-.006-.032-.01-.065-.015-.1.006.032.009.065.015.1m6.274 12.629c-.153-.166-.307-.331-.455-.5.149.17.3.335.455.5m-1.53-1.819q-.174-.228-.344-.46.169.232.344.46M22.776 74.316c-.056-.113-.109-.226-.164-.34.055.114.108.227.164.34m-.958-2.174c-.033-.088-.064-.177-.1-.265.032.088.063.177.1.265m-.747-2.267a4.994 4.994 0 01-.048-.185c.016.061.031.124.048.185m6.867 11.428c.189.18.385.353.58.527-.195-.174-.391-.347-.58-.527M29.663 82.806c.233.185.475.359.716.536-.241-.177-.483-.351-.716-.536m1.87 1.348c.281.183.571.351.86.523-.289-.172-.579-.339-.86-.523m2 1.18c.328.173.668.325 1 .484-.337-.159-.676-.311-1-.484m2.128 1c.377.155.766.285 1.151.422-.386-.137-.774-.267-1.151-.422m2.239.8c.432.131.877.232 1.318.339-.441-.108-.886-.207-1.318-.339m2.338.582c.518.1 1.049.17 1.578.241-.529-.071-1.06-.137-1.578-.241M90.838 66.598a23 23 0 00.586-.532c-.192.182-.389.356-.586.532m-13.306 6.128c.53-.071 1.062-.137 1.582-.241-.52.1-1.052.17-1.582.241m2.595-.489c.444-.109.891-.209 1.326-.341-.435.132-.882.232-1.326.341m2.411-.721c.387-.138.777-.268 1.154-.423-.377.156-.767.285-1.154.423m2.279-.937c.336-.158.675-.311 1-.483-.328.173-.667.325-1 .483m2.148-1.141c.288-.172.579-.339.859-.522-.28.183-.571.35-.859.522m2.012-1.334c.241-.177.484-.351.718-.537-.234.186-.477.36-.718.537m9.84-15.813c.006-.033.01-.066.015-.1 0 .033-.009.066-.015.1m-6.279 12.634c.155-.168.31-.335.46-.506-.15.171-.305.338-.46.506m4.038-5.841c.057-.114.111-.23.166-.345-.055.115-.109.231-.166.345m.957-2.174c.035-.09.067-.182.1-.273-.033.091-.065.183-.1.273m.749-2.267c.017-.064.032-.129.05-.193-.018.065-.033.129-.05.193",
|
|
42
|
+
fill: "current"
|
|
43
|
+
})), _path3 || (_path3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
44
|
+
d: "M70.198 63.181a25.03 25.03 0 11-25.03-25.03 25.03 25.03 0 0125.03 25.03",
|
|
45
|
+
fill: "#ebebeb",
|
|
46
|
+
opacity: 0.605
|
|
47
|
+
})), _path4 || (_path4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
48
|
+
d: "M99.219 47.946a25.03 25.03 0 11-25.03-25.03 25.03 25.03 0 0125.03 25.03",
|
|
49
|
+
fill: "#ebebeb",
|
|
50
|
+
opacity: 0.513
|
|
51
|
+
})), _path5 || (_path5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
52
|
+
d: "M74.188 76.937a25.019 25.019 0 01-5.726-.684 25 25 0 01-48.224-7.179c-.048.64-.1 1.281-.1 1.934a25.019 25.019 0 0048.324 9.108 24.953 24.953 0 0030.756-24.344c0-.652-.048-1.292-.1-1.932a25.016 25.016 0 01-24.933 23.1",
|
|
53
|
+
fill: "#1d1d1b",
|
|
54
|
+
opacity: 0.3
|
|
55
|
+
})), _path6 || (_path6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
56
|
+
d: "M74.188 72.975a25.019 25.019 0 01-5.726-.684 25 25 0 01-48.224-7.175c-.048.64-.1 1.281-.1 1.934a25.019 25.019 0 0048.324 9.11 24.953 24.953 0 0030.756-24.35c0-.652-.048-1.292-.1-1.932a25.016 25.016 0 01-24.933 23.1",
|
|
57
|
+
opacity: 0.3
|
|
58
|
+
})));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
module.exports = SvgDrawingToolColorMixer;
|
|
62
|
+
//# sourceMappingURL=drawing-tool-color-mixer.svg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drawing-tool-color-mixer.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<svg id="icon-stickers" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="120" viewBox="0 0 120 120">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="clip-path">
|
|
4
|
+
<rect id="Rectangle_1597" data-name="Rectangle 1597" width="92.567" height="105.08" fill="none"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
<clipPath id="clip-path-3">
|
|
7
|
+
<rect id="Rectangle_1595" data-name="Rectangle 1595" width="62.232" height="63.157" transform="translate(15.005)" fill="none"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
<rect id="frame" width="120" height="120" fill="none"/>
|
|
11
|
+
<g id="Group_1612" data-name="Group 1612" transform="translate(13.395 5.936)">
|
|
12
|
+
<g id="Group_1611" data-name="Group 1611" clip-path="url(#clip-path)">
|
|
13
|
+
<g id="Group_1610" data-name="Group 1610">
|
|
14
|
+
<g id="Group_1609" data-name="Group 1609" clip-path="url(#clip-path)">
|
|
15
|
+
<g id="Group_1608" data-name="Group 1608" opacity="0.2">
|
|
16
|
+
<g id="Group_1607" data-name="Group 1607">
|
|
17
|
+
<g id="Group_1606" data-name="Group 1606" clip-path="url(#clip-path-3)">
|
|
18
|
+
<path id="Path_1829" data-name="Path 1829" d="M29.439,62.958a65,65,0,0,1,16.169-1.973A64.548,64.548,0,0,1,62.52,63.157c8.833-6.024,14.717-16.763,14.717-29.014C77.237,15.286,63.306,0,46.121,0S15.005,15.286,15.005,34.143c0,12.119,5.76,22.756,14.434,28.815"/>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<path id="Path_1830" data-name="Path 1830" d="M25.726,64.066a62.455,62.455,0,0,1,19.882-3.081,61.933,61.933,0,0,1,20.6,3.326,33.231,33.231,0,1,0-40.477-.245" fill="#fff"/>
|
|
23
|
+
<path id="Path_1831" data-name="Path 1831" d="M68.313,37.843A22.192,22.192,0,1,1,46.12,15.651,22.193,22.193,0,0,1,68.313,37.843" fill="#e21b72"/>
|
|
24
|
+
<path id="Path_1832" data-name="Path 1832" d="M58.956,37.843A12.836,12.836,0,1,1,46.121,25.008,12.835,12.835,0,0,1,58.956,37.843"/>
|
|
25
|
+
<path id="Path_1833" data-name="Path 1833" d="M58.87,46.274a3.119,3.119,0,1,1-3.119-3.119,3.118,3.118,0,0,1,3.119,3.119" fill="#fff"/>
|
|
26
|
+
<path id="Path_1834" data-name="Path 1834" d="M42.076,25.4a6.785,6.785,0,1,1-9.6,0,6.785,6.785,0,0,1,9.6,0" fill="#fff"/>
|
|
27
|
+
<path id="Path_1835" data-name="Path 1835" d="M.008,71.662S-.38,64.8,4.276,66.325s35.1,16.777,80.1,1.271c0,0,4.849-5.34,7.563-3.051s-1.908,38.963-42.661,40.486S.008,71.662.008,71.662" fill="#2b1940"/>
|
|
28
|
+
<path id="Path_1836" data-name="Path 1836" d="M42.806,94.776s-2.151-2.089-1.529-6.559c.669-4.8,4.434-5.125,5.242-3.69s.052,3.2,0,4.749,2.071,4.062,3.738,2.582.712-4.91,1-6.6,2.115-1.835,3.657-.212,2.46,8.18-.679,10.791-8.95,3.1-11.426-1.059" fill="#110d1e"/>
|
|
29
|
+
<path id="Path_1837" data-name="Path 1837" d="M39.566,92.449c1.024-.745.922-14.7.885-18.04a104.509,104.509,0,0,1-13.184-1.37c1.665,13.055,11.2,20.2,12.3,19.41" fill="#fff"/>
|
|
30
|
+
<path id="Path_1838" data-name="Path 1838" d="M13.1,69.567c.375,9.1,3.414,14.419,3.414,14.419,3.11-2.213,7.4-9.247,8.631-11.33A98.813,98.813,0,0,1,13.1,69.567" fill="#fff"/>
|
|
31
|
+
<path id="Path_1839" data-name="Path 1839" d="M4.276,66.325a4.657,4.657,0,0,0-.54-.145,40.9,40.9,0,0,0,2.7,12.729c2.1-1.541,4.529-7.465,5.412-9.756-3.889-1.319-6.465-2.463-7.575-2.828" fill="#fff"/>
|
|
32
|
+
<path id="Path_1840" data-name="Path 1840" d="M63.378,72.951a115.349,115.349,0,0,1-13.847,1.444c-.042,3.838-.045,14.728,1.222,18.115,0,0,9.127-3.266,12.625-19.559" fill="#fff"/>
|
|
33
|
+
<path id="Path_1841" data-name="Path 1841" d="M78.329,69.522C74.3,70.705,70.4,71.64,66.64,72.367c1.129,2.3,4.639,8.968,8.421,11.055,0,0,2.688-3.226,3.268-13.9" fill="#fff"/>
|
|
34
|
+
<path id="Path_1842" data-name="Path 1842" d="M84.373,67.6q-1.65.568-3.27,1.081c.884,1.646,4.183,7.52,6.951,9.05,0,0,3.309-6.979,4.153-12.786a1.055,1.055,0,0,0-.271-.4c-2.713-2.289-7.563,3.05-7.563,3.05" fill="#fff"/>
|
|
35
|
+
<path id="Path_1843" data-name="Path 1843" d="M35.092,78.488c1.788.11,3.583.177,5.378.216,0-1.865-.01-3.433-.019-4.3a104.546,104.546,0,0,1-13.185-1.37,29.6,29.6,0,0,0,.991,4.708c2.27.348,4.548.6,6.835.741" fill="#d1cce7"/>
|
|
36
|
+
<path id="Path_1844" data-name="Path 1844" d="M16.449,75.134q3.066.87,6.162,1.556c1.134-1.705,2.057-3.234,2.529-4.034A98.813,98.813,0,0,1,13.1,69.567a42.213,42.213,0,0,0,.429,4.545,26.882,26.882,0,0,0,2.925,1.022" fill="#d1cce7"/>
|
|
37
|
+
<path id="Path_1845" data-name="Path 1845" d="M7.927,71.228c.808.493,1.633.963,2.468,1.409.625-1.383,1.142-2.665,1.456-3.484-3.889-1.319-6.465-2.464-7.575-2.828a4.514,4.514,0,0,0-.54-.145c.008.621.045,1.242.1,1.857a34.444,34.444,0,0,0,4.092,3.191" fill="#d1cce7"/>
|
|
38
|
+
<path id="Path_1846" data-name="Path 1846" d="M50.743,78.543A63.506,63.506,0,0,0,62.3,77.069c.4-1.273.764-2.641,1.079-4.118a114.942,114.942,0,0,1-13.847,1.444c-.011,1-.019,2.49,0,4.2.4-.014.812-.031,1.216-.051" fill="#d1cce7"/>
|
|
39
|
+
<path id="Path_1847" data-name="Path 1847" d="M78.252,70.736c.028-.395.055-.8.077-1.214C74.3,70.705,70.4,71.64,66.641,72.367c.324.66.841,1.678,1.507,2.843,3.394-1.328,6.738-2.973,10.1-4.474" fill="#d1cce7"/>
|
|
40
|
+
<path id="Path_1848" data-name="Path 1848" d="M91.9,66.651c.124-.576.23-1.151.31-1.71a1.068,1.068,0,0,0-.271-.4c-2.714-2.288-7.563,3.051-7.563,3.051q-1.65.568-3.271,1.081c.1.179.225.413.375.684a35.866,35.866,0,0,1,10.42-2.71" fill="#d1cce7"/>
|
|
41
|
+
<path id="Path_1849" data-name="Path 1849" d="M49.519,95.907c-11.674-5.113-23.994-.517-29.543,2.177,7.144,4.4,16.675,7.42,29.3,6.948,11.174-.418,19.63-3.478,25.966-7.748-11.319-6.922-25.722-1.377-25.722-1.377" fill="#e84163"/>
|
|
42
|
+
<path id="Path_1850" data-name="Path 1850" d="M22.767,98.075S29.06,93.6,40.2,94.32c0,0,1.655.42.969.845s-10.1-.265-15.655,5.447c0,0-4.642-1.745-2.744-2.537" fill="#ed7180"/>
|
|
43
|
+
</g>
|
|
44
|
+
</g>
|
|
45
|
+
</g>
|
|
46
|
+
</g>
|
|
47
|
+
</svg>
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
|
|
5
|
+
function _interopNamespace(e) {
|
|
6
|
+
if (e && e.__esModule) return e;
|
|
7
|
+
var n = Object.create(null);
|
|
8
|
+
if (e) {
|
|
9
|
+
Object.keys(e).forEach(function (k) {
|
|
10
|
+
if (k !== 'default') {
|
|
11
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return e[k];
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
n['default'] = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
26
|
+
|
|
27
|
+
var _defs, _path, _g;
|
|
28
|
+
|
|
29
|
+
function _extends() { _extends = Object.assign || 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); }
|
|
30
|
+
|
|
31
|
+
function SvgDrawingToolStickers(props) {
|
|
32
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
width: 120,
|
|
35
|
+
height: 120,
|
|
36
|
+
viewBox: "0 0 120 120"
|
|
37
|
+
}, props), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
38
|
+
id: "drawing-tool-stickers_svg__a"
|
|
39
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
40
|
+
"data-name": "Rectangle 1597",
|
|
41
|
+
fill: "none",
|
|
42
|
+
d: "M0 0h92.567v105.08H0z"
|
|
43
|
+
})), /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
44
|
+
id: "drawing-tool-stickers_svg__b"
|
|
45
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
46
|
+
"data-name": "Rectangle 1595",
|
|
47
|
+
transform: "translate(15.005)",
|
|
48
|
+
fill: "none",
|
|
49
|
+
d: "M0 0h62.232v63.157H0z"
|
|
50
|
+
})))), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
51
|
+
fill: "none",
|
|
52
|
+
d: "M0 0h120v120H0z"
|
|
53
|
+
})), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
54
|
+
"data-name": "Group 1612"
|
|
55
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
56
|
+
"data-name": "Group 1611",
|
|
57
|
+
clipPath: "url(#drawing-tool-stickers_svg__a)",
|
|
58
|
+
transform: "translate(13.395 5.936)"
|
|
59
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
60
|
+
"data-name": "Group 1610"
|
|
61
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
62
|
+
"data-name": "Group 1609",
|
|
63
|
+
clipPath: "url(#drawing-tool-stickers_svg__a)"
|
|
64
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
65
|
+
"data-name": "Group 1608"
|
|
66
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
67
|
+
"data-name": "Group 1607",
|
|
68
|
+
opacity: 0.2
|
|
69
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
70
|
+
"data-name": "Group 1606",
|
|
71
|
+
clipPath: "url(#drawing-tool-stickers_svg__b)"
|
|
72
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
73
|
+
"data-name": "Path 1829",
|
|
74
|
+
d: "M29.439 62.958a65 65 0 0116.169-1.973 64.548 64.548 0 0116.912 2.172c8.833-6.024 14.717-16.763 14.717-29.014C77.237 15.286 63.306 0 46.121 0S15.005 15.286 15.005 34.143c0 12.119 5.76 22.756 14.434 28.815"
|
|
75
|
+
})))), /*#__PURE__*/React__namespace.createElement("path", {
|
|
76
|
+
"data-name": "Path 1830",
|
|
77
|
+
d: "M25.726 64.066a62.455 62.455 0 0119.882-3.081 61.933 61.933 0 0120.6 3.326 33.231 33.231 0 10-40.477-.245",
|
|
78
|
+
fill: "#fff"
|
|
79
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
80
|
+
"data-name": "Path 1831",
|
|
81
|
+
d: "M68.313 37.843A22.192 22.192 0 1146.12 15.651a22.193 22.193 0 0122.193 22.192",
|
|
82
|
+
fill: "#e21b72"
|
|
83
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
84
|
+
"data-name": "Path 1832",
|
|
85
|
+
d: "M58.956 37.843a12.836 12.836 0 11-12.835-12.835 12.835 12.835 0 0112.835 12.835"
|
|
86
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
87
|
+
"data-name": "Path 1833",
|
|
88
|
+
d: "M58.87 46.274a3.119 3.119 0 11-3.119-3.119 3.118 3.118 0 013.119 3.119",
|
|
89
|
+
fill: "#fff"
|
|
90
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
91
|
+
"data-name": "Path 1834",
|
|
92
|
+
d: "M42.076 25.4a6.785 6.785 0 11-9.6 0 6.785 6.785 0 019.6 0",
|
|
93
|
+
fill: "#fff"
|
|
94
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
95
|
+
"data-name": "Path 1835",
|
|
96
|
+
d: "M.008 71.662S-.38 64.8 4.276 66.325s35.1 16.777 80.1 1.271c0 0 4.849-5.34 7.563-3.051s-1.908 38.963-42.661 40.486S.008 71.662.008 71.662",
|
|
97
|
+
fill: "#2b1940"
|
|
98
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
99
|
+
"data-name": "Path 1836",
|
|
100
|
+
d: "M42.806 94.776s-2.151-2.089-1.529-6.559c.669-4.8 4.434-5.125 5.242-3.69s.052 3.2 0 4.749 2.071 4.062 3.738 2.582.712-4.91 1-6.6 2.115-1.835 3.657-.212 2.46 8.18-.679 10.791-8.95 3.1-11.426-1.059",
|
|
101
|
+
fill: "#110d1e"
|
|
102
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
103
|
+
"data-name": "Path 1837",
|
|
104
|
+
d: "M39.566 92.449c1.024-.745.922-14.7.885-18.04a104.509 104.509 0 01-13.184-1.37c1.665 13.055 11.2 20.2 12.3 19.41",
|
|
105
|
+
fill: "#fff"
|
|
106
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
107
|
+
"data-name": "Path 1838",
|
|
108
|
+
d: "M13.1 69.567c.375 9.1 3.414 14.419 3.414 14.419 3.11-2.213 7.4-9.247 8.631-11.33A98.813 98.813 0 0113.1 69.567",
|
|
109
|
+
fill: "#fff"
|
|
110
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
111
|
+
"data-name": "Path 1839",
|
|
112
|
+
d: "M4.276 66.325a4.657 4.657 0 00-.54-.145 40.9 40.9 0 002.7 12.729c2.1-1.541 4.529-7.465 5.412-9.756-3.889-1.319-6.465-2.463-7.575-2.828",
|
|
113
|
+
fill: "#fff"
|
|
114
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
115
|
+
"data-name": "Path 1840",
|
|
116
|
+
d: "M63.378 72.951a115.349 115.349 0 01-13.847 1.444c-.042 3.838-.045 14.728 1.222 18.115 0 0 9.127-3.266 12.625-19.559",
|
|
117
|
+
fill: "#fff"
|
|
118
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
119
|
+
"data-name": "Path 1841",
|
|
120
|
+
d: "M78.329 69.522a127.141 127.141 0 01-11.689 2.845c1.129 2.3 4.639 8.968 8.421 11.055 0 0 2.688-3.226 3.268-13.9",
|
|
121
|
+
fill: "#fff"
|
|
122
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
123
|
+
"data-name": "Path 1842",
|
|
124
|
+
d: "M84.373 67.6q-1.65.568-3.27 1.081c.884 1.646 4.183 7.52 6.951 9.05 0 0 3.309-6.979 4.153-12.786a1.055 1.055 0 00-.271-.4c-2.713-2.289-7.563 3.05-7.563 3.05",
|
|
125
|
+
fill: "#fff"
|
|
126
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
127
|
+
"data-name": "Path 1843",
|
|
128
|
+
d: "M35.092 78.488c1.788.11 3.583.177 5.378.216 0-1.865-.01-3.433-.019-4.3a104.546 104.546 0 01-13.185-1.37 29.6 29.6 0 00.991 4.708c2.27.348 4.548.6 6.835.741",
|
|
129
|
+
fill: "#d1cce7"
|
|
130
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
131
|
+
"data-name": "Path 1844",
|
|
132
|
+
d: "M16.449 75.134q3.066.87 6.162 1.556a91.33 91.33 0 002.529-4.034 98.813 98.813 0 01-12.04-3.089 42.213 42.213 0 00.429 4.545 26.882 26.882 0 002.925 1.022",
|
|
133
|
+
fill: "#d1cce7"
|
|
134
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
135
|
+
"data-name": "Path 1845",
|
|
136
|
+
d: "M7.927 71.228c.808.493 1.633.963 2.468 1.409a67.316 67.316 0 001.456-3.484c-3.889-1.319-6.465-2.464-7.575-2.828a4.514 4.514 0 00-.54-.145c.008.621.045 1.242.1 1.857a34.444 34.444 0 004.092 3.191",
|
|
137
|
+
fill: "#d1cce7"
|
|
138
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
139
|
+
"data-name": "Path 1846",
|
|
140
|
+
d: "M50.743 78.543A63.506 63.506 0 0062.3 77.069c.4-1.273.764-2.641 1.079-4.118a114.942 114.942 0 01-13.847 1.444c-.011 1-.019 2.49 0 4.2.4-.014.812-.031 1.216-.051",
|
|
141
|
+
fill: "#d1cce7"
|
|
142
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
143
|
+
"data-name": "Path 1847",
|
|
144
|
+
d: "M78.252 70.736c.028-.395.055-.8.077-1.214a127.202 127.202 0 01-11.688 2.845c.324.66.841 1.678 1.507 2.843 3.394-1.328 6.738-2.973 10.1-4.474",
|
|
145
|
+
fill: "#d1cce7"
|
|
146
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
147
|
+
"data-name": "Path 1848",
|
|
148
|
+
d: "M91.9 66.651c.124-.576.23-1.151.31-1.71a1.068 1.068 0 00-.271-.4c-2.714-2.288-7.563 3.051-7.563 3.051q-1.65.568-3.271 1.081c.1.179.225.413.375.684a35.866 35.866 0 0110.42-2.71",
|
|
149
|
+
fill: "#d1cce7"
|
|
150
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
151
|
+
"data-name": "Path 1849",
|
|
152
|
+
d: "M49.519 95.907c-11.674-5.113-23.994-.517-29.543 2.177 7.144 4.4 16.675 7.42 29.3 6.948 11.174-.418 19.63-3.478 25.966-7.748-11.319-6.922-25.722-1.377-25.722-1.377",
|
|
153
|
+
fill: "#e84163"
|
|
154
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
155
|
+
"data-name": "Path 1850",
|
|
156
|
+
d: "M22.767 98.075S29.06 93.6 40.2 94.32c0 0 1.655.42.969.845s-10.1-.265-15.655 5.447c0 0-4.642-1.745-2.744-2.537",
|
|
157
|
+
fill: "#ed7180"
|
|
158
|
+
})))))));
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
module.exports = SvgDrawingToolStickers;
|
|
162
|
+
//# sourceMappingURL=drawing-tool-stickers.svg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drawing-tool-stickers.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg id="icon-stencil" xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120">
|
|
2
|
+
<rect id="frame" width="120" height="120" fill="none"/>
|
|
3
|
+
<path id="Path_1815" data-name="Path 1815" d="M97.033,26.012q-.388-.388-.785-.765l-.072-.066q-.366-.346-.736-.681l-.005,0q-.807-.726-1.642-1.4l-.006-.005a41.549,41.549,0,0,0-46.7-3.78h0l-.012.006q-.864.495-1.708,1.033l-.071.046q-.528.338-1.047.693l-.056.038c-.161.111-.322.224-.482.337l-.225.161c-.23.166-.459.333-.686.5-.113.084-.225.168-.337.254l-.358.277q-.211.167-.421.335l-.35.284c-.184.152-.368.305-.55.461l-.248.212q-.3.26-.593.523l-.1.09c-.224.2-.446.41-.667.618L39,25.35q-.342.327-.679.662a41.467,41.467,0,0,0-11.543,36.5l-.146-.146s1.569,7.692-2.691,12.093l-.219.219s-3.862,2.595-.59,5.868l-.561-.562c-.076-.075-.155-.147-.234-.215l-.057-.049c-.079-.066-.159-.13-.241-.189l-.026-.018c-.075-.054-.152-.105-.229-.153l-.062-.038c-.083-.049-.167-.1-.252-.139l-.048-.023c-.073-.036-.147-.069-.221-.1l-.067-.028c-.084-.033-.169-.063-.254-.089l-.066-.02c-.07-.02-.14-.038-.209-.054-.024-.006-.047-.012-.071-.016-.083-.017-.165-.031-.248-.042L20.2,78.8q-.1-.011-.2-.015c-.023,0-.046,0-.069,0-.08,0-.159,0-.237.006l-.081.006c-.023,0-.047,0-.069.006l0,0a2.315,2.315,0,0,0-1.392.647l-.8.8c-1.07,1.07-2,1.88-.633,3.243-1.364-1.363-2.173-.437-3.243.633l-.8.8c-1.07,1.07-.832,3.043.531,4.407l-.111-.111-2.032,3.94a3.834,3.834,0,0,0,.734,4.11L13.8,99.26a7.222,7.222,0,0,0,9.518,9.518l1.993,1.993a3.832,3.832,0,0,0,4.109.734l3.94-2.032-.111-.111c1.363,1.363,3.337,1.6,4.408.531l.8-.8c1.071-1.071,1.616-2.261.253-3.624,1.363,1.363,2.553.818,3.623-.252l.8-.8a2.309,2.309,0,0,0,.647-1.393l0,0c0-.023,0-.046.006-.069s.005-.054.007-.082c0-.078.007-.157.005-.237,0-.023,0-.046,0-.069,0-.065-.008-.131-.014-.2l-.009-.078c-.011-.083-.024-.165-.042-.248,0-.024-.01-.047-.016-.071-.016-.069-.034-.139-.054-.208l-.02-.068c-.026-.084-.056-.169-.089-.253l-.028-.067c-.031-.074-.064-.147-.1-.221l-.023-.048c-.043-.085-.09-.169-.139-.252-.013-.021-.026-.041-.038-.062-.048-.077-.1-.154-.153-.229l-.018-.026c-.059-.082-.123-.162-.189-.241l-.048-.057c-.069-.079-.14-.157-.216-.233l-.239-.239c3.273,3.273,5.869-.59,5.869-.59l.218-.219c4.4-4.259,12.094-2.69,12.094-2.69a41.492,41.492,0,0,0,34.585-9.76q.974-.859,1.9-1.791a41.516,41.516,0,0,0,0-58.714" opacity="0.3"/>
|
|
4
|
+
<path id="Path_1816" data-name="Path 1816" d="M38.37,20.333A41.518,41.518,0,1,1,60.587,90.591l.007.007S52.9,89.029,48.5,93.288l-.219.219s-2.6,3.863-5.869.59L31.991,83.674l-1.619-1.619-7.191-7.19c-3.273-3.274.59-5.869.59-5.869l.219-.219c4.259-4.4,2.69-12.093,2.69-12.093l.147.146a41.467,41.467,0,0,1,11.543-36.5" fill="#fdd61b"/>
|
|
5
|
+
<path id="Path_1817" data-name="Path 1817" d="M38.37,20.333a41.542,41.542,0,0,1,8.769-6.7A26.684,26.684,0,0,0,42.5,18.1a53.3,53.3,0,0,0-8.246,13.547,47.363,47.363,0,0,0-3.786,14.16c-.57,7.789,2.979,15.955,8.126,21.572C43.084,72.284,49.2,77.6,56.124,78.149a24.856,24.856,0,0,0,11.538-1.964A61.214,61.214,0,0,0,88.957,58.528c7.834-10.359,11.1-22.779,7.136-35.41a41.284,41.284,0,0,0-2.254-5.709,42.153,42.153,0,0,1,3.246,2.924A41.523,41.523,0,0,1,60.594,90.6S52.9,89.029,48.5,93.288l-.219.219s-2.6,3.863-5.869.59L23.181,74.865c-3.273-3.274.59-5.869.59-5.869l.219-.219c4.259-4.4,2.69-12.093,2.69-12.093l.147.146a41.467,41.467,0,0,1,11.543-36.5" fill="#f7b909"/>
|
|
6
|
+
<path id="Path_1818" data-name="Path 1818" d="M75.3,14.154c-10.222-2.894-19.829-.576-21.458,5.177S59.179,32.1,69.4,34.989s19.83.577,21.458-5.177S85.522,17.048,75.3,14.154" fill="#ffe89b"/>
|
|
7
|
+
<path id="Path_1819" data-name="Path 1819" d="M17.414,74.57c-1.07,1.07-2,1.879-.633,3.243L38.762,99.794c1.363,1.363,2.554.817,3.623-.253l.8-.8c1.071-1.071.832-3.045-.531-4.408L22.619,74.3c-1.363-1.363-3.337-1.6-4.407-.531Z" fill="#678da5"/>
|
|
8
|
+
<path id="Path_1820" data-name="Path 1820" d="M12.74,79.243c-1.07,1.07-.832,3.044.531,4.407L33.3,103.683c1.363,1.363,3.337,1.6,4.407.532l.8-.8c1.071-1.071,1.616-2.261.253-3.624L16.781,77.812c-1.364-1.363-2.173-.437-3.243.633Z" fill="#678da5"/>
|
|
9
|
+
<path id="Path_1821" data-name="Path 1821" d="M11.863,91.589a3.833,3.833,0,0,1-.734-4.11l2.032-3.94,20.255,20.255-3.94,2.032a3.833,3.833,0,0,1-4.11-.734Z" fill="#678da5"/>
|
|
10
|
+
<path id="Path_1822" data-name="Path 1822" d="M23.407,103.085a7.224,7.224,0,0,1-9.538-9.538Z" fill="#3a4e69"/>
|
|
11
|
+
<path id="Path_1823" data-name="Path 1823" d="M38.677,99.708s-1.171-1.508-3.061-3.636c-.94-1.07-2.058-2.295-3.278-3.587-.615-.641-1.235-1.318-1.892-1.979L28.464,88.49c-.675-.665-1.35-1.329-2.015-1.982s-1.338-1.278-1.979-1.893c-1.291-1.221-2.517-2.339-3.586-3.278-2.129-1.89-3.638-3.06-3.638-3.06s1.17,1.509,3.06,3.638c.939,1.069,2.057,2.295,3.278,3.586.615.641,1.234,1.319,1.893,1.979L27.459,89.5l2.016,1.981c.661.657,1.338,1.278,1.979,1.892,1.292,1.22,2.517,2.338,3.587,3.278,2.128,1.89,3.636,3.061,3.636,3.061" fill="#3a4e69"/>
|
|
12
|
+
<path id="Path_1824" data-name="Path 1824" d="M32.364,102.743s-.966-1.3-2.549-3.124c-.786-.916-1.725-1.962-2.753-3.061-.518-.546-1.039-1.123-1.6-1.684l-1.675-1.71-1.71-1.676c-.559-.558-1.138-1.078-1.683-1.6-1.1-1.028-2.145-1.967-3.061-2.753-1.821-1.582-3.125-2.547-3.125-2.547s.965,1.3,2.547,3.125c.786.916,1.725,1.963,2.753,3.061.519.545,1.039,1.124,1.6,1.683l1.676,1.71,1.71,1.675c.561.557,1.138,1.078,1.683,1.6,1.1,1.027,2.146,1.966,3.062,2.752,1.821,1.583,3.124,2.549,3.124,2.549" fill="#3a4e69"/>
|
|
13
|
+
<path id="Path_1825" data-name="Path 1825" d="M45.5,60.383c.75-.829,1.535-1.618,2.295-2.381l.2-.2a13.273,13.273,0,0,1-2.833-3.689,5.712,5.712,0,0,1,1.459-6.588,4.463,4.463,0,0,1,5.544-.511c2.6,1.638,3.111,4.531,1.342,7.551a19.8,19.8,0,0,1-2.5,3.191c.431.419.9.881,1.415,1.4l4.5,4.5c.518.516.98.986,1.4,1.418a19.846,19.846,0,0,1,3.191-2.5c3.021-1.768,5.914-1.254,7.55,1.343a4.463,4.463,0,0,1-.51,5.544,5.71,5.71,0,0,1-6.588,1.458,13.336,13.336,0,0,1-3.689-2.832l-.2.2c-.763.76-1.552,1.545-2.382,2.3l-18.4,18.4-1.51-1.51L54.2,69.048l.039-.038c.8-.721,1.541-1.46,2.327-2.242l.216-.216c-.412-.424-.866-.887-1.371-1.389l-4.5-4.5c-.5-.505-.963-.957-1.387-1.369l-.216.217c-.782.786-1.521,1.528-2.242,2.326l-.018.02L28.608,80.293l-1.51-1.51Zm6.165-6.9c.681-1.163,1.5-3.316-.639-4.666a2.335,2.335,0,0,0-2.977.292,3.564,3.564,0,0,0-.971,4.057,11.214,11.214,0,0,0,2.4,3.1,17.832,17.832,0,0,0,2.188-2.779M62.589,64.412a17.893,17.893,0,0,0-2.78,2.187A11.176,11.176,0,0,0,62.9,69a3.566,3.566,0,0,0,4.058-.972,2.333,2.333,0,0,0,.291-2.976,3.529,3.529,0,0,0-.487-.619c-1.338-1.338-3.147-.623-4.178-.02" fill="#f29100"/>
|
|
14
|
+
<path id="Path_1826" data-name="Path 1826" d="M19.6,73.122A3.782,3.782,0,0,1,22.619,74.3L42.652,94.337a3.776,3.776,0,0,1,1.181,3.016Z" fill="#92bfd6"/>
|
|
15
|
+
<path id="Path_1827" data-name="Path 1827" d="M49.306,59.509c-.607.61-1.188,1.194-1.755,1.8L46.041,59.8c.581-.617,1.174-1.213,1.752-1.794l.2-.2-.059-.059.015-.015L49.517,59.3l-.211.212" fill="#c97200"/>
|
|
16
|
+
<path id="Path_1828" data-name="Path 1828" d="M56.778,66.557l1.851,1.851-.014.014-.342-.34-.2.2c-.581.578-1.177,1.172-1.8,1.753l-1.51-1.511c.6-.567,1.188-1.148,1.8-1.755l.212-.211" fill="#c97200"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
|
|
5
|
+
function _interopNamespace(e) {
|
|
6
|
+
if (e && e.__esModule) return e;
|
|
7
|
+
var n = Object.create(null);
|
|
8
|
+
if (e) {
|
|
9
|
+
Object.keys(e).forEach(function (k) {
|
|
10
|
+
if (k !== 'default') {
|
|
11
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return e[k];
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
n['default'] = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
26
|
+
|
|
27
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15;
|
|
28
|
+
|
|
29
|
+
function _extends() { _extends = Object.assign || 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); }
|
|
30
|
+
|
|
31
|
+
function SvgIdeaCreator(props) {
|
|
32
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
width: 120,
|
|
35
|
+
height: 120,
|
|
36
|
+
viewBox: "0 0 120 120"
|
|
37
|
+
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
38
|
+
fill: "none",
|
|
39
|
+
d: "M0 0h120v120H0z"
|
|
40
|
+
})), _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
41
|
+
"data-name": "Path 1815",
|
|
42
|
+
d: "M97.033 26.012q-.388-.388-.785-.765l-.072-.066q-.366-.346-.736-.681h-.005q-.807-.726-1.642-1.4l-.006-.005a41.549 41.549 0 00-46.7-3.78l-.012.006q-.864.495-1.708 1.033l-.071.046q-.528.338-1.047.693l-.056.038c-.161.111-.322.224-.482.337l-.225.161c-.23.166-.459.333-.686.5-.113.084-.225.168-.337.254l-.358.277-.421.335-.35.284c-.184.152-.368.305-.55.461l-.248.212q-.3.26-.593.523l-.1.09c-.224.2-.446.41-.667.618L39 25.35q-.342.327-.679.662a41.467 41.467 0 00-11.543 36.5l-.146-.146s1.569 7.692-2.691 12.093l-.219.219s-3.862 2.595-.59 5.868l-.561-.562a4.686 4.686 0 00-.234-.215l-.057-.049a4.25 4.25 0 00-.241-.189l-.026-.018a4.146 4.146 0 00-.229-.153l-.062-.038c-.083-.049-.167-.1-.252-.139l-.048-.023a3.95 3.95 0 00-.221-.1l-.067-.028a3.482 3.482 0 00-.254-.089l-.066-.02c-.07-.02-.14-.038-.209-.054-.024-.006-.047-.012-.071-.016a3.566 3.566 0 00-.248-.042L20.2 78.8q-.1-.011-.2-.015h-.069c-.08 0-.159 0-.237.006l-.081.006c-.023 0-.047 0-.069.006a2.315 2.315 0 00-1.392.647l-.8.8c-1.07 1.07-2 1.88-.633 3.243-1.364-1.363-2.173-.437-3.243.633l-.8.8c-1.07 1.07-.832 3.043.531 4.407l-.111-.111-2.032 3.94a3.834 3.834 0 00.734 4.11L13.8 99.26a7.222 7.222 0 009.518 9.518l1.993 1.993a3.832 3.832 0 004.109.734l3.94-2.032-.111-.111c1.363 1.363 3.337 1.6 4.408.531l.8-.8c1.071-1.071 1.616-2.261.253-3.624 1.363 1.363 2.553.818 3.623-.252l.8-.8a2.309 2.309 0 00.647-1.393c0-.023 0-.046.006-.069s.005-.054.007-.082c0-.078.007-.157.005-.237v-.069c0-.065-.008-.131-.014-.2l-.009-.078a3.057 3.057 0 00-.042-.248c0-.024-.01-.047-.016-.071a3.977 3.977 0 00-.054-.208l-.02-.068a3.632 3.632 0 00-.089-.253l-.028-.067a4.306 4.306 0 00-.1-.221l-.023-.048a4.44 4.44 0 00-.139-.252l-.038-.062a4.8 4.8 0 00-.153-.229l-.018-.026a4.25 4.25 0 00-.189-.241l-.048-.057a4.692 4.692 0 00-.216-.233l-.239-.239c3.273 3.273 5.869-.59 5.869-.59l.218-.219c4.4-4.259 12.094-2.69 12.094-2.69a41.492 41.492 0 0034.585-9.76q.974-.859 1.9-1.791a41.516 41.516 0 000-58.714",
|
|
43
|
+
opacity: 0.3
|
|
44
|
+
})), _path3 || (_path3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
45
|
+
"data-name": "Path 1816",
|
|
46
|
+
d: "M38.37 20.333a41.518 41.518 0 1122.217 70.258l.007.007S52.9 89.029 48.5 93.288l-.219.219s-2.6 3.863-5.869.59L31.991 83.674l-1.619-1.619-7.191-7.19c-3.273-3.274.59-5.869.59-5.869l.219-.219c4.259-4.4 2.69-12.093 2.69-12.093l.147.146a41.467 41.467 0 0111.543-36.5",
|
|
47
|
+
fill: "#fdd61b"
|
|
48
|
+
})), _path4 || (_path4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
49
|
+
"data-name": "Path 1817",
|
|
50
|
+
d: "M38.37 20.333a41.542 41.542 0 018.769-6.7A26.684 26.684 0 0042.5 18.1a53.3 53.3 0 00-8.246 13.547 47.363 47.363 0 00-3.786 14.16c-.57 7.789 2.979 15.955 8.126 21.572 4.49 4.905 10.606 10.221 17.53 10.77a24.856 24.856 0 0011.538-1.964 61.214 61.214 0 0021.295-17.657c7.834-10.359 11.1-22.779 7.136-35.41a41.284 41.284 0 00-2.254-5.709 42.153 42.153 0 013.246 2.924A41.523 41.523 0 0160.594 90.6S52.9 89.029 48.5 93.288l-.219.219s-2.6 3.863-5.869.59L23.181 74.865c-3.273-3.274.59-5.869.59-5.869l.219-.219c4.259-4.4 2.69-12.093 2.69-12.093l.147.146a41.467 41.467 0 0111.543-36.5",
|
|
51
|
+
fill: "#f7b909"
|
|
52
|
+
})), _path5 || (_path5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
53
|
+
"data-name": "Path 1818",
|
|
54
|
+
d: "M75.3 14.154c-10.222-2.894-19.829-.576-21.458 5.177S59.179 32.1 69.4 34.989s19.83.577 21.458-5.177S85.522 17.048 75.3 14.154",
|
|
55
|
+
fill: "#ffe89b"
|
|
56
|
+
})), _path6 || (_path6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
57
|
+
"data-name": "Path 1819",
|
|
58
|
+
d: "M17.414 74.57c-1.07 1.07-2 1.879-.633 3.243l21.981 21.981c1.363 1.363 2.554.817 3.623-.253l.8-.8c1.071-1.071.832-3.045-.531-4.408L22.619 74.3c-1.363-1.363-3.337-1.6-4.407-.531z",
|
|
59
|
+
fill: "#678da5"
|
|
60
|
+
})), _path7 || (_path7 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
61
|
+
"data-name": "Path 1820",
|
|
62
|
+
d: "M12.74 79.243c-1.07 1.07-.832 3.044.531 4.407L33.3 103.683c1.363 1.363 3.337 1.6 4.407.532l.8-.8c1.071-1.071 1.616-2.261.253-3.624L16.781 77.812c-1.364-1.363-2.173-.437-3.243.633z",
|
|
63
|
+
fill: "#678da5"
|
|
64
|
+
})), _path8 || (_path8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
65
|
+
"data-name": "Path 1821",
|
|
66
|
+
d: "M11.863 91.589a3.833 3.833 0 01-.734-4.11l2.032-3.94 20.255 20.255-3.94 2.032a3.833 3.833 0 01-4.11-.734z",
|
|
67
|
+
fill: "#678da5"
|
|
68
|
+
})), _path9 || (_path9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
69
|
+
"data-name": "Path 1822",
|
|
70
|
+
d: "M23.407 103.085a7.224 7.224 0 01-9.538-9.538z",
|
|
71
|
+
fill: "#3a4e69"
|
|
72
|
+
})), _path10 || (_path10 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
73
|
+
"data-name": "Path 1823",
|
|
74
|
+
d: "M38.677 99.708s-1.171-1.508-3.061-3.636c-.94-1.07-2.058-2.295-3.278-3.587-.615-.641-1.235-1.318-1.892-1.979l-1.982-2.016-2.015-1.982c-.665-.653-1.338-1.278-1.979-1.893a134.432 134.432 0 00-3.586-3.278c-2.129-1.89-3.638-3.06-3.638-3.06s1.17 1.509 3.06 3.638a134.432 134.432 0 003.278 3.586c.615.641 1.234 1.319 1.893 1.979l1.982 2.02 2.016 1.981c.661.657 1.338 1.278 1.979 1.892a137.847 137.847 0 003.587 3.278c2.128 1.89 3.636 3.061 3.636 3.061",
|
|
75
|
+
fill: "#3a4e69"
|
|
76
|
+
})), _path11 || (_path11 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
77
|
+
"data-name": "Path 1824",
|
|
78
|
+
d: "M32.364 102.743s-.966-1.3-2.549-3.124a97.875 97.875 0 00-2.753-3.061c-.518-.546-1.039-1.123-1.6-1.684l-1.675-1.71-1.71-1.676c-.559-.558-1.138-1.078-1.683-1.6a99.024 99.024 0 00-3.061-2.753c-1.821-1.582-3.125-2.547-3.125-2.547s.965 1.3 2.547 3.125a96.753 96.753 0 002.753 3.061c.519.545 1.039 1.124 1.6 1.683l1.676 1.71 1.71 1.675c.561.557 1.138 1.078 1.683 1.6 1.1 1.027 2.146 1.966 3.062 2.752a57.511 57.511 0 003.124 2.549",
|
|
79
|
+
fill: "#3a4e69"
|
|
80
|
+
})), _path12 || (_path12 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
81
|
+
"data-name": "Path 1825",
|
|
82
|
+
d: "M45.5 60.383a68.781 68.781 0 012.295-2.381l.2-.2a13.273 13.273 0 01-2.833-3.689 5.712 5.712 0 011.459-6.588 4.463 4.463 0 015.544-.511c2.6 1.638 3.111 4.531 1.342 7.551a19.8 19.8 0 01-2.5 3.191c.431.419.9.881 1.415 1.4l4.5 4.5c.518.516.98.986 1.4 1.418a19.846 19.846 0 013.191-2.5c3.021-1.768 5.914-1.254 7.55 1.343a4.463 4.463 0 01-.51 5.544 5.71 5.71 0 01-6.588 1.458 13.336 13.336 0 01-3.689-2.832l-.2.2a72.896 72.896 0 01-2.382 2.3l-18.4 18.4-1.51-1.51L54.2 69.048l.039-.038c.8-.721 1.541-1.46 2.327-2.242l.216-.216c-.412-.424-.866-.887-1.371-1.389l-4.5-4.5a98.69 98.69 0 00-1.387-1.369l-.216.217c-.782.786-1.521 1.528-2.242 2.326l-.018.02-18.44 18.436-1.51-1.51zm6.165-6.9c.681-1.163 1.5-3.316-.639-4.666a2.335 2.335 0 00-2.977.292 3.564 3.564 0 00-.971 4.057 11.214 11.214 0 002.4 3.1 17.832 17.832 0 002.188-2.779m10.923 10.925a17.893 17.893 0 00-2.78 2.187A11.176 11.176 0 0062.9 69a3.566 3.566 0 004.058-.972 2.333 2.333 0 00.291-2.976 3.529 3.529 0 00-.487-.619c-1.338-1.338-3.147-.623-4.178-.02",
|
|
83
|
+
fill: "#f29100"
|
|
84
|
+
})), _path13 || (_path13 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
85
|
+
"data-name": "Path 1826",
|
|
86
|
+
d: "M19.6 73.122a3.782 3.782 0 013.019 1.178l20.033 20.037a3.776 3.776 0 011.181 3.016z",
|
|
87
|
+
fill: "#92bfd6"
|
|
88
|
+
})), _path14 || (_path14 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
89
|
+
"data-name": "Path 1827",
|
|
90
|
+
d: "M49.306 59.509a81.502 81.502 0 00-1.755 1.8l-1.51-1.509c.581-.617 1.174-1.213 1.752-1.794l.2-.2-.059-.059.015-.015 1.568 1.568-.211.212",
|
|
91
|
+
fill: "#c97200"
|
|
92
|
+
})), _path15 || (_path15 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
93
|
+
"data-name": "Path 1828",
|
|
94
|
+
d: "M56.778 66.557l1.851 1.851-.014.014-.342-.34-.2.2c-.581.578-1.177 1.172-1.8 1.753l-1.51-1.511c.6-.567 1.188-1.148 1.8-1.755l.212-.211",
|
|
95
|
+
fill: "#c97200"
|
|
96
|
+
})));
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
module.exports = SvgIdeaCreator;
|
|
100
|
+
//# sourceMappingURL=idea-creator.svg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"idea-creator.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<svg id="Icon-set-work" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120.556" height="120.234" viewBox="0 0 120.556 120.234">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="clip-path">
|
|
4
|
+
<rect id="Rectangle_1599" data-name="Rectangle 1599" width="120.234" height="120.234" transform="translate(0 0)" fill="none"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
<clipPath id="clip-path-2">
|
|
7
|
+
<rect id="Rectangle_1598" data-name="Rectangle 1598" width="67.676" height="38.026" transform="translate(38.428 6.104)" fill="none"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
<clipPath id="clip-path-3">
|
|
10
|
+
<rect id="Rectangle_1600" data-name="Rectangle 1600" width="40.395" height="33.158" transform="translate(62.419 71.104)" fill="none"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
<rect id="frame" width="120" height="120" fill="none"/>
|
|
14
|
+
<g id="Group_1625" data-name="Group 1625" transform="translate(0.322)">
|
|
15
|
+
<path id="Path_1851" data-name="Path 1851" d="M11.63,38.472,40.709,44.13,106.1,6.1Z" fill="#fff"/>
|
|
16
|
+
<path id="Path_1852" data-name="Path 1852" d="M11.63,38.472,40.709,44.13,106.1,6.1Z" fill="#fff"/>
|
|
17
|
+
<path id="Path_1853" data-name="Path 1853" d="M21.3,35.16,11.63,38.473l29.08,5.658,18.74-10.9Z" fill="#53b4ed"/>
|
|
18
|
+
<g id="Group_1617" data-name="Group 1617">
|
|
19
|
+
<g id="Group_1616" data-name="Group 1616" clip-path="url(#clip-path)">
|
|
20
|
+
<g id="Group_1615" data-name="Group 1615" opacity="0.3">
|
|
21
|
+
<g id="Group_1614" data-name="Group 1614">
|
|
22
|
+
<g id="Group_1613" data-name="Group 1613" clip-path="url(#clip-path-2)">
|
|
23
|
+
<path id="Path_1854" data-name="Path 1854" d="M40.709,44.13,106.1,6.1l-.742.254L38.428,43.686Z" fill="#c6cbd6"/>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
<path id="Path_1855" data-name="Path 1855" d="M40.709,44.13,44.92,77.946,106.1,6.1Z" fill="#fff"/>
|
|
30
|
+
<path id="Path_1856" data-name="Path 1856" d="M40.709,44.13,44.92,77.946,106.1,6.1Z" fill="#c6cbd6"/>
|
|
31
|
+
<path id="Path_1857" data-name="Path 1857" d="M50.84,52.025,87.157,70.314,106.1,6.1Z" fill="#ecf0f1"/>
|
|
32
|
+
<path id="Path_1858" data-name="Path 1858" d="M55.973,64.967l3.946-31.758-.47.024-18.74,10.9,4.21,33.816Z" fill="#2a68a6"/>
|
|
33
|
+
<path id="Path_1859" data-name="Path 1859" d="M50.84,52.025,44.919,77.946,66.5,52.814Z" fill="#22588f"/>
|
|
34
|
+
<path id="Path_1860" data-name="Path 1860" d="M50.84,52.025,87.157,70.314l1.413-4.79L70,36.1Z" fill="#53b4ed"/>
|
|
35
|
+
<g id="Group_1620" data-name="Group 1620" opacity="0.3">
|
|
36
|
+
<g id="Group_1619" data-name="Group 1619">
|
|
37
|
+
<g id="Group_1618" data-name="Group 1618" clip-path="url(#clip-path-3)">
|
|
38
|
+
<path id="Path_1861" data-name="Path 1861" d="M77.551,103.472,74,94.525,62.419,91.1l40.4-20L93.6,104.261,82.419,98.209Z"/>
|
|
39
|
+
</g>
|
|
40
|
+
</g>
|
|
41
|
+
</g>
|
|
42
|
+
</g>
|
|
43
|
+
</svg>
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
|
|
5
|
+
function _interopNamespace(e) {
|
|
6
|
+
if (e && e.__esModule) return e;
|
|
7
|
+
var n = Object.create(null);
|
|
8
|
+
if (e) {
|
|
9
|
+
Object.keys(e).forEach(function (k) {
|
|
10
|
+
if (k !== 'default') {
|
|
11
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return e[k];
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
n['default'] = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
26
|
+
|
|
27
|
+
var _defs, _path, _g;
|
|
28
|
+
|
|
29
|
+
function _extends() { _extends = Object.assign || 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); }
|
|
30
|
+
|
|
31
|
+
function SvgSend(props) {
|
|
32
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
width: 120.556,
|
|
35
|
+
height: 120.234,
|
|
36
|
+
viewBox: "0 0 120.556 120.234"
|
|
37
|
+
}, props), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
38
|
+
id: "send_svg__a"
|
|
39
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
40
|
+
"data-name": "Rectangle 1599",
|
|
41
|
+
fill: "none",
|
|
42
|
+
d: "M0 0h120.234v120.234H0z"
|
|
43
|
+
})), /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
44
|
+
id: "send_svg__b"
|
|
45
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
46
|
+
"data-name": "Rectangle 1598",
|
|
47
|
+
transform: "translate(38.428 6.104)",
|
|
48
|
+
fill: "none",
|
|
49
|
+
d: "M0 0h67.676v38.026H0z"
|
|
50
|
+
})), /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
51
|
+
id: "send_svg__c"
|
|
52
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
53
|
+
"data-name": "Rectangle 1600",
|
|
54
|
+
transform: "translate(62.419 71.104)",
|
|
55
|
+
fill: "none",
|
|
56
|
+
d: "M0 0h40.395v33.158H0z"
|
|
57
|
+
})))), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
58
|
+
fill: "none",
|
|
59
|
+
d: "M0 0h120v120H0z"
|
|
60
|
+
})), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
61
|
+
"data-name": "Group 1625"
|
|
62
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
63
|
+
"data-name": "Path 1851",
|
|
64
|
+
d: "M11.952 38.472l29.079 5.658L106.422 6.1z",
|
|
65
|
+
fill: "#fff"
|
|
66
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
67
|
+
"data-name": "Path 1852",
|
|
68
|
+
d: "M11.952 38.472l29.079 5.658L106.422 6.1z",
|
|
69
|
+
fill: "#fff"
|
|
70
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
71
|
+
"data-name": "Path 1853",
|
|
72
|
+
d: "M21.622 35.16l-9.67 3.313 29.08 5.658 18.74-10.9z",
|
|
73
|
+
fill: "#53b4ed"
|
|
74
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
75
|
+
"data-name": "Group 1617"
|
|
76
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
77
|
+
"data-name": "Group 1616",
|
|
78
|
+
clipPath: "url(#send_svg__a)",
|
|
79
|
+
transform: "translate(.322)"
|
|
80
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
81
|
+
"data-name": "Group 1615"
|
|
82
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
83
|
+
"data-name": "Group 1614",
|
|
84
|
+
opacity: 0.3
|
|
85
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
86
|
+
"data-name": "Group 1613",
|
|
87
|
+
clipPath: "url(#send_svg__b)"
|
|
88
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
89
|
+
"data-name": "Path 1854",
|
|
90
|
+
d: "M40.709 44.13L106.1 6.1l-.742.254-66.93 37.332z",
|
|
91
|
+
fill: "#c6cbd6"
|
|
92
|
+
})))))), /*#__PURE__*/React__namespace.createElement("path", {
|
|
93
|
+
"data-name": "Path 1855",
|
|
94
|
+
d: "M41.031 44.13l4.211 33.816L106.422 6.1z",
|
|
95
|
+
fill: "#fff"
|
|
96
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
97
|
+
"data-name": "Path 1856",
|
|
98
|
+
d: "M41.031 44.13l4.211 33.816L106.422 6.1z",
|
|
99
|
+
fill: "#c6cbd6"
|
|
100
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
101
|
+
"data-name": "Path 1857",
|
|
102
|
+
d: "M51.162 52.025l36.317 18.289L106.422 6.1z",
|
|
103
|
+
fill: "#ecf0f1"
|
|
104
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
105
|
+
"data-name": "Path 1858",
|
|
106
|
+
d: "M56.295 64.967l3.946-31.758-.47.024-18.74 10.9 4.21 33.816z",
|
|
107
|
+
fill: "#2a68a6"
|
|
108
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
109
|
+
"data-name": "Path 1859",
|
|
110
|
+
d: "M51.162 52.025l-5.921 25.921 21.581-25.132z",
|
|
111
|
+
fill: "#22588f"
|
|
112
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
113
|
+
"data-name": "Path 1860",
|
|
114
|
+
d: "M51.162 52.025l36.317 18.289 1.413-4.79L70.322 36.1z",
|
|
115
|
+
fill: "#53b4ed"
|
|
116
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
117
|
+
"data-name": "Group 1620"
|
|
118
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
119
|
+
"data-name": "Group 1619",
|
|
120
|
+
opacity: 0.3
|
|
121
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
122
|
+
"data-name": "Group 1618",
|
|
123
|
+
clipPath: "url(#send_svg__c)",
|
|
124
|
+
transform: "translate(.322)"
|
|
125
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
126
|
+
"data-name": "Path 1861",
|
|
127
|
+
d: "M77.551 103.472L74 94.525 62.419 91.1l40.4-20-9.219 33.161-11.181-6.052z"
|
|
128
|
+
})))))));
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
module.exports = SvgSend;
|
|
132
|
+
//# sourceMappingURL=send.svg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|