UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 885 B
"use strict"; 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 CloudSnowFill = (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-12zm75.87-136.45a76 76 0 00-151.78.73A8.18 8.18 0 0172 96h-.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 116.36C24.2 145.07 48.12 168 76.84 168H156a76.08 76.08 0 0075.87-80.45z" })); exports.default = CloudSnowFill;