iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 828 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 CloudFogFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 232a8 8 0 01-8 8h-56a8 8 0 010-16h56a8 8 0 018 8zm-40-32a8 8 0 00-8-8H72a8 8 0 000 16h48a8 8 0 008-8zm56-8h-24a8 8 0 000 16h24a8 8 0 000-16zm47.87-96.45a76 76 0 00-151.78.73A8.18 8.18 0 0172 104h-.6a8.14 8.14 0 01-7.4-8.61 92.48 92.48 0 012.33-16.51 4 4 0 00-5-4.78A52.09 52.09 0 0024 124.36C24.2 153.07 48.12 176 76.84 176H156a76.08 76.08 0 0075.87-80.45z" }));
exports.default = CloudFogFill;