UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 859 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 CloudSnowLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M86 196a10 10 0 11-10-10 10 10 0 0110 10zm30 6a10 10 0 1010 10 10 10 0 00-10-10zm48-16a10 10 0 1010 10 10 10 0 00-10-10zm-96 40a10 10 0 1010 10 10 10 0 00-10-10zm88 0a10 10 0 1010 10 10 10 0 00-10-10zm74-134a74.09 74.09 0 01-74 74H76a50 50 0 1110.2-99A74.08 74.08 0 01230 92zm-12 0a62.06 62.06 0 00-124-3.65 6 6 0 01-12-.7 75.84 75.84 0 011.07-9A38 38 0 1076 154h80a62.07 62.07 0 0062-62z" })); exports.default = CloudSnowLight;