@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.74 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDiscUpload = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDiscUpload = function GYSiGlyphDiscUpload(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-upload",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.917 6C6.857 6 6 6.863 6 7.93c0 1.065.857 1.928 1.917 1.928A1.921 1.921 0 0 0 9.832 7.93C9.832 6.864 8.974 6 7.917 6Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m10.979 15.11 3.531-4.607.69.902a7.979 7.979 0 0 0 .799-3.459c0-4.447-3.582-7.946-8-7.946s-8 3.499-8 7.946c0 4.448 3.582 8.054 8 8.054 1.367 0 2.643-.3 3.766-.89h-.786Zm1.444-12.419.846.846-1.788 1.787-.844-.845 1.786-1.788ZM3.548 13.258l-.845-.846 1.787-1.787.846.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: "m16 13.966-1.489-1.86-1.49 1.86h.997v2.003h.97v-2.003H16Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDiscUpload = GYSiGlyphDiscUpload;