@scaleflex/icons
Version:
SVG icons as React components
37 lines • 3.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size"];
import React from 'react';
import { intrinsicComponent } from './utils/functions';
export var NoKeys2 = intrinsicComponent(function (_ref, ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "NoKeys2",
ref: ref,
width: size,
height: size,
viewBox: "0 0 150 60",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M45.7328 49.5797C45.7614 49.2066 45.9281 48.8479 46.2016 48.5803L69.8315 24.9504C68.9019 22.7603 68.4111 20.3885 68.4111 17.9373C68.4111 13.1471 70.2795 8.63994 73.6612 5.24986C77.0477 1.86651 81.5517 0 86.3447 0C91.14 0 95.6362 1.86715 99.0282 5.2526C106.027 12.2473 106.028 23.6243 99.0292 30.6183C95.6375 34.0109 91.1398 35.8793 86.347 35.8793C83.8952 35.8793 81.5294 35.3846 79.334 34.4537L71.5711 42.2224C71.2482 42.5414 70.8223 42.7107 70.3627 42.6957L66.1322 42.5473L66.2703 46.7883C66.2834 47.2357 66.1219 47.671 65.7977 47.9896C65.4853 48.3079 65.0463 48.4809 64.6008 48.4628L60.3548 48.3178L60.5072 52.5542C60.5204 53.0019 60.3485 53.4382 60.036 53.7567C59.7131 54.075 59.3369 54.2461 58.8276 54.2306L54.5921 54.0866L54.734 58.3236C54.7588 58.7935 54.5609 59.2455 54.2249 59.5663C53.915 59.8482 53.5283 60 53.1207 60C53.0622 60 53.0022 59.9975 52.9424 59.9922L46.4475 59.271C45.5698 59.1752 44.9307 58.392 45.006 57.5124L45.7328 49.5797ZM88.5112 15.7715C90.5061 17.7643 93.7314 17.7643 95.7221 15.7715C97.7158 13.778 97.7158 10.5534 95.7221 8.56183C93.7314 6.57027 90.5072 6.56838 88.5112 8.5612C86.5203 10.5526 86.5215 13.7793 88.5112 15.7715ZM51.2769 50.1207C51.514 50.3578 51.8317 50.4761 52.1403 50.4761C52.4489 50.4761 52.7668 50.3575 53.0037 50.1207L73.109 30.0095C72.5492 29.4059 72.0402 28.7705 71.5778 28.1025L51.2771 48.3992C50.803 48.8733 50.803 49.6468 51.2769 50.1207Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M138.208 9C137.426 9 136.792 9.63356 136.792 10.4151C136.792 11.1966 137.426 11.8302 138.208 11.8302H148.585C149.366 11.8302 150 11.1966 150 10.4151C150 9.63356 149.366 9 148.585 9H138.208Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M126.415 20.7922C126.415 20.0107 127.048 19.3771 127.83 19.3771H143.868C144.649 19.3771 145.283 20.0107 145.283 20.7922C145.283 21.5737 144.649 22.2073 143.868 22.2073H127.83C127.048 22.2073 126.415 21.5737 126.415 20.7922Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M9.43384 49.0943C9.43384 48.3128 10.0674 47.6792 10.8489 47.6792H21.2263C22.0078 47.6792 22.6414 48.3128 22.6414 49.0943C22.6414 49.8759 22.0078 50.5094 21.2263 50.5094H10.8489C10.0674 50.5094 9.43384 49.8759 9.43384 49.0943Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M0 38.7166C0 37.9351 0.633563 37.3015 1.4151 37.3015H17.4528C18.2343 37.3015 18.8679 37.9351 18.8679 38.7166C18.8679 39.4982 18.2343 40.1317 17.4528 40.1317H1.4151C0.633563 40.1317 0 39.4982 0 38.7166Z",
fill: color
}));
});
export default NoKeys2;