@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.8 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDiscDownload = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDiscDownload = function GYSiGlyphDiscDownload(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-disc-download",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.987 6.042c-1.11 0-2.011.88-2.011 1.968 0 1.084.9 1.964 2.011 1.964 1.108 0 2.009-.88 2.009-1.964 0-1.088-.9-1.968-2.009-1.968Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m10.979 12.963 1.95-.008v-2.018h2.507a7.793 7.793 0 0 0 .565-2.896c0-4.396-3.582-7.958-8-7.958s-8 3.562-8 7.958c0 4.396 3.582 7.959 8 7.959a8.014 8.014 0 0 0 3.333-.73l.667-.301-1.022-2.006Zm1.444-10.279.846.846-1.787 1.787-.845-.845 1.786-1.788ZM3.548 13.25l-.845-.846 1.788-1.787.845.845-1.788 1.788ZM8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m14.521 15.958 1.373-1.937-.921.003v-1.962h-.944v1.964l-.982.004 1.474 1.928Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDiscDownload = GYSiGlyphDiscDownload;