@icongo/gy
Version:
Glyph Iconset Icons
35 lines (34 loc) • 1.41 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphInfo = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphInfo = function GYSiGlyphInfo(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-info",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(4)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 4.486,
cy: 1.525,
className: "prefix__si-glyph-fill",
rx: 1.486,
ry: 1.525
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m4.479 13.325 1.373-8.622s.029-.699-.636-.699c-1.501 0-5.29.004-5.29.004s3.979.713 3.979 2.059c0 0-1.308 5.76-1.308 7.29 0 1.531.836 2.644 2.337 2.644 1.225 0 2.338-1.336 2.254-3.283-1.197 1.836-2.709 2.102-2.709.607Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphInfo = GYSiGlyphInfo;