@icongo/tb
Version:
Tabler Icons
30 lines • 969 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var TBDatabaseImport = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-database-import",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("ellipse", {
cx: 12,
cy: 6,
rx: 8,
ry: 3
}), /*#__PURE__*/_jsx("path", {
d: "M4 6v8m5.009.783c.924.14 1.933.217 2.991.217 4.418 0 8-1.343 8-3V6"
}), /*#__PURE__*/_jsx("path", {
d: "M11.252 20.987c.246.009.496.013.748.013 4.418 0 8-1.343 8-3v-6M2 19h7m-3-3 3 3-3 3"
})]
}));
export { TBDatabaseImport };