iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 886 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 CloudSnow = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M88 196a12 12 0 11-12-12 12 12 0 0112 12zm28 4a12 12 0 1012 12 12 12 0 00-12-12zm48-16a12 12 0 1012 12 12 12 0 00-12-12zm-96 40a12 12 0 1012 12 12 12 0 00-12-12zm88 0a12 12 0 1012 12 12 12 0 00-12-12zm76-132a76.08 76.08 0 01-76 76H76a52 52 0 010-104 53.26 53.26 0 018.92.76A76.08 76.08 0 01232 92zm-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 80a36 36 0 000 72h80a60.07 60.07 0 0060-60z" }));
exports.default = CloudSnow;