UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 863 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 Cloud = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("defs", null, React.createElement("path", { d: "M12.102 16.324H5.996a4.996 4.996 0 0 1 0-9.993c.12 0 .232.027.35.036C7.495 4.364 9.629 3 12.103 3a6.662 6.662 0 1 1 0 13.324zm0-12.214a5.547 5.547 0 0 0-5.138 3.467 3.853 3.853 0 0 0-.968-.136 3.886 3.886 0 0 0-3.886 3.886c0 1.956 1.45 3.559 3.33 3.83v.056h7.773v-.111a5.553 5.553 0 0 0-1.11-10.992z", id: "a" })), React.createElement("use", { fill: "#000", href: "#a", fillRule: "evenodd" })); exports.default = Cloud;