@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.62 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDashboard = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDashboard = function GYSiGlyphDashboard(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-dashboard",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.521 15.979c-4.111 0-7.459-3.36-7.459-7.489C1.062 4.359 4.41 1 8.521 1s7.458 3.359 7.458 7.49c0 4.129-3.346 7.489-7.458 7.489ZM8.512 2.956c-3.052 0-5.534 2.486-5.534 5.545 0 3.058 2.482 5.545 5.534 5.545 3.051 0 5.532-2.487 5.532-5.545 0-3.059-2.482-5.545-5.532-5.545Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.965 10.062V7.639c0-.347-.213-.626-.477-.626s-.479.279-.479.626v2.423c-.387.192-.968.542-.968 1.438 0 .896.819 1.484 1.446 1.484s1.428-.589 1.428-1.484-.56-1.245-.95-1.438ZM8 4h.959v.976H8zM5 5h.998v.979H5zm6 0h.998v.979H11z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDashboard = GYSiGlyphDashboard;