UNPKG

infinity-forge

Version:
9 lines 1.78 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconRoute = IconRoute; var jsx_runtime_1 = require("react/jsx-runtime"); function IconRoute(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '23', viewBox: '0 0 24 23', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M4.3181 10.5703C1.9371 10.5703 0 12.5074 0 14.8885C0 16.0922 0.658183 17.5461 1.95632 19.2097C2.88348 20.398 3.79978 21.2572 3.83835 21.2932L4.31815 21.7412L4.79795 21.2932C4.83652 21.2572 5.75281 20.398 6.67998 19.2097C7.97807 17.5461 8.6363 16.0922 8.6363 14.8885C8.63625 12.5074 6.69915 10.5703 4.3181 10.5703ZM4.32007 19.788C3.98894 19.4434 3.52615 18.936 3.06482 18.3448C1.97966 16.954 1.40607 15.7588 1.40607 14.8885C1.40607 13.2828 2.71241 11.9764 4.3181 11.9764C5.92379 11.9764 7.23017 13.2827 7.23017 14.8885C7.23017 16.4402 5.42796 18.6377 4.32007 19.788Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.6739 8.08866H17.2676V0H24.0001V4.81297H18.6739V8.08866ZM18.6739 3.40675H22.5938V1.40627H18.6739V3.40675Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M19.0236 22.1054H7.95898V20.6991H19.0236C23.7526 20.5191 23.749 13.74 19.0236 13.5618H12.6552C8.09703 13.3883 8.1005 6.85422 12.6552 6.68237H15.6266V8.08865H12.6552C9.96058 8.19121 9.96264 12.0539 12.6552 12.1555H19.0236C25.6161 12.4064 25.6112 21.8568 19.0236 22.1054Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M4.31788 13.4915C3.54759 13.4915 2.9209 14.1181 2.9209 14.8884C2.9209 15.6587 3.54759 16.2854 4.31788 16.2854C5.08817 16.2854 5.71486 15.6587 5.71486 14.8884C5.71486 14.1181 5.08817 13.4915 4.31788 13.4915Z', fill: color })] })); } //# sourceMappingURL=icon-route.js.map