iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 824 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 CloudSnowThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M84 196a8 8 0 11-8-8 8 8 0 018 8zm32 8a8 8 0 108 8 8 8 0 00-8-8zm48-16a8 8 0 108 8 8 8 0 00-8-8zm-96 40a8 8 0 108 8 8 8 0 00-8-8zm88 0a8 8 0 108 8 8 8 0 00-8-8zm72-136a72.08 72.08 0 01-72 72H76a48 48 0 1111.51-94.61A72.08 72.08 0 01228 92zm-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 156h80a64.07 64.07 0 0064-64z" }));
exports.default = CloudSnowThin;