nzk-react-components 0.3.6 → 0.4.1
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/games.svg.js +137 -0
- package/dist/assets/icons/games.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/ColourToolbar → DatePicker}/index.js.map +0 -0
- package/dist/components/Icon/icons.d.ts +4 -0
- package/dist/components/Icon/icons.js +26 -18
- 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/{DrawingTool/DrawingTool.stories.d.ts → Input/Input.stories.d.ts} +2 -2
- package/dist/components/Input/index.d.ts +2 -0
- package/dist/components/Input/index.js +8 -0
- package/dist/components/{DrawingTool/components/CropChoicePopup → 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/.DS_Store +0 -0
- package/dist/assets/.DS_Store +0 -0
- package/dist/assets/icons/.DS_Store +0 -0
- package/dist/components/DrawingTool/DrawingTool.d.ts +0 -32
- package/dist/components/DrawingTool/DrawingTool.js +0 -315
- package/dist/components/DrawingTool/DrawingTool.js.map +0 -1
- package/dist/components/DrawingTool/DrawingTool.styles.d.ts +0 -47
- package/dist/components/DrawingTool/DrawingTool.styles.js +0 -55
- package/dist/components/DrawingTool/DrawingTool.styles.js.map +0 -1
- package/dist/components/DrawingTool/DrawingToolProvider.d.ts +0 -57
- package/dist/components/DrawingTool/DrawingToolProvider.js +0 -188
- package/dist/components/DrawingTool/DrawingToolProvider.js.map +0 -1
- package/dist/components/DrawingTool/components/ColourToolbar/ColourToolbar.d.ts +0 -21
- package/dist/components/DrawingTool/components/ColourToolbar/ColourToolbar.js +0 -89
- package/dist/components/DrawingTool/components/ColourToolbar/ColourToolbar.js.map +0 -1
- package/dist/components/DrawingTool/components/ColourToolbar/ColourToolbar.styles.d.ts +0 -9
- package/dist/components/DrawingTool/components/ColourToolbar/ColourToolbar.styles.js +0 -18
- package/dist/components/DrawingTool/components/ColourToolbar/ColourToolbar.styles.js.map +0 -1
- package/dist/components/DrawingTool/components/ColourToolbar/index.d.ts +0 -2
- package/dist/components/DrawingTool/components/ColourToolbar/index.js +0 -8
- 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/FileInput/FileInput.d.ts +0 -9
- package/dist/components/DrawingTool/components/FileInput/FileInput.js +0 -88
- package/dist/components/DrawingTool/components/FileInput/FileInput.js.map +0 -1
- package/dist/components/DrawingTool/components/FileInput/FileInput.styles.d.ts +0 -4
- package/dist/components/DrawingTool/components/FileInput/FileInput.styles.js +0 -22
- package/dist/components/DrawingTool/components/FileInput/FileInput.styles.js.map +0 -1
- package/dist/components/DrawingTool/components/FileInput/index.d.ts +0 -2
- package/dist/components/DrawingTool/components/FileInput/index.js +0 -8
- package/dist/components/DrawingTool/components/FileInput/index.js.map +0 -1
- package/dist/components/DrawingTool/components/Header/Header.d.ts +0 -9
- package/dist/components/DrawingTool/components/Header/Header.js +0 -38
- package/dist/components/DrawingTool/components/Header/Header.js.map +0 -1
- package/dist/components/DrawingTool/components/Header/index.d.ts +0 -2
- package/dist/components/DrawingTool/components/Header/index.js +0 -8
- package/dist/components/DrawingTool/components/Header/index.js.map +0 -1
- 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/ImageInputPopup/index.js.map +0 -1
- 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/OpacityToggle/OpacityToggle.d.ts +0 -8
- package/dist/components/DrawingTool/components/OpacityToggle/OpacityToggle.js +0 -31
- package/dist/components/DrawingTool/components/OpacityToggle/OpacityToggle.js.map +0 -1
- package/dist/components/DrawingTool/components/OpacityToggle/OpacityToggle.styles.d.ts +0 -9
- package/dist/components/DrawingTool/components/OpacityToggle/OpacityToggle.styles.js +0 -18
- package/dist/components/DrawingTool/components/OpacityToggle/OpacityToggle.styles.js.map +0 -1
- package/dist/components/DrawingTool/components/OpacityToggle/index.d.ts +0 -2
- package/dist/components/DrawingTool/components/OpacityToggle/index.js +0 -8
- package/dist/components/DrawingTool/components/OpacityToggle/index.js.map +0 -1
- package/dist/components/DrawingTool/components/Placeable/index.d.ts +0 -9
- package/dist/components/DrawingTool/components/Placeable/index.js +0 -22
- package/dist/components/DrawingTool/components/Placeable/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
- package/dist/components/DrawingTool/index.d.ts +0 -2
- package/dist/components/DrawingTool/lib/Sketch.d.ts +0 -90
- package/dist/components/DrawingTool/lib/Sketch.js +0 -411
- package/dist/components/DrawingTool/lib/Sketch.js.map +0 -1
- package/dist/components/DrawingTool/lib/SketchCut.d.ts +0 -22
- package/dist/components/DrawingTool/lib/SketchCut.js +0 -98
- package/dist/components/DrawingTool/lib/SketchCut.js.map +0 -1
- package/dist/components/DrawingTool/lib/SketchCutModel.d.ts +0 -6
- package/dist/components/DrawingTool/lib/SketchCutModel.js +0 -20
- package/dist/components/DrawingTool/lib/SketchCutModel.js.map +0 -1
- package/dist/components/DrawingTool/lib/SketchLayer.d.ts +0 -27
- package/dist/components/DrawingTool/lib/SketchLayer.js +0 -59
- package/dist/components/DrawingTool/lib/SketchLayer.js.map +0 -1
- package/dist/components/DrawingTool/lib/SketchModel.d.ts +0 -65
- package/dist/components/DrawingTool/lib/SketchModel.js +0 -137
- package/dist/components/DrawingTool/lib/SketchModel.js.map +0 -1
- package/dist/components/DrawingTool/lib/SketchStrokeModel.d.ts +0 -33
- package/dist/components/DrawingTool/lib/SketchStrokeModel.js +0 -48
- package/dist/components/DrawingTool/lib/SketchStrokeModel.js.map +0 -1
- package/dist/components/DrawingTool/lib/createInteractionSurface.d.ts +0 -16
- package/dist/components/DrawingTool/lib/createInteractionSurface.js +0 -56
- package/dist/components/DrawingTool/lib/createInteractionSurface.js.map +0 -1
- package/dist/components/DrawingTool/lib/trace.d.ts +0 -3
- package/dist/components/DrawingTool/lib/trace.js +0 -24
- package/dist/components/DrawingTool/lib/trace.js.map +0 -1
- package/dist/components/DrawingTool/lib/trimCanvas.d.ts +0 -2
- package/dist/components/DrawingTool/lib/trimCanvas.js +0 -42
- package/dist/components/DrawingTool/lib/trimCanvas.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,137 @@
|
|
|
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, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32;
|
|
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 SvgGames(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("style", null, ".games_svg__c{fill:#222c3f}.games_svg__d{fill:#1d1e28}.games_svg__e{fill:#4c6284}.games_svg__f{fill:#364760}.games_svg__g{fill:#00c1bc}.games_svg__h{fill:#0ff}.games_svg__i{fill:#94333a}.games_svg__j{fill:#b24352}"))), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
38
|
+
d: "M40.343 9.126s-11.546 2.309-23.349 18.73S-2.634 64.932 5.063 70.449s21.168-3.592 25.273-11.033a9.87 9.87 0 007.954 6.414c6.158.77 12.572-2.95 12.572-2.95l5.389 2.18s-1.54 12.7 11.161 13.471l5.26.256s1.924-.256 1.539 3.977-.77 23.606 11.674 26.685 18.6-17.191 21.681-26.813 18.474-40.026-1.154-48.75c0 0-6.286-2.822-11.675-2.181s-7.569 3.079-10.648 2.053-17.19-6.8-17.19-6.8a4.408 4.408 0 01-2.823-3.592c-.385-2.822-1.026-5.131-4.618-7.44S46.629 8.1 40.343 9.126z",
|
|
39
|
+
opacity: 0.3
|
|
40
|
+
})), _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
41
|
+
d: "M40.343 4.126s-11.546 2.309-23.349 18.73S-2.634 59.932 5.063 65.449s21.168-3.592 25.273-11.033a9.87 9.87 0 007.954 6.414c6.158.77 12.572-2.95 12.572-2.95l5.389 2.18s-1.54 12.7 11.161 13.471l5.26.256s1.924-.256 1.539 3.977-.77 23.606 11.674 26.685 18.6-17.191 21.681-26.813 18.474-40.026-1.154-48.75c0 0-6.286-2.822-11.675-2.181s-7.569 3.079-10.648 2.053-17.19-6.8-17.19-6.8a4.408 4.408 0 01-2.823-3.592c-.385-2.822-1.026-5.131-4.618-7.44S46.629 3.1 40.343 4.126z",
|
|
42
|
+
fill: "#333e59"
|
|
43
|
+
})), _path3 || (_path3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
44
|
+
className: "games_svg__c",
|
|
45
|
+
d: "M78.701 65.004a12.687 12.687 0 01-4.109 2.112c-6.158 1.925-12.444 0-15.266-2.822s-3.849-8.595-3.849-8.595-4.1-1.925-5.773-2.566-2.053-.128-2.053-.128a20.849 20.849 0 01-9.75 1.026c-5.9-.642-6.286-2.694-8.724-4.875s-2.565-.642-3.848 2.694-6.8 9.622-10.52 12.572a15.573 15.573 0 01-5.123 2.672c7.614.643 17.279-6.576 20.646-12.678a9.87 9.87 0 007.954 6.414c6.158.77 12.572-2.95 12.572-2.95l5.389 2.18s-1.54 12.7 11.161 13.471l5.26.256s1.924-.256 1.539 3.977a47.232 47.232 0 00.559 11.556 1.708 1.708 0 00.467-1.421c-.256-2.052 1.155-8.082.9-8.98a23.113 23.113 0 01.129-7.826 48.835 48.835 0 012.954-5.835c.309-.548.047-.691-.515-.254zM66.501 21.787a4.4 4.4 0 01-2.423-3.421c-.385-2.822-1.026-5.131-4.618-7.44a9.952 9.952 0 011.668 4.361c.123 2.13-.227 4.138 5.373 6.5z"
|
|
46
|
+
})), _path4 || (_path4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
47
|
+
className: "games_svg__d",
|
|
48
|
+
d: "M23.591 21.75s-.216 13.157 15.317 12.765c16.878-.425 15.034-13.9 15.034-13.9-.283-4.4-4.255-11.488-15.176-11.488-12.907.001-15.175 9.503-15.175 12.623z"
|
|
49
|
+
})), _path5 || (_path5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
50
|
+
className: "games_svg__e",
|
|
51
|
+
d: "M22.801 20.175s-.215 13.157 15.318 12.765c16.878-.425 15.034-13.9 15.034-13.9-.284-4.4-4.255-11.489-15.176-11.489-12.905.001-15.176 9.504-15.176 12.624z"
|
|
52
|
+
})), _path6 || (_path6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
53
|
+
className: "games_svg__d",
|
|
54
|
+
d: "M78.328 45.692s-.233 14.229 16.567 13.806c18.254-.461 16.26-15.034 16.26-15.034-.307-4.755-4.6-12.425-16.414-12.425-13.96 0-16.413 10.278-16.413 13.653z"
|
|
55
|
+
})), _path7 || (_path7 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
56
|
+
className: "games_svg__e",
|
|
57
|
+
d: "M77.54 44.117s-.233 14.229 16.567 13.8c18.255-.46 16.26-15.033 16.26-15.033-.306-4.755-4.6-12.425-16.413-12.425-13.96.008-16.414 10.283-16.414 13.658z"
|
|
58
|
+
})), _path8 || (_path8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
59
|
+
className: "games_svg__d",
|
|
60
|
+
d: "M29.173 43.455s-.162 9.88 11.5 9.586c12.676-.32 11.291-10.438 11.291-10.438-.213-3.3-3.2-8.628-11.4-8.628-9.687 0-11.391 7.136-11.391 9.48z"
|
|
61
|
+
})), _path9 || (_path9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
62
|
+
className: "games_svg__e",
|
|
63
|
+
d: "M28.385 42.667s-.161 9.88 11.5 9.586c12.675-.319 11.29-10.438 11.29-10.438-.213-3.3-3.2-8.628-11.4-8.628-9.686 0-11.39 7.137-11.39 9.48z"
|
|
64
|
+
})), _path10 || (_path10 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
65
|
+
className: "games_svg__f",
|
|
66
|
+
d: "M29.627 20.993s-.13 7.933 9.237 7.7c10.177-.256 9.066-8.381 9.066-8.381-.172-2.652-2.566-6.928-9.152-6.928-7.783-.003-9.151 5.727-9.151 7.609z"
|
|
67
|
+
})), _path11 || (_path11 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
68
|
+
className: "games_svg__g",
|
|
69
|
+
d: "M28.839 20.205s-.13 7.934 9.237 7.7c10.178-.257 9.066-8.382 9.066-8.382-.171-2.651-2.566-6.928-9.151-6.928-7.784-.002-9.152 5.729-9.152 7.61z"
|
|
70
|
+
})), _path12 || (_path12 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
71
|
+
className: "games_svg__h",
|
|
72
|
+
d: "M28.839 18.63s-.13 7.934 9.237 7.7c10.178-.256 9.066-8.381 9.066-8.381-.171-2.651-2.566-6.928-9.151-6.928-7.784-.003-9.152 5.727-9.152 7.609z"
|
|
73
|
+
})), _path13 || (_path13 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
74
|
+
className: "games_svg__f",
|
|
75
|
+
d: "M83.851 41.717s-.053 3.234 3.766 3.138c4.149-.1 3.7-3.417 3.7-3.417-.07-1.081-1.046-2.824-3.731-2.824-3.178 0-3.735 2.336-3.735 3.103zM95.401 39.237s-.053 3.234 3.766 3.138c4.149-.1 3.7-3.417 3.7-3.417-.07-1.081-1.046-2.825-3.731-2.825-3.182 0-3.735 2.334-3.735 3.104zM86.16 51.039s-.053 3.235 3.766 3.139c4.149-.1 3.7-3.418 3.7-3.418-.07-1.081-1.046-2.824-3.731-2.824-3.177 0-3.735 2.336-3.735 3.103zM97.701 48.559s-.053 3.235 3.766 3.138c4.149-.1 3.7-3.417 3.7-3.417-.07-1.081-1.046-2.824-3.731-2.824-3.172 0-3.735 2.336-3.735 3.103z"
|
|
76
|
+
})), _path14 || (_path14 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
77
|
+
className: "games_svg__g",
|
|
78
|
+
d: "M83.063 40.929s-.053 3.235 3.766 3.139c4.149-.1 3.7-3.418 3.7-3.418-.07-1.08-1.046-2.824-3.731-2.824-3.177 0-3.735 2.341-3.735 3.103z"
|
|
79
|
+
})), _path15 || (_path15 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
80
|
+
className: "games_svg__i",
|
|
81
|
+
d: "M94.609 38.449s-.053 3.235 3.766 3.138c4.149-.1 3.7-3.417 3.7-3.417-.07-1.081-1.046-2.824-3.731-2.824-3.177 0-3.735 2.336-3.735 3.103zM85.372 50.252s-.053 3.234 3.766 3.138c4.15-.1 3.7-3.417 3.7-3.417-.069-1.081-1.046-2.825-3.731-2.825-3.177 0-3.735 2.337-3.735 3.104z"
|
|
82
|
+
})), _path16 || (_path16 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
83
|
+
className: "games_svg__g",
|
|
84
|
+
d: "M96.918 47.772s-.053 3.234 3.766 3.138c4.15-.105 3.7-3.417 3.7-3.417-.069-1.081-1.046-2.825-3.731-2.825-3.177-.001-3.735 2.336-3.735 3.104z"
|
|
85
|
+
})), _path17 || (_path17 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
86
|
+
className: "games_svg__h",
|
|
87
|
+
d: "M83.063 39.354s-.053 3.235 3.766 3.138c4.149-.1 3.7-3.417 3.7-3.417-.07-1.081-1.046-2.824-3.731-2.824-3.177 0-3.735 2.336-3.735 3.103z"
|
|
88
|
+
})), _path18 || (_path18 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
89
|
+
className: "games_svg__j",
|
|
90
|
+
d: "M94.609 36.874s-.053 3.234 3.766 3.138c4.149-.1 3.7-3.417 3.7-3.417-.07-1.081-1.046-2.824-3.731-2.824-3.177-.004-3.735 2.336-3.735 3.103zM85.372 48.677s-.053 3.234 3.766 3.138c4.15-.105 3.7-3.417 3.7-3.417-.069-1.081-1.046-2.825-3.731-2.825-3.177 0-3.735 2.337-3.735 3.104z"
|
|
91
|
+
})), _path19 || (_path19 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
92
|
+
className: "games_svg__h",
|
|
93
|
+
d: "M96.918 46.196s-.053 3.235 3.766 3.139c4.15-.1 3.7-3.418 3.7-3.418-.069-1.08-1.046-2.824-3.731-2.824-3.177 0-3.735 2.336-3.735 3.103z"
|
|
94
|
+
})), _path20 || (_path20 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
95
|
+
className: "games_svg__f",
|
|
96
|
+
d: "M33.561 45.013s-.1 5.317 6.764 5.159c7.452-.172 6.638-5.617 6.638-5.617-.126-1.777-1.879-4.643-6.7-4.643-5.7 0-6.702 3.84-6.702 5.101z"
|
|
97
|
+
})), _path21 || (_path21 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
98
|
+
className: "games_svg__i",
|
|
99
|
+
d: "M32.774 43.438s-.1 5.317 6.763 5.158c7.452-.171 6.638-5.617 6.638-5.617-.125-1.776-1.879-4.642-6.7-4.642-5.7 0-6.701 3.84-6.701 5.101z"
|
|
100
|
+
})), _path22 || (_path22 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
101
|
+
className: "games_svg__i",
|
|
102
|
+
d: "M32.774 37.653h3.164v6.158h-3.164zM43.037 37.653h3.164v6.158h-3.164z"
|
|
103
|
+
})), _path23 || (_path23 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
104
|
+
className: "games_svg__j",
|
|
105
|
+
d: "M32.774 38.05s-.1 5.317 6.763 5.158c7.452-.172 6.638-5.617 6.638-5.617-.125-1.777-1.879-4.642-6.7-4.642-5.7 0-6.701 3.84-6.701 5.101z"
|
|
106
|
+
})), _path24 || (_path24 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
107
|
+
className: "games_svg__d",
|
|
108
|
+
d: "M58.321 56.441s-.162 10.23 11.507 9.925c12.68-.33 11.295-10.807 11.295-10.807-.213-3.419-3.2-8.933-11.4-8.933-9.698 0-11.402 7.389-11.402 9.815z"
|
|
109
|
+
})), _path25 || (_path25 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
110
|
+
className: "games_svg__e",
|
|
111
|
+
d: "M57.534 55.654s-.162 10.229 11.507 9.925c12.679-.331 11.294-10.812 11.294-10.812-.213-3.418-3.2-8.932-11.4-8.932-9.697.004-11.401 7.393-11.401 9.819z"
|
|
112
|
+
})), _path26 || (_path26 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
113
|
+
className: "games_svg__f",
|
|
114
|
+
d: "M62.711 57.999s-.1 5.5 6.765 5.341c7.455-.178 6.641-5.816 6.641-5.816-.126-1.839-1.88-4.806-6.7-4.806-5.704 0-6.706 3.976-6.706 5.281z"
|
|
115
|
+
})), _path27 || (_path27 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
116
|
+
className: "games_svg__i",
|
|
117
|
+
d: "M61.923 56.424s-.1 5.505 6.766 5.341c7.455-.178 6.64-5.816 6.64-5.816-.125-1.839-1.879-4.807-6.7-4.807-5.704 0-6.706 3.976-6.706 5.282z"
|
|
118
|
+
})), _path28 || (_path28 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
119
|
+
className: "games_svg__i",
|
|
120
|
+
d: "M61.923 50.434h3.166v6.376h-3.166zM72.19 50.434h3.166v6.376H72.19z"
|
|
121
|
+
})), _path29 || (_path29 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
122
|
+
className: "games_svg__j",
|
|
123
|
+
d: "M61.923 50.845s-.1 5.5 6.766 5.341c7.455-.178 6.64-5.815 6.64-5.815-.125-1.84-1.879-4.807-6.7-4.807-5.704.003-6.706 3.976-6.706 5.281z"
|
|
124
|
+
})), _path30 || (_path30 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
125
|
+
d: "M9.435 35.699a3.729 3.729 0 00-1.055 1.584q-1.251 2.565-2.357 5.2a61.534 61.534 0 00-2.4 6.644 19.817 19.817 0 00-1 6.1c.233 6.675 5.613 1.973 6.364-2.12a18.377 18.377 0 00.152-4.026c-.085-2.187-.276-4.374-.181-6.564a15.968 15.968 0 01.408-3.132 23.976 23.976 0 00.93-3.1c.032-.31-.04-.715-.346-.771a.584.584 0 00-.4.108c-.032.02-.074.045-.115.077z",
|
|
126
|
+
fill: "#3e4c66"
|
|
127
|
+
})), _path31 || (_path31 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
128
|
+
className: "games_svg__c",
|
|
129
|
+
d: "M107.566 77.636c1.41-4.4 5.4-13.161 7.427-22.2-.614 1.027-1.081 2.167-1.685 3.183a49.754 49.754 0 01-3.721 5.123 34.8 34.8 0 00-4.023 5.976c-2.031 4.124-2.432 8.832-2.8 13.415l-.748 9.337a112.545 112.545 0 005.55-14.834z"
|
|
130
|
+
})), _path32 || (_path32 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
131
|
+
fill: "none",
|
|
132
|
+
d: "M0 0h120v120H0z"
|
|
133
|
+
})));
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
module.exports = SvgGames;
|
|
137
|
+
//# sourceMappingURL=games.svg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"games.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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|