@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 2.07 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphStarStick = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphStarStick = function GYSiGlyphStarStick(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-star-stick",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.775 1.206 13.73 4.289l1.946 2.607-3.254-.041-1.879 2.656-.966-3.107-3.106-.965 2.656-1.88L9.086.305l2.606 1.946 3.083-1.045Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.852 15.533c-.39.391-.922.492-1.188.226l-.406-.405c-.266-.266-.164-.797.227-1.188L10.788 3.863c.391-.391.922-.492 1.188-.227l.406.406c.266.266.165.797-.227 1.188L1.852 15.533Zm11.659-1.584s.162-1.059-.61-1.823c-.773-.762-1.87-.626-1.87-.626s1.266.02 1.895-.603c.631-.623.586-1.847.586-1.847s.133 1.35.634 1.847c.505.496 1.847.603 1.847.603s-1.261.102-1.819.652c-.56.553-.663 1.797-.663 1.797Zm-5 2s.162-1.059-.61-1.823c-.773-.762-1.87-.626-1.87-.626s1.266.02 1.895-.603c.631-.623.586-1.847.586-1.847s.133 1.35.634 1.847c.505.496 1.847.603 1.847.603s-1.261.102-1.819.652c-.56.553-.663 1.797-.663 1.797Zm-5-11s.162-1.059-.61-1.823c-.773-.762-1.87-.626-1.87-.626s1.266.02 1.895-.603c.631-.623.586-1.847.586-1.847s.133 1.35.634 1.847c.505.496 1.847.603 1.847.603s-1.261.102-1.819.652c-.56.553-.663 1.797-.663 1.797Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphStarStick = GYSiGlyphStarStick;