@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.77 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBadgeName = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBadgeName = function GYSiGlyphBadgeName(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-badge-name",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.997 5.883c-.528 0-.957-.212-.957-.991V1.856c0-.781.429-.856.957-.856s.956.075.956.856v3.036c0 .779-.428.991-.956.991Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m11 4.938.058.615c0 1.188-.922 1.497-2.059 1.497-1.139 0-2.063-.309-2.063-1.497V5l-3.889-.062a1.986 1.986 0 0 0-2.006 2v7c0 1.132.896 1.992 2.006 1.992h11.908c1.105 0 2.003-.918 2.003-2.05V7.05c0-1.131-.897-2.05-2.003-2.05L11 4.938Zm-4.5 3c.827 0 1.5.688 1.5 1.536 0 .846-.673 2.464-1.5 2.464-.829 0-1.5-1.62-1.5-2.464 0-.848.672-1.536 1.5-1.536Zm3.483 6H3.002s-.12-1.987 1.672-1.987c.373.573.887 1.126 1.834 1.126.949 0 1.399-.557 1.77-1.139 2.017 0 1.705 2 1.705 2ZM15 13.896h-4v-1h4v1Zm0-2.004h-4v-1h4v1Zm0-1.996h-4v-1h4v1Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBadgeName = GYSiGlyphBadgeName;