UNPKG

@scaleflex/icons

Version:
37 lines 3.33 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var Routing = function Routing(_ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 50 : _ref$size, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Routing", ref: ref, width: size, height: size / 2.5, viewBox: "0 0 150 60", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M84.0003 9L90.0003 9C91.5916 9 93.1178 9.63214 94.243 10.7574C95.3682 11.8826 96.0003 13.4087 96.0003 15V39.51C98.0028 40.2177 99.6906 41.6106 100.765 43.4424C101.84 45.2742 102.233 47.4271 101.874 49.5204C101.515 51.6137 100.427 53.5126 98.8035 54.8816C97.1797 56.2506 95.1242 57.0015 93.0003 57.0015C90.8765 57.0015 88.821 56.2506 87.1972 54.8816C85.5734 53.5126 84.4859 51.6137 84.1269 49.5204C83.7679 47.4271 84.1605 45.2742 85.2353 43.4424C86.3101 41.6106 87.9979 40.2177 90.0003 39.51V15L84.0003 15V24L70.5003 12L84.0003 0V9ZM54.0003 20.49C51.9979 19.7823 50.3101 18.3894 49.2353 16.5576C48.1605 14.7258 47.7679 12.5729 48.1269 10.4796C48.4859 8.38634 49.5734 6.48737 51.1972 5.11838C52.821 3.74939 54.8765 2.99854 57.0003 2.99854C59.1242 2.99854 61.1797 3.74939 62.8034 5.11838C64.4272 6.48737 65.5147 8.38634 65.8738 10.4796C66.2328 12.5729 65.8402 14.7258 64.7654 16.5576C63.6906 18.3894 62.0028 19.7823 60.0003 20.49L60.0003 39.51C62.0028 40.2177 63.6906 41.6106 64.7654 43.4424C65.8402 45.2742 66.2328 47.4271 65.8738 49.5204C65.5147 51.6137 64.4272 53.5126 62.8034 54.8816C61.1797 56.2506 59.1242 57.0015 57.0003 57.0015C54.8765 57.0015 52.821 56.2506 51.1972 54.8816C49.5734 53.5126 48.4859 51.6137 48.1269 49.5204C47.7679 47.4271 48.1605 45.2742 49.2353 43.4424C50.3101 41.6106 51.9979 40.2177 54.0003 39.51L54.0003 20.49Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M130.208 9C129.426 9 128.792 9.63356 128.792 10.4151C128.792 11.1966 129.426 11.8302 130.208 11.8302H140.585C141.366 11.8302 142 11.1966 142 10.4151C142 9.63356 141.366 9 140.585 9H130.208Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M118.415 20.7922C118.415 20.0107 119.048 19.3771 119.83 19.3771H135.868C136.649 19.3771 137.283 20.0107 137.283 20.7922C137.283 21.5737 136.649 22.2073 135.868 22.2073H119.83C119.048 22.2073 118.415 21.5737 118.415 20.7922Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M18.4338 49.0943C18.4338 48.3128 19.0674 47.6792 19.8489 47.6792H30.2263C31.0078 47.6792 31.6414 48.3128 31.6414 49.0943C31.6414 49.8759 31.0078 50.5094 30.2263 50.5094H19.8489C19.0674 50.5094 18.4338 49.8759 18.4338 49.0943Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M9 38.7166C9 37.9351 9.63356 37.3015 10.4151 37.3015H26.4528C27.2343 37.3015 27.8679 37.9351 27.8679 38.7166C27.8679 39.4981 27.2343 40.1317 26.4528 40.1317H10.4151C9.63356 40.1317 9 39.4981 9 38.7166Z", fill: color })); }; export default Routing;