UNPKG

@icongo/gy

Version:
81 lines (80 loc) 2.95 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphAbacus = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphAbacus = function GYSiGlyphAbacus(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-abacus", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", className: "prefix__si-glyph-fill", transform: "translate(0 1)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M14.194 13.958H1.765c-1.449 0-1.729-1.15-1.729-2.564V2.607C.036 1.193.315.043 1.765.043h12.429c1.448 0 1.728 1.15 1.728 2.564v8.787c0 1.414-.279 2.564-1.728 2.564ZM1.923 1A.937.937 0 0 0 1 1.948v10.104c0 .522.414.948.923.948h12.154a.937.937 0 0 0 .923-.948V1.948A.937.937 0 0 0 14.077 1H1.923Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M3 0h.948v13.068H3zm5 0h.948v13.068H8zm4 0h.948v13.068H12z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 3.438, cy: 4.976, className: "prefix__si-glyph-fill", rx: 1.438, ry: 0.976 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 3.438, cy: 7.976, className: "prefix__si-glyph-fill", rx: 1.438, ry: 0.976 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 3.438, cy: 10.976, className: "prefix__si-glyph-fill", rx: 1.438, ry: 0.976 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 8.477, cy: 2.976, className: "prefix__si-glyph-fill", rx: 1.477, ry: 0.976 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 8.477, cy: 5.976, className: "prefix__si-glyph-fill", rx: 1.477, ry: 0.976 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 8.477, cy: 10.976, className: "prefix__si-glyph-fill", rx: 1.477, ry: 0.976 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 12.435, cy: 7.977, className: "prefix__si-glyph-fill", rx: 1.435, ry: 0.977 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 12.435, cy: 10.977, className: "prefix__si-glyph-fill", rx: 1.435, ry: 0.977 })] }) })); }; exports.GYSiGlyphAbacus = GYSiGlyphAbacus;