UNPKG

@icongo/gy

Version:
43 lines (42 loc) 1.95 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphDatabaseUpload = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphDatabaseUpload = function GYSiGlyphDatabaseUpload(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-upload", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { transform: "translate(2 1)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 6.43, cy: 2.421, className: "prefix__si-glyph-fill", rx: 6.43, ry: 2.421 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6.479 5.988C2.963 5.988.032 4.986.032 4.314V7.66c0 1.214 2.887 2.196 6.447 2.196s6.447-.982 6.447-2.196V4.314c0 .672-2.932 1.674-6.447 1.674Z", className: "prefix__si-glyph-fill" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.953 15.031H9.906l2.705-3.488c-1.131.276-2.587.475-4.164.475-3.516 0-6.447-.98-6.447-1.636v3.269c0 1.188 2.887 2.146 6.447 2.146 1.32 0 2.484-.133 3.506-.359v-.407Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M13.018 15.969v-1.988h-1.002l1.492-1.965 1.476 1.965h-1.017v1.988h-.949Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphDatabaseUpload = GYSiGlyphDatabaseUpload;