@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphPicture = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1 1)",
children: [/*#__PURE__*/_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__*/_jsx("circle", {
cx: 12.963,
cy: 6.963,
r: 0.963,
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphPicture };