@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPicture = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPicture = function GYSiGlyphPicture(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-picture",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1 1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m13.842 4-3.93-2.85a1.495 1.495 0 0 0-2.928.093L2.918 4H.021v9.96h15.938V4h-2.117ZM8.458 3c.556 0 1.034-.305 1.294-.753L11.895 4H5.047l2.166-1.664c.27.4.727.664 1.245.664Zm3.503 7.085L8.72 11.758l-3.727-4.72L1 13V5h14v8l-3.04-2.915Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 12.963,
cy: 6.963,
r: 0.963,
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphPicture = GYSiGlyphPicture;