UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 857 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 CloudArrowDownBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M192.49 167.51a12 12 0 010 17l-32 32a12 12 0 01-17 0l-32-32a12 12 0 1117-17L140 179v-51a12 12 0 0124 0v51l11.51-11.52a12 12 0 0116.98.03zM160 36a92.08 92.08 0 00-81 48.37A68 68 0 1072 220h12a12 12 0 000-24H72a44 44 0 01-1.81-87.95A91.7 91.7 0 0068 128a12 12 0 0024 0 68 68 0 01136 0 67.27 67.27 0 01-7.25 30.59 12 12 0 1021.42 10.82A91.08 91.08 0 00252 128a92.1 92.1 0 00-92-92z" })); exports.default = CloudArrowDownBold;