UNPKG

infinity-forge

Version:
9 lines 934 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconBottomNavigationDouble = IconBottomNavigationDouble; var jsx_runtime_1 = require("react/jsx-runtime"); function IconBottomNavigationDouble(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 33 28', children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { stroke: color, fill: 'none', strokeLinecap: 'round', strokeLinejoin: 'round', strokeMiterlimit: '20', strokeWidth: '2', d: 'M1 1.005v0l15.145 8.74v0l15.145-8.74v0' }) }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { stroke: color, fill: 'none', strokeLinecap: 'round', strokeLinejoin: 'round', strokeMiterlimit: '20', strokeWidth: '2', d: 'M1 17.745v0l15.145 8.74v0l15.145-8.74v0' }) })] }) })); } //# sourceMappingURL=icon-bottom-navigation-double.js.map