UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 700 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 SunSnow = (props) => React.createElement("svg", { className: "lucide lucide-sun-snow", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M10 9a3 3 0 100 6M2 12h1M14 21V3M10 4V3M10 21v-1M3.64 18.36l.7-.7M4.34 6.34l-.7-.7M14 12h8M17 4l-3 3M14 17l3 3M21 15l-3-3 3-3" })); exports.default = SunSnow;