@icongo/gy
Version:
Glyph Iconset Icons
45 lines (44 loc) • 1.77 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCrown = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCrown = function GYSiGlyphCrown(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-crown",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.971 15.23c0 .423-.417.768-.932.768H3.951c-.515 0-.932-.345-.932-.768v-.45c0-.422.417-.767.932-.767h8.088c.515 0 .932.345.932.767v.45Zm-.506-2.251H3.547L1.421 5.365l1.141-.709 3.011 4.251 1.772-5.865h1.418l1.594 6.22 3.188-4.606 1.046.709-2.126 7.614Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 14.968,
cy: 2.968,
r: 0.968,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 7.964,
cy: 0.964,
r: 0.964,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 0.983,
cy: 2.974,
className: "prefix__si-glyph-fill",
rx: 0.983,
ry: 0.974
})]
})
}));
};
exports.GYSiGlyphCrown = GYSiGlyphCrown;