@bigbinary/neeto-icons 1.20.11 → 1.20.13
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/cjs/icons/Assign.js +71 -0
- package/dist/cjs/icons/Assign.js.map +1 -0
- package/dist/cjs/icons/Browser.js +73 -0
- package/dist/cjs/icons/Browser.js.map +1 -0
- package/dist/cjs/icons/Concat.js +68 -0
- package/dist/cjs/icons/Concat.js.map +1 -0
- package/dist/cjs/icons/Divide.js +75 -0
- package/dist/cjs/icons/Divide.js.map +1 -0
- package/dist/cjs/icons/Equals.js +59 -0
- package/dist/cjs/icons/Equals.js.map +1 -0
- package/dist/cjs/icons/Os.js +141 -0
- package/dist/cjs/icons/Os.js.map +1 -0
- package/dist/cjs/icons/Prepend.js +68 -0
- package/dist/cjs/icons/Prepend.js.map +1 -0
- package/dist/cjs/icons/index.js +56 -0
- package/dist/cjs/icons/index.js.map +1 -1
- package/dist/icons/Assign.js +61 -0
- package/dist/icons/Assign.js.map +1 -0
- package/dist/icons/Browser.js +63 -0
- package/dist/icons/Browser.js.map +1 -0
- package/dist/icons/Concat.js +58 -0
- package/dist/icons/Concat.js.map +1 -0
- package/dist/icons/Divide.js +65 -0
- package/dist/icons/Divide.js.map +1 -0
- package/dist/icons/Equals.js +49 -0
- package/dist/icons/Equals.js.map +1 -0
- package/dist/icons/Os.js +131 -0
- package/dist/icons/Os.js.map +1 -0
- package/dist/icons/Prepend.js +58 -0
- package/dist/icons/Prepend.js.map +1 -0
- package/dist/icons/index.js +8 -1
- package/dist/icons/index.js.map +1 -1
- package/icons.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var Assign = function Assign(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#Assign_js__clip0_6884_75)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
d: "M18 20V19C18 17.9391 17.5786 16.9217 16.8284 16.1716C16.0783 15.4214 15.0609 15 14 15H6C4.93913 15 3.92172 15.4214 3.17157 16.1716C2.42143 16.9217 2 17.9391 2 19V20",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: strokeWidth,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
43
|
+
d: "M10 11C12.2091 11 14 9.20914 14 7C14 4.79086 12.2091 3 10 3C7.79086 3 6 4.79086 6 7C6 9.20914 7.79086 11 10 11Z",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: strokeWidth,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
49
|
+
d: "M21 11L17 11",
|
|
50
|
+
stroke: color,
|
|
51
|
+
strokeWidth: strokeWidth,
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round"
|
|
54
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
+
d: "M19 13L19 9.00001",
|
|
56
|
+
stroke: color,
|
|
57
|
+
strokeWidth: strokeWidth,
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round"
|
|
60
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
61
|
+
id: "Assign_js__clip0_6884_75"
|
|
62
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
63
|
+
width: 24,
|
|
64
|
+
height: 24,
|
|
65
|
+
fill: color
|
|
66
|
+
}))));
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
var _default = Assign;
|
|
70
|
+
exports.default = _default;
|
|
71
|
+
//# sourceMappingURL=Assign.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/Assign.js"],"names":["Assign","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,MAAM,GAAG,SAATA,MAAS,OAKT;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAC,sKADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,iHADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,cADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,eAsBE;AACE,IAAA,CAAC,EAAC,mBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,CADF,eA+BE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CA/BF,CADF;AAuCD,CA7CD;;eA8CeF,M","sourcesContent":["import React from \"react\";\nconst Assign = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#Assign_js__clip0_6884_75)\">\n <path\n d=\"M18 20V19C18 17.9391 17.5786 16.9217 16.8284 16.1716C16.0783 15.4214 15.0609 15 14 15H6C4.93913 15 3.92172 15.4214 3.17157 16.1716C2.42143 16.9217 2 17.9391 2 19V20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M10 11C12.2091 11 14 9.20914 14 7C14 4.79086 12.2091 3 10 3C7.79086 3 6 4.79086 6 7C6 9.20914 7.79086 11 10 11Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M21 11L17 11\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19 13L19 9.00001\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"Assign_js__clip0_6884_75\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Assign;\n"],"file":"Assign.js"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var Browser = function Browser(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#Browser_js__clip0_6742_178)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
d: "M20 12C20 7.02944 15.9706 3 11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C12.8828 21 14.6306 20.4219 16.0754 19.4334",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: strokeWidth,
|
|
40
|
+
strokeLinecap: "round"
|
|
41
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
42
|
+
d: "M2.513 9H19.381",
|
|
43
|
+
stroke: color,
|
|
44
|
+
strokeWidth: strokeWidth,
|
|
45
|
+
strokeLinecap: "round",
|
|
46
|
+
strokeLinejoin: "round"
|
|
47
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
48
|
+
d: "M3 15H10",
|
|
49
|
+
stroke: color,
|
|
50
|
+
strokeWidth: strokeWidth,
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
54
|
+
d: "M15 12C15.0076 9.20626 14.2587 6.46257 12.833 4.06001C12.6476 3.73789 12.3806 3.47032 12.0589 3.28427C11.7372 3.09822 11.3721 3.00026 11.0005 3.00026C10.6288 3.00026 10.2638 3.09822 9.94206 3.28427C9.62034 3.47032 9.35335 3.73789 9.16799 4.06001C7.74895 6.46561 7.00049 9.20755 7.00049 12.0005C7.00049 14.7935 7.74895 17.5354 9.16799 19.941C9.35419 20.2625 9.62143 20.5296 9.94306 20.7156C10.2647 20.9016 10.6285 20.999 11 21",
|
|
55
|
+
stroke: color,
|
|
56
|
+
strokeWidth: strokeWidth,
|
|
57
|
+
strokeLinecap: "round",
|
|
58
|
+
strokeLinejoin: "round"
|
|
59
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
60
|
+
d: "M12.8523 16.4575C12.6321 16.4575 12.5167 16.3527 12.451 16.1219L12.103 14.9128C12.0781 14.8257 12.0657 14.7725 12.0657 14.7103C12.0657 14.5541 12.1935 14.4422 12.3693 14.4422C12.5256 14.4422 12.6321 14.5417 12.6658 14.7121L12.9055 15.8485H12.918L13.163 14.7316C13.2003 14.5434 13.3246 14.4422 13.5146 14.4422C13.7028 14.4422 13.8271 14.5434 13.8661 14.7334L14.1129 15.8485H14.1254L14.3651 14.7068C14.397 14.5417 14.5018 14.4422 14.658 14.4422C14.8303 14.4422 14.9528 14.5523 14.9528 14.7068C14.9528 14.7672 14.9403 14.8204 14.9173 14.9056L14.5692 16.1184C14.5018 16.3527 14.3846 16.4575 14.1591 16.4575C13.9229 16.4575 13.8004 16.3545 13.7472 16.1166L13.5075 15.1152H13.495L13.2571 16.1219C13.2056 16.3563 13.0831 16.4575 12.8523 16.4575ZM16.1616 16.4575C15.9415 16.4575 15.8261 16.3527 15.7604 16.1219L15.4124 14.9128C15.3875 14.8257 15.3751 14.7725 15.3751 14.7103C15.3751 14.5541 15.5029 14.4422 15.6787 14.4422C15.8349 14.4422 15.9415 14.5417 15.9752 14.7121L16.2149 15.8485H16.2273L16.4724 14.7316C16.5097 14.5434 16.6339 14.4422 16.8239 14.4422C17.0121 14.4422 17.1364 14.5434 17.1755 14.7334L17.4223 15.8485H17.4347L17.6744 14.7068C17.7064 14.5417 17.8112 14.4422 17.9674 14.4422C18.1396 14.4422 18.2621 14.5523 18.2621 14.7068C18.2621 14.7672 18.2497 14.8204 18.2266 14.9056L17.8786 16.1184C17.8112 16.3527 17.694 16.4575 17.4685 16.4575C17.2323 16.4575 17.1098 16.3545 17.0565 16.1166L16.8168 15.1152H16.8044L16.5665 16.1219C16.515 16.3563 16.3925 16.4575 16.1616 16.4575ZM19.471 16.4575C19.2509 16.4575 19.1354 16.3527 19.0697 16.1219L18.7217 14.9128C18.6969 14.8257 18.6844 14.7725 18.6844 14.7103C18.6844 14.5541 18.8123 14.4422 18.9881 14.4422C19.1443 14.4422 19.2509 14.5417 19.2846 14.7121L19.5243 15.8485H19.5367L19.7817 14.7316C19.819 14.5434 19.9433 14.4422 20.1333 14.4422C20.3215 14.4422 20.4458 14.5434 20.4849 14.7334L20.7317 15.8485H20.7441L20.9838 14.7068C21.0158 14.5417 21.1205 14.4422 21.2768 14.4422C21.449 14.4422 21.5715 14.5523 21.5715 14.7068C21.5715 14.7672 21.5591 14.8204 21.536 14.9056L21.188 16.1184C21.1205 16.3527 21.0033 16.4575 20.7778 16.4575C20.5417 16.4575 20.4192 16.3545 20.3659 16.1166L20.1262 15.1152H20.1138L19.8759 16.1219C19.8244 16.3563 19.7018 16.4575 19.471 16.4575Z",
|
|
61
|
+
fill: color
|
|
62
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
63
|
+
id: "Browser_js__clip0_6742_178"
|
|
64
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
65
|
+
width: 24,
|
|
66
|
+
height: 24,
|
|
67
|
+
fill: color
|
|
68
|
+
}))));
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
var _default = Browser;
|
|
72
|
+
exports.default = _default;
|
|
73
|
+
//# sourceMappingURL=Browser.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/Browser.js"],"names":["Browser","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,OAAO,GAAG,SAAVA,OAAU,OAKV;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAC,iIADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IADF,eAOE;AACE,IAAA,CAAC,EAAC,iBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAPF,eAcE;AACE,IAAA,CAAC,EAAC,UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAdF,eAqBE;AACE,IAAA,CAAC,EAAC,2aADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IArBF,eA4BE;AACE,IAAA,CAAC,EAAC,8qEADJ;AAEE,IAAA,IAAI,EAAED;AAFR,IA5BF,CADF,eAkCE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAEA;AAAnC,IADF,CADF,CAlCF,CADF;AA0CD,CAhDD;;eAiDeF,O","sourcesContent":["import React from \"react\";\nconst Browser = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#Browser_js__clip0_6742_178)\">\n <path\n d=\"M20 12C20 7.02944 15.9706 3 11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C12.8828 21 14.6306 20.4219 16.0754 19.4334\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M2.513 9H19.381\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3 15H10\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15 12C15.0076 9.20626 14.2587 6.46257 12.833 4.06001C12.6476 3.73789 12.3806 3.47032 12.0589 3.28427C11.7372 3.09822 11.3721 3.00026 11.0005 3.00026C10.6288 3.00026 10.2638 3.09822 9.94206 3.28427C9.62034 3.47032 9.35335 3.73789 9.16799 4.06001C7.74895 6.46561 7.00049 9.20755 7.00049 12.0005C7.00049 14.7935 7.74895 17.5354 9.16799 19.941C9.35419 20.2625 9.62143 20.5296 9.94306 20.7156C10.2647 20.9016 10.6285 20.999 11 21\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.8523 16.4575C12.6321 16.4575 12.5167 16.3527 12.451 16.1219L12.103 14.9128C12.0781 14.8257 12.0657 14.7725 12.0657 14.7103C12.0657 14.5541 12.1935 14.4422 12.3693 14.4422C12.5256 14.4422 12.6321 14.5417 12.6658 14.7121L12.9055 15.8485H12.918L13.163 14.7316C13.2003 14.5434 13.3246 14.4422 13.5146 14.4422C13.7028 14.4422 13.8271 14.5434 13.8661 14.7334L14.1129 15.8485H14.1254L14.3651 14.7068C14.397 14.5417 14.5018 14.4422 14.658 14.4422C14.8303 14.4422 14.9528 14.5523 14.9528 14.7068C14.9528 14.7672 14.9403 14.8204 14.9173 14.9056L14.5692 16.1184C14.5018 16.3527 14.3846 16.4575 14.1591 16.4575C13.9229 16.4575 13.8004 16.3545 13.7472 16.1166L13.5075 15.1152H13.495L13.2571 16.1219C13.2056 16.3563 13.0831 16.4575 12.8523 16.4575ZM16.1616 16.4575C15.9415 16.4575 15.8261 16.3527 15.7604 16.1219L15.4124 14.9128C15.3875 14.8257 15.3751 14.7725 15.3751 14.7103C15.3751 14.5541 15.5029 14.4422 15.6787 14.4422C15.8349 14.4422 15.9415 14.5417 15.9752 14.7121L16.2149 15.8485H16.2273L16.4724 14.7316C16.5097 14.5434 16.6339 14.4422 16.8239 14.4422C17.0121 14.4422 17.1364 14.5434 17.1755 14.7334L17.4223 15.8485H17.4347L17.6744 14.7068C17.7064 14.5417 17.8112 14.4422 17.9674 14.4422C18.1396 14.4422 18.2621 14.5523 18.2621 14.7068C18.2621 14.7672 18.2497 14.8204 18.2266 14.9056L17.8786 16.1184C17.8112 16.3527 17.694 16.4575 17.4685 16.4575C17.2323 16.4575 17.1098 16.3545 17.0565 16.1166L16.8168 15.1152H16.8044L16.5665 16.1219C16.515 16.3563 16.3925 16.4575 16.1616 16.4575ZM19.471 16.4575C19.2509 16.4575 19.1354 16.3527 19.0697 16.1219L18.7217 14.9128C18.6969 14.8257 18.6844 14.7725 18.6844 14.7103C18.6844 14.5541 18.8123 14.4422 18.9881 14.4422C19.1443 14.4422 19.2509 14.5417 19.2846 14.7121L19.5243 15.8485H19.5367L19.7817 14.7316C19.819 14.5434 19.9433 14.4422 20.1333 14.4422C20.3215 14.4422 20.4458 14.5434 20.4849 14.7334L20.7317 15.8485H20.7441L20.9838 14.7068C21.0158 14.5417 21.1205 14.4422 21.2768 14.4422C21.449 14.4422 21.5715 14.5523 21.5715 14.7068C21.5715 14.7672 21.5591 14.8204 21.536 14.9056L21.188 16.1184C21.1205 16.3527 21.0033 16.4575 20.7778 16.4575C20.5417 16.4575 20.4192 16.3545 20.3659 16.1166L20.1262 15.1152H20.1138L19.8759 16.1219C19.8244 16.3563 19.7018 16.4575 19.471 16.4575Z\"\n fill={color}\n />\n </g>\n <defs>\n <clipPath id=\"Browser_js__clip0_6742_178\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Browser;\n"],"file":"Browser.js"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var Concat = function Concat(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#Concat_js__clip0_6904_65)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
d: "M5 5H19",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: strokeWidth,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
43
|
+
d: "M5 11H19",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: strokeWidth,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
49
|
+
d: "M5 17L12 17",
|
|
50
|
+
stroke: color,
|
|
51
|
+
strokeWidth: strokeWidth,
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round"
|
|
54
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
+
d: "M14.8944 16.5528L19.2764 14.3618C19.6088 14.1956 20 14.4373 20 14.809V19.191C20 19.5627 19.6088 19.8044 19.2764 19.6382L14.8944 17.4472C14.5259 17.263 14.5259 16.737 14.8944 16.5528Z",
|
|
56
|
+
fill: color
|
|
57
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
58
|
+
id: "Concat_js__clip0_6904_65"
|
|
59
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
60
|
+
width: 24,
|
|
61
|
+
height: 24,
|
|
62
|
+
fill: color
|
|
63
|
+
}))));
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
var _default = Concat;
|
|
67
|
+
exports.default = _default;
|
|
68
|
+
//# sourceMappingURL=Concat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/Concat.js"],"names":["Concat","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,MAAM,GAAG,SAATA,MAAS,OAKT;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAC,SADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,aADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,eAsBE;AACE,IAAA,CAAC,EAAC,wLADJ;AAEE,IAAA,IAAI,EAAED;AAFR,IAtBF,CADF,eA4BE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAEA;AAAnC,IADF,CADF,CA5BF,CADF;AAoCD,CA1CD;;eA2CeF,M","sourcesContent":["import React from \"react\";\nconst Concat = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#Concat_js__clip0_6904_65)\">\n <path\n d=\"M5 5H19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 11H19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 17L12 17\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.8944 16.5528L19.2764 14.3618C19.6088 14.1956 20 14.4373 20 14.809V19.191C20 19.5627 19.6088 19.8044 19.2764 19.6382L14.8944 17.4472C14.5259 17.263 14.5259 16.737 14.8944 16.5528Z\"\n fill={color}\n />\n </g>\n <defs>\n <clipPath id=\"Concat_js__clip0_6904_65\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Concat;\n"],"file":"Concat.js"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var Divide = function Divide(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#Divide_js__clip0_6884_74)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
37
|
+
clipPath: "url(#Divide_js__clip1_6884_74)"
|
|
38
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
39
|
+
d: "M12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7Z",
|
|
40
|
+
fill: color,
|
|
41
|
+
stroke: color,
|
|
42
|
+
strokeWidth: strokeWidth,
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round"
|
|
45
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
46
|
+
d: "M12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19Z",
|
|
47
|
+
fill: color,
|
|
48
|
+
stroke: color,
|
|
49
|
+
strokeWidth: strokeWidth,
|
|
50
|
+
strokeLinecap: "round",
|
|
51
|
+
strokeLinejoin: "round"
|
|
52
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
53
|
+
d: "M5 12H19",
|
|
54
|
+
stroke: color,
|
|
55
|
+
strokeWidth: strokeWidth,
|
|
56
|
+
strokeLinecap: "round",
|
|
57
|
+
strokeLinejoin: "round"
|
|
58
|
+
}))), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
59
|
+
id: "Divide_js__clip0_6884_74"
|
|
60
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
61
|
+
width: 24,
|
|
62
|
+
height: 24,
|
|
63
|
+
fill: color
|
|
64
|
+
})), /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
65
|
+
id: "Divide_js__clip1_6884_74"
|
|
66
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
67
|
+
width: 24,
|
|
68
|
+
height: 24,
|
|
69
|
+
fill: color
|
|
70
|
+
}))));
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
var _default = Divide;
|
|
74
|
+
exports.default = _default;
|
|
75
|
+
//# sourceMappingURL=Divide.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/Divide.js"],"names":["Divide","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,MAAM,GAAG,SAATA,MAAS,OAKT;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAC,gHADJ;AAEE,IAAA,IAAI,EAAEF,KAFR;AAGE,IAAA,MAAM,EAAEA,KAHV;AAIE,IAAA,WAAW,EAAEC,WAJf;AAKE,IAAA,aAAa,EAAC,OALhB;AAME,IAAA,cAAc,EAAC;AANjB,IADF,eASE;AACE,IAAA,CAAC,EAAC,yHADJ;AAEE,IAAA,IAAI,EAAED,KAFR;AAGE,IAAA,MAAM,EAAEA,KAHV;AAIE,IAAA,WAAW,EAAEC,WAJf;AAKE,IAAA,aAAa,EAAC,OALhB;AAME,IAAA,cAAc,EAAC;AANjB,IATF,eAiBE;AACE,IAAA,CAAC,EAAC,UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAjBF,CADF,CADF,eA4BE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,eAIE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAEA;AAAnC,IADF,CAJF,CA5BF,CADF;AAuCD,CA7CD;;eA8CeF,M","sourcesContent":["import React from \"react\";\nconst Divide = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#Divide_js__clip0_6884_74)\">\n <g clipPath=\"url(#Divide_js__clip1_6884_74)\">\n <path\n d=\"M12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7Z\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19Z\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 12H19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n </g>\n <defs>\n <clipPath id=\"Divide_js__clip0_6884_74\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n <clipPath id=\"Divide_js__clip1_6884_74\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Divide;\n"],"file":"Divide.js"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var Equals = function Equals(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#Equals_js__clip0_6904_67)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
d: "M5 9H19",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: strokeWidth,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
43
|
+
d: "M5 15H19",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: strokeWidth,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
49
|
+
id: "Equals_js__clip0_6904_67"
|
|
50
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
51
|
+
width: 24,
|
|
52
|
+
height: 24,
|
|
53
|
+
fill: color
|
|
54
|
+
}))));
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
var _default = Equals;
|
|
58
|
+
exports.default = _default;
|
|
59
|
+
//# sourceMappingURL=Equals.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/Equals.js"],"names":["Equals","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,MAAM,GAAG,SAATA,MAAS,OAKT;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAC,SADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,CADF,eAiBE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAjBF,CADF;AAyBD,CA/BD;;eAgCeF,M","sourcesContent":["import React from \"react\";\nconst Equals = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#Equals_js__clip0_6904_67)\">\n <path\n d=\"M5 9H19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 15H19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"Equals_js__clip0_6904_67\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Equals;\n"],"file":"Equals.js"}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var Os = function Os(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#Os_js__clip0_6742_179)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
37
|
+
x: 5.75,
|
|
38
|
+
y: 5.75,
|
|
39
|
+
width: 12.5,
|
|
40
|
+
height: 12.5,
|
|
41
|
+
rx: 1.25,
|
|
42
|
+
stroke: color,
|
|
43
|
+
strokeWidth: strokeWidth
|
|
44
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
45
|
+
d: "M8 5V3",
|
|
46
|
+
stroke: color,
|
|
47
|
+
strokeWidth: strokeWidth,
|
|
48
|
+
strokeLinecap: "round"
|
|
49
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
50
|
+
d: "M11 5V3",
|
|
51
|
+
stroke: color,
|
|
52
|
+
strokeWidth: strokeWidth,
|
|
53
|
+
strokeLinecap: "round"
|
|
54
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
+
d: "M14 5V3",
|
|
56
|
+
stroke: color,
|
|
57
|
+
strokeWidth: strokeWidth,
|
|
58
|
+
strokeLinecap: "round"
|
|
59
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
60
|
+
d: "M17 5V3",
|
|
61
|
+
stroke: color,
|
|
62
|
+
strokeWidth: strokeWidth,
|
|
63
|
+
strokeLinecap: "round"
|
|
64
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
65
|
+
d: "M8 21V19",
|
|
66
|
+
stroke: color,
|
|
67
|
+
strokeWidth: strokeWidth,
|
|
68
|
+
strokeLinecap: "round"
|
|
69
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
70
|
+
d: "M11 21V19",
|
|
71
|
+
stroke: color,
|
|
72
|
+
strokeWidth: strokeWidth,
|
|
73
|
+
strokeLinecap: "round"
|
|
74
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
75
|
+
d: "M14 21V19",
|
|
76
|
+
stroke: color,
|
|
77
|
+
strokeWidth: strokeWidth,
|
|
78
|
+
strokeLinecap: "round"
|
|
79
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
80
|
+
d: "M17 21V19",
|
|
81
|
+
stroke: color,
|
|
82
|
+
strokeWidth: strokeWidth,
|
|
83
|
+
strokeLinecap: "round"
|
|
84
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
85
|
+
d: "M5 16L3 16",
|
|
86
|
+
stroke: color,
|
|
87
|
+
strokeWidth: strokeWidth,
|
|
88
|
+
strokeLinecap: "round"
|
|
89
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
90
|
+
d: "M5 13.3333L3 13.3333",
|
|
91
|
+
stroke: color,
|
|
92
|
+
strokeWidth: strokeWidth,
|
|
93
|
+
strokeLinecap: "round"
|
|
94
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
95
|
+
d: "M5 10.6667L3 10.6667",
|
|
96
|
+
stroke: color,
|
|
97
|
+
strokeWidth: strokeWidth,
|
|
98
|
+
strokeLinecap: "round"
|
|
99
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
100
|
+
d: "M5 8L3 8",
|
|
101
|
+
stroke: color,
|
|
102
|
+
strokeWidth: strokeWidth,
|
|
103
|
+
strokeLinecap: "round"
|
|
104
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
105
|
+
d: "M19 16L21 16",
|
|
106
|
+
stroke: color,
|
|
107
|
+
strokeWidth: strokeWidth,
|
|
108
|
+
strokeLinecap: "round"
|
|
109
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
110
|
+
d: "M19 13.3333L21 13.3333",
|
|
111
|
+
stroke: color,
|
|
112
|
+
strokeWidth: strokeWidth,
|
|
113
|
+
strokeLinecap: "round"
|
|
114
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
115
|
+
d: "M19 10.6667L21 10.6667",
|
|
116
|
+
stroke: color,
|
|
117
|
+
strokeWidth: strokeWidth,
|
|
118
|
+
strokeLinecap: "round"
|
|
119
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
120
|
+
d: "M19 8L21 8",
|
|
121
|
+
stroke: color,
|
|
122
|
+
strokeWidth: strokeWidth,
|
|
123
|
+
strokeLinecap: "round"
|
|
124
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
125
|
+
d: "M10.0009 14.3444C8.66774 14.3444 7.83069 13.4739 7.83069 12.0737C7.83069 10.6736 8.67079 9.8 10.0009 9.8C11.3311 9.8 12.1681 10.6736 12.1681 12.0737C12.1681 13.4739 11.3311 14.3444 10.0009 14.3444ZM10.0009 13.4374C10.6249 13.4374 11.0328 12.9078 11.0328 12.0737C11.0328 11.2367 10.6249 10.7071 10.0009 10.7071C9.37695 10.7071 8.96908 11.2367 8.96908 12.0737C8.96908 12.9078 9.37391 13.4374 10.0009 13.4374Z",
|
|
126
|
+
fill: color
|
|
127
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
128
|
+
d: "M14.3461 14.3444C13.3934 14.3444 12.8181 13.9853 12.6354 13.5317C12.5959 13.4404 12.5776 13.3461 12.5776 13.2548C12.5776 12.9747 12.7785 12.786 13.0616 12.786C13.2777 12.786 13.4238 12.8621 13.5668 13.0813C13.716 13.3552 14.0112 13.4709 14.3643 13.4709C14.7996 13.4709 15.0827 13.2761 15.0827 13.0082C15.0827 12.7647 14.897 12.6399 14.3765 12.5395L13.923 12.4542C13.0494 12.2899 12.5928 11.8607 12.5928 11.191C12.5928 10.3448 13.3264 9.8 14.3369 9.8C15.177 9.8 15.7919 10.1226 16.005 10.6797C16.0354 10.7558 16.0506 10.8288 16.0506 10.9201C16.0506 11.1789 15.8619 11.3524 15.5819 11.3554C15.3384 11.3554 15.1862 11.2671 15.0553 11.0541C14.9122 10.7801 14.6687 10.6736 14.3461 10.6736C13.9412 10.6736 13.7038 10.8562 13.7038 11.1149C13.7038 11.3463 13.9017 11.4741 14.3796 11.5654L14.83 11.6507C15.7675 11.8302 16.1937 12.2107 16.1937 12.9017C16.1937 13.7844 15.5027 14.3444 14.3461 14.3444Z",
|
|
129
|
+
fill: color
|
|
130
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
131
|
+
id: "Os_js__clip0_6742_179"
|
|
132
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
133
|
+
width: 24,
|
|
134
|
+
height: 24,
|
|
135
|
+
fill: color
|
|
136
|
+
}))));
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
var _default = Os;
|
|
140
|
+
exports.default = _default;
|
|
141
|
+
//# sourceMappingURL=Os.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/Os.js"],"names":["Os","size","color","strokeWidth","props"],"mappings":"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","sourcesContent":["import React from \"react\";\nconst Os = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#Os_js__clip0_6742_179)\">\n <rect\n x={5.75}\n y={5.75}\n width={12.5}\n height={12.5}\n rx={1.25}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M8 5V3\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M11 5V3\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M14 5V3\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M17 5V3\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M8 21V19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M11 21V19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M14 21V19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M17 21V19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M5 16L3 16\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M5 13.3333L3 13.3333\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M5 10.6667L3 10.6667\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M5 8L3 8\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M19 16L21 16\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M19 13.3333L21 13.3333\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M19 10.6667L21 10.6667\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M19 8L21 8\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M10.0009 14.3444C8.66774 14.3444 7.83069 13.4739 7.83069 12.0737C7.83069 10.6736 8.67079 9.8 10.0009 9.8C11.3311 9.8 12.1681 10.6736 12.1681 12.0737C12.1681 13.4739 11.3311 14.3444 10.0009 14.3444ZM10.0009 13.4374C10.6249 13.4374 11.0328 12.9078 11.0328 12.0737C11.0328 11.2367 10.6249 10.7071 10.0009 10.7071C9.37695 10.7071 8.96908 11.2367 8.96908 12.0737C8.96908 12.9078 9.37391 13.4374 10.0009 13.4374Z\"\n fill={color}\n />\n <path\n d=\"M14.3461 14.3444C13.3934 14.3444 12.8181 13.9853 12.6354 13.5317C12.5959 13.4404 12.5776 13.3461 12.5776 13.2548C12.5776 12.9747 12.7785 12.786 13.0616 12.786C13.2777 12.786 13.4238 12.8621 13.5668 13.0813C13.716 13.3552 14.0112 13.4709 14.3643 13.4709C14.7996 13.4709 15.0827 13.2761 15.0827 13.0082C15.0827 12.7647 14.897 12.6399 14.3765 12.5395L13.923 12.4542C13.0494 12.2899 12.5928 11.8607 12.5928 11.191C12.5928 10.3448 13.3264 9.8 14.3369 9.8C15.177 9.8 15.7919 10.1226 16.005 10.6797C16.0354 10.7558 16.0506 10.8288 16.0506 10.9201C16.0506 11.1789 15.8619 11.3524 15.5819 11.3554C15.3384 11.3554 15.1862 11.2671 15.0553 11.0541C14.9122 10.7801 14.6687 10.6736 14.3461 10.6736C13.9412 10.6736 13.7038 10.8562 13.7038 11.1149C13.7038 11.3463 13.9017 11.4741 14.3796 11.5654L14.83 11.6507C15.7675 11.8302 16.1937 12.2107 16.1937 12.9017C16.1937 13.7844 15.5027 14.3444 14.3461 14.3444Z\"\n fill={color}\n />\n </g>\n <defs>\n <clipPath id=\"Os_js__clip0_6742_179\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Os;\n"],"file":"Os.js"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var Prepend = function Prepend(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#Prepend_js__clip0_6904_66)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
d: "M5 5H19",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: strokeWidth,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
43
|
+
d: "M5 11H19",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: strokeWidth,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
49
|
+
d: "M12 17L19 17",
|
|
50
|
+
stroke: color,
|
|
51
|
+
strokeWidth: strokeWidth,
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round"
|
|
54
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
+
d: "M9.10557 16.5528L4.72361 14.3618C4.39116 14.1956 4 14.4373 4 14.809V19.191C4 19.5627 4.39116 19.8044 4.72361 19.6382L9.10557 17.4472C9.4741 17.263 9.4741 16.737 9.10557 16.5528Z",
|
|
56
|
+
fill: color
|
|
57
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
58
|
+
id: "Prepend_js__clip0_6904_66"
|
|
59
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
60
|
+
width: 24,
|
|
61
|
+
height: 24,
|
|
62
|
+
fill: color
|
|
63
|
+
}))));
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
var _default = Prepend;
|
|
67
|
+
exports.default = _default;
|
|
68
|
+
//# sourceMappingURL=Prepend.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/Prepend.js"],"names":["Prepend","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,OAAO,GAAG,SAAVA,OAAU,OAKV;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAC,SADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,cADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,eAsBE;AACE,IAAA,CAAC,EAAC,mLADJ;AAEE,IAAA,IAAI,EAAED;AAFR,IAtBF,CADF,eA4BE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAEA;AAAnC,IADF,CADF,CA5BF,CADF;AAoCD,CA1CD;;eA2CeF,O","sourcesContent":["import React from \"react\";\nconst Prepend = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#Prepend_js__clip0_6904_66)\">\n <path\n d=\"M5 5H19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 11H19\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 17L19 17\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9.10557 16.5528L4.72361 14.3618C4.39116 14.1956 4 14.4373 4 14.809V19.191C4 19.5627 4.39116 19.8044 4.72361 19.6382L9.10557 17.4472C9.4741 17.263 9.4741 16.737 9.10557 16.5528Z\"\n fill={color}\n />\n </g>\n <defs>\n <clipPath id=\"Prepend_js__clip0_6904_66\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Prepend;\n"],"file":"Prepend.js"}
|