@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.68 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDatabasePlus = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDatabasePlus = function GYSiGlyphDatabasePlus(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-database-plus",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.43 5C10.981 5 14 3.837 14 2.5S10.981 0 7.43 0 1 1.163 1 2.5 3.879 5 7.43 5Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.494 9.919c3.561 0 6.447-.982 6.447-2.196V4.377c0 .672-2.932 1.674-6.447 1.674S1.047 5.049 1.047 4.377v3.346c0 1.214 2.887 2.196 6.447 2.196ZM11 13h4.915v.957H11z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.016 9.444v3.269c0 1.188 2.887 2.146 6.447 2.146.869 0 1.697-.059 2.455-.162v-2.739h2.04V10.52c-1.169.321-2.76.561-4.495.561-3.516-.001-6.447-.981-6.447-1.637ZM13 11h.958v4.937H13z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDatabasePlus = GYSiGlyphDatabasePlus;