iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 958 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 CloudFogDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 100a68 68 0 01-68 68H76a44 44 0 1114.2-85.66v.11A68.06 68.06 0 01224 100z", opacity: ".2" }),
React.createElement("path", { d: "M120 208H72a8 8 0 010-16h48a8 8 0 010 16zm64-16h-24a8 8 0 000 16h24a8 8 0 000-16zm-24 32h-56a8 8 0 000 16h56a8 8 0 000-16zm72-124a76.08 76.08 0 01-76 76H76a52 52 0 010-104 53.26 53.26 0 018.92.76A76.08 76.08 0 01232 100zm-16 0a60.06 60.06 0 00-120-3.54 8 8 0 01-16-.92q.21-3.66.77-7.23A38.11 38.11 0 0076 88a36 36 0 000 72h80a60.07 60.07 0 0060-60z" }));
exports.default = CloudFogDuotone;