UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 886 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 HazeMoon = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-haze-moon", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M3 16h18M3 20h18M8.296 16c-2.268-1.4-3.598-4.087-3.237-6.916.443-3.48 3.308-6.083 6.698-6.084v.006h.296c-1.991 1.916-2.377 5.03-.918 7.405 1.459 2.374 4.346 3.33 6.865 2.275A6.888 6.888 0 0115.223 16" })); exports.default = HazeMoon;