UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.18 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCircleStar = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCircleStar = function GYSiGlyphCircleStar(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-circle-star", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M8 .062c-4.419 0-8 3.559-8 7.947 0 4.39 3.581 7.949 8 7.949 4.418 0 8-3.56 8-7.949C16 3.621 12.418.062 8 .062Zm3.108 11.963L8.021 9.902l-3.088 2.123L6.112 8.59 3.024 6.465h3.817l1.18-3.435 1.18 3.435h3.816L9.93 8.59l1.178 3.435Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphCircleStar = GYSiGlyphCircleStar;