UNPKG

@icongo/gy

Version:
37 lines (36 loc) 1.63 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphHardware = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphHardware = function GYSiGlyphHardware(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-hardware", viewBox: "0 0 16 17" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8.007 4.014a2.977 2.977 0 0 0 0 5.954 2.977 2.977 0 0 0 0-5.954Zm0 5.021a2.046 2.046 0 0 1 0-4.093 2.046 2.046 0 0 1 0 4.093ZM6 14h3.965v2H6zm0-3h3.964v1.959H6z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", { className: "prefix__si-glyph-fill", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m2.473 4.53 2.1-3.066 1.211.83-2.1 3.065zm-2.55-1.626 2.1-3.066L3.23.665l-2.1 3.066z", className: "prefix__si-glyph-fill" }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.596 1.171h3.734v3.457h-3.734z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphHardware = GYSiGlyphHardware;