@icongo/gy
Version:
Glyph Iconset Icons
27 lines • 1.03 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 GYSiGlyphView = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-view",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1 4)",
children: [/*#__PURE__*/_jsx("path", {
d: "M8 0C3.598 0 .031 2.66.031 3.969.031 5.278 3.597 7.938 8 7.938c4.4 0 7.969-2.618 7.969-3.969S12.4 0 8 0Zm-.01 7.062C4.342 7.062 2.869 5.011 2.869 4 2.869 2.989 4.342.938 7.99.938c3.646 0 5.119 2.02 5.119 3.062 0 1.042-1.472 3.062-5.119 3.062Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("ellipse", {
cx: 7.932,
cy: 3.963,
className: "prefix__si-glyph-fill",
rx: 1.932,
ry: 1.963
})]
})
}));
export { GYSiGlyphView };