iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 795 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 CloudFogBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M120 208H72a12 12 0 010-24h48a12 12 0 010 24zm64-24h-24a12 12 0 000 24h24a12 12 0 000-24zm-24 36h-56a12 12 0 000 24h56a12 12 0 000-24zm72-124a76.08 76.08 0 01-76 76H76a52 52 0 119-103.22A76 76 0 01232 96zm-24 0a52 52 0 00-104 0 12 12 0 01-24 0c0-1.24 0-2.48.09-3.71A29.28 29.28 0 0076 92a28 28 0 000 56h80a52.06 52.06 0 0052-52z" }));
exports.default = CloudFogBold;