iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 778 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 CloudFogThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M120 204H72a4 4 0 010-8h48a4 4 0 010 8zm64-8h-24a4 4 0 000 8h24a4 4 0 000-8zm-24 32h-56a4 4 0 000 8h56a4 4 0 000-8zm68-128a72.08 72.08 0 01-72 72H76a48 48 0 1111.51-94.61A72.08 72.08 0 01228 100zm-8 0a64.06 64.06 0 00-128-3.77 4 4 0 01-8-.46 71.63 71.63 0 011.42-10.65A40 40 0 1076 164h80a64.07 64.07 0 0064-64z" }));
exports.default = CloudFogThin;