UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 990 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const CloudDataConnection = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-cloud-data-connection", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M5 9.897c0-1.714 1.46-3.104 3.26-3.104.275-1.22 1.255-2.215 2.572-2.611 1.317-.397 2.77-.134 3.811.69 1.042.822 1.514 2.08 1.239 3.3h.693A2.42 2.42 0 0119 10.586 2.42 2.42 0 0116.575 13H8.26C6.46 13 5 11.61 5 9.897zM12 13v3M10 18a2 2 0 104 0 2 2 0 10-4 0M14 18h7M3 18h7" })); exports.default = CloudDataConnection;