@icongo/gy
Version:
Glyph Iconset Icons
35 lines (34 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphView = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphView = function GYSiGlyphView(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-view",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1 4)",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 7.932,
cy: 3.963,
className: "prefix__si-glyph-fill",
rx: 1.932,
ry: 1.963
})]
})
}));
};
exports.GYSiGlyphView = GYSiGlyphView;