UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.02 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 CloudDownload = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.387 7.483a5.615 5.615 0 0111.227 0c1.563.124 2.913 1 3.688 2.267h-1.948a3.253 3.253 0 00-2.12-.782h-.368a.75.75 0 01-.75-.75v-.603a4.115 4.115 0 00-8.23 0v.603a.75.75 0 01-.75.75h-.37a3.266 3.266 0 000 6.532H9.75V17H6.766a4.766 4.766 0 01-.38-9.517z", fill: "#323544" }), React.createElement("path", { d: "M17.152 18.785a.75.75 0 01-1.06 0l-2.218-2.217a.75.75 0 011.06-1.061l.938.937V12a.75.75 0 011.5 0v4.444l.938-.937a.75.75 0 011.06 1.06l-2.218 2.218zM12.595 21.25a.75.75 0 01.75-.75h6.56a.75.75 0 010 1.5h-6.56a.75.75 0 01-.75-.75z", fill: "#323544" })); exports.default = CloudDownload;