@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDatabaseShare = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDatabaseShare = function GYSiGlyphDatabaseShare(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-share",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M.73 6c-.37 0-.668.734-.668 1.54v.977c0 .805.299 1.461.668 1.461H7V14h2V9.978h6.394c.37 0 .606-.656.606-1.461V7.5c.002-.807-.235-1.5-.605-1.5H.73Zm13.332 3.031h-1.125V7.969h1.125v1.062ZM.687 3.972h14.667c.368 0 .667-.665.667-1.485v-.991c0-.82-.299-1.485-.667-1.485H.687C.321.011.021.676.021 1.496v.991c0 .82.299 1.485.666 1.485Zm12.251-2.003h1v1h-1v-1ZM5 15h2v1H5zm-4 0h1.927v.919H1zm8 0h1.958v.938H9zm4 0h1.982v.888H13z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphDatabaseShare = GYSiGlyphDatabaseShare;