@icongo/gy
Version:
Glyph Iconset Icons
30 lines • 1.26 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 GYSiGlyphImage = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-image",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(0 2)",
children: [/*#__PURE__*/_jsx("path", {
d: "M13.438 11.944H2.557c-1.394 0-2.528-1.163-2.528-2.591v-6.75c0-1.43 1.135-2.591 2.528-2.591h10.881c1.393 0 2.527 1.161 2.527 2.591v6.75c0 1.428-1.135 2.591-2.527 2.591ZM2.237.979c-.7 0-1.272.614-1.272 1.371v7.318c0 .757.572 1.371 1.272 1.371h11.517c.702 0 1.273-.614 1.273-1.371V2.35c0-.757-.571-1.371-1.273-1.371H2.237Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("ellipse", {
cx: 5.471,
cy: 3.461,
className: "prefix__si-glyph-fill",
rx: 1.471,
ry: 1.461
}), /*#__PURE__*/_jsx("path", {
d: "m11.234 3.037 2.76 6.951H2.021L5.497 5.98l3.117.944 2.62-3.887Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphImage };