UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 2.66 kB
"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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 128", ...props }, React.createElement("g", { fill: "none", fillRule: "evenodd" }, React.createElement("path", { stroke: "#FFF", strokeWidth: "2", d: "M36.883 52.937l.899.166.246-.88c3.778-13.539 16.202-23.47 30.944-23.47 10.523 0 19.865 5.06 25.726 12.883l.281.376.469.024c13.477.677 24.196 11.82 24.196 25.465C119.644 81.584 108.228 93 94.145 93H33.2C22.043 93 13 83.957 13 72.801c0-11.155 9.043-20.199 20.199-20.199 1.259 0 2.49.116 3.684.335z" }), React.createElement("path", { fill: "#FFF", d: "M97.501 93.79l-3.2-3.2c8.475-2.495 14.661-10.332 14.661-19.614 0-11.29-9.153-20.444-20.444-20.444-4.62 0-8.882 1.533-12.305 4.117.026-.395.039-.794.039-1.196 0-10-8.107-18.107-18.107-18.107-5.25 0-9.978 2.234-13.285 5.803l-1.4-1.4c6.076-7.328 15.249-11.995 25.512-11.995 10.852 0 20.485 5.218 26.526 13.283 14.006.704 25.146 12.284 25.146 26.464 0 13.498-10.092 24.64-23.143 26.288zm7.268 9.21c10.542 0 19.126 7.55 20.132 17.108.046.438-.317.892-.901.892H59.477a.923.923 0 0 1-.74-.348.655.655 0 0 1-.095-.662c2.318-5.996 8.45-10.323 15.696-10.323 4.206 0 8.04 1.458 10.969 3.857l.927.759.58-1.048C90.18 107.17 96.944 103 104.77 103zm22.121 16.899C125.768 109.24 116.248 101 104.769 101c-8.11 0-15.23 4.106-19.114 10.271-3.145-2.264-7.069-3.604-11.317-3.604-8.04 0-14.934 4.806-17.561 11.601-.757 1.957.849 3.732 2.7 3.732H124c1.625 0 3.075-1.342 2.89-3.101z", opacity: ".2" }), React.createElement("path", { fill: "#FFF", d: "M54.941 29.006C53.196 16.57 42.513 7 29.595 7 15.46 7 4 18.46 4 32.596c0 9.898 5.62 18.485 13.842 22.743-.551.447-1.079.922-1.582 1.422C7.757 52.058 2 42.999 2 32.595 2 17.355 14.355 5 29.596 5 43.383 5 54.81 15.112 56.861 28.325c-.649.208-1.29.435-1.92.681zM49.5 88H35v-.07c-.494.046-.994.07-1.5.07C24.94 88 18 81.284 18 73c0-8.284 6.94-15 15.5-15 5.658 0 10.608 2.934 13.314 7.315A11.533 11.533 0 0 1 49.5 65C55.851 65 61 70.149 61 76.5c0 6.184-4.88 11.228-11 11.49V88h-.5z", opacity: ".2" }), React.createElement("path", { stroke: "#FFF", strokeWidth: "2", d: "M123.627 28c.924 0 1.763-.42 2.289-1.09a2.551 2.551 0 0 0 .369-2.563c-1.473-3.671-4.704-6.347-8.577-6.347-1.954 0-3.754.686-5.242 1.838-1.967-3.468-5.364-5.838-9.312-5.838-5.658 0-10.15 4.831-11.005 10.866C91.896 26.656 93.388 28 95 28h28.627z", opacity: ".2" }))); exports.default = Cloud;