@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphGhost = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphGhost = function GYSiGlyphGhost(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-ghost",
viewBox: "0 0 16 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m.008 7.91.016 8.095L2.021 13l1.978 3.005L6.062 13l1.959 3.005L10.08 13l1.93 3.005L14.049 13l1.956 3.005-.017-8.095C15.989 3.56 12.363.031 7.986.031 3.609.031.008 3.559.008 7.91Zm4.508.184a1.563 1.563 0 1 1 0-3.125 1.563 1.563 0 1 1 0 3.125Zm6.994-.028a1.584 1.584 0 0 1-1.588-1.579c0-.873.711-1.581 1.588-1.581.878 0 1.588.708 1.588 1.581 0 .872-.71 1.579-1.588 1.579Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphGhost = GYSiGlyphGhost;