@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphIdBadge = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphIdBadge = function GYSiGlyphIdBadge(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-id-badge",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.969 2.021H2.021C.911 2.021.01 2.916.01 4.016V11c0 1.101.9 1.995 2.011 1.995h.95v-1.042h2.027v1.042h5.961v-1.042h2.051v1.042h.959c1.11 0 2.01-.895 2.01-1.995V4.016c0-1.101-.9-1.995-2.01-1.995ZM5.457 3.969c.827 0 1.5.688 1.5 1.534 0 .847-.674 2.466-1.5 2.466-.827 0-1.5-1.62-1.5-2.466 0-.846.673-1.534 1.5-1.534Zm3.537 7.05H1.987s-.12-3.028 1.679-3.028c.374.393.892.77 1.842.77.951 0 1.404-.381 1.775-.778 2.025-.002 1.711 3.036 1.711 3.036Zm5.035-1.066H9.984v-1h4.045v1Zm-2.06-1.984h-2v-1h2v1Zm2.047-2.015H9.969v-1h4.047v1Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphIdBadge = GYSiGlyphIdBadge;