@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 2.09 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphButtonStarburst = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphButtonStarburst = function GYSiGlyphButtonStarburst(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-button-starburst",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.584 7.939c1.535-.506 2.469-1.008 2.401-1.378-.068-.37-1.118-.53-2.736-.49 1.265-.99 1.967-1.776 1.774-2.101-.189-.325-1.234-.121-2.742.458.846-1.354 1.23-2.327.938-2.569-.292-.242-1.203.299-2.416 1.352.32-1.557.342-2.602-.018-2.73-.357-.128-1.024.686-1.797 2.08C9.747.991 9.402 0 9.021 0c-.383 0-.727.99-.967 2.561C7.282 1.166 6.615.352 6.254.479c-.36.129-.337 1.174-.016 2.73-1.212-1.051-2.124-1.592-2.417-1.352-.293.24.092 1.216.937 2.57-1.507-.58-2.553-.783-2.743-.458-.191.325.51 1.111 1.777 2.102-1.619-.04-2.672.119-2.738.49-.067.368.867.872 2.4 1.378-1.533.506-2.467 1.01-2.4 1.379.067.369 1.119.53 2.738.489-1.268.989-1.971 1.774-1.777 2.101.19.326 1.236.123 2.741-.458-.845 1.355-1.229 2.329-.937 2.571.295.242 1.205-.301 2.417-1.351-.321 1.556-.343 2.601.017 2.729.359.129 1.028-.686 1.801-2.082.24 1.57.584 2.561.967 2.561.381 0 .726-.99.967-2.561.772 1.395 1.44 2.209 1.799 2.081.36-.128.338-1.173.016-2.729 1.213 1.051 2.124 1.593 2.416 1.351.295-.242-.09-1.216-.936-2.569 1.506.581 2.551.782 2.742.458.191-.326-.512-1.111-1.775-2.101 1.617.04 2.668-.12 2.735-.491.068-.368-.866-.872-2.401-1.378Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphButtonStarburst = GYSiGlyphButtonStarburst;