UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.52 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCalculator = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCalculator = function GYSiGlyphCalculator(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-calculator", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M15.689.041h-5.606v6.876h6.875V1.299c0-.694-.567-1.258-1.269-1.258Zm-.645 4.004h-3.106V2.938h3.106v1.107ZM10 15.958h5.674c.71 0 1.284-.569 1.284-1.274V9.042H10v6.916Zm1.953-4.989h3.07v1.062h-3.07v-1.062Zm0 1.984H15v1.094h-3.047v-1.094ZM7.898.041H2.326A1.25 1.25 0 0 0 1.083 1.3v5.623h6.815V.041ZM6 4.023h-.984v1.039H3.98V4.023H2.959V2.982H3.98V1.98h1.036v1.002H6v1.041ZM1.083 14.676c0 .709.562 1.282 1.255 1.282h5.62V9H1.083v5.676Zm2.36-3.967 1.046 1.047 1.048-1.049.732.732-1.048 1.049 1.061 1.061-.735.736-1.062-1.061-1.022 1.021-.732-.732 1.021-1.021-1.045-1.047.736-.736Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphCalculator = GYSiGlyphCalculator;