@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.78 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTypewriter = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTypewriter = function GYSiGlyphTypewriter(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-typewriter",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 10h.938v.953H7zm2 0h.938v.953H9zm2 0h.938v.953H11z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.062 14.98c0 .562.45 1.02 1.006 1.02h12.863c.556 0 1.006-.457 1.006-1.02l-1.938-6.021V6h-1.976c0 .011.005.021.005.031 0 .998-1.534.818-3.071.969h-.976c-1.528-.15-3.025.029-3.025-.969 0-.011.005-.021.005-.031h-1.94v2H1v2.938h1V9h2.009l-1.947 5.98Zm2.907-4.011h1v-.953h-1l.016-1.047h1.047v1h.938v-1h1.062v1h.938v-1h1.062v1h.938v-1h1.062v1h.938v-1h1.062v1.047h-1v.953h1v1.047h-1.047v-1h-.956v1h-1.051v-1h-.965v.953h.007v.047H8.979v-1h-.972v1H6.971v-1H6v1H4.969v-1.047ZM4.979 13h9.041v1H4.979v-1ZM16.021 3v1.049H14.94l-.002-3.027-10.913.041v2.986H2.96V3h-.938v3h.938V4.951h13.062V6h.97V3h-.971Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphTypewriter = GYSiGlyphTypewriter;