iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 995 B
JavaScript
;
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 Cloud = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.957 6h.05a2.99 2.99 0 012.117.879 3.003 3.003 0 010 4.242 2.99 2.99 0 01-2.117.879v-.013L12 12H4.522a3.486 3.486 0 01-2.627-1.16 3.502 3.502 0 01-.4-4.137A3.497 3.497 0 013.854 5.06c.487-.09.987-.077 1.468.041a3.486 3.486 0 013.657-2.06A3.491 3.491 0 0111.957 6zM5 11h7.01a1.994 1.994 0 001.992-2 1.994 1.994 0 00-1.996-2h-.913l-.124-.857a2.49 2.49 0 00-2.126-2.122A2.478 2.478 0 006.231 5.5l-.333.762-.808-.189A2.49 2.49 0 004.523 6c-.662 0-1.296.263-1.764.732A2.503 2.503 0 004.523 11H5z", fill: "#424242" }));
exports.default = Cloud;