UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 925 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 Sun = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.433 10.383V9.272h2.22v1.11h-2.22zM14.25 5.117l1.57-1.57.785.785-1.57 1.57-.785-.785zm-3.925 9.707a4.996 4.996 0 1 1 .001-9.993 4.996 4.996 0 0 1 0 9.993zm0-8.876a3.88 3.88 0 1 0 .001 7.76 3.88 3.88 0 0 0 0-7.76zM9.771 1.5h1.11v2.22h-1.11V1.5zM4.046 4.332l.785-.785 1.57 1.57-.785.785-1.57-1.57zm.174 6.05H2v-1.11h2.22v1.11zm2.181 4.156l-1.57 1.57-.786-.785 1.57-1.57.786.785zm4.48 3.616h-1.11v-2.22h1.11v2.22zm5.725-2.831l-.785.785-1.57-1.57.785-.785 1.57 1.57z", fill: "#000", fillRule: "evenodd" })); exports.default = Sun;