UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.09 kB
"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 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 0a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM2.197 2.197a.5.5 0 01.707 0L4.318 3.61a.5.5 0 01-.707.707L2.197 2.904a.5.5 0 010-.707zM.5 7a.5.5 0 000 1h2a.5.5 0 000-1h-2zm1.697 5.803a.5.5 0 010-.707l1.414-1.414a.5.5 0 11.707.707l-1.414 1.414a.5.5 0 01-.707 0zM12.5 7a.5.5 0 000 1h2a.5.5 0 000-1h-2zm-1.818-2.682a.5.5 0 010-.707l1.414-1.414a.5.5 0 11.707.707L11.39 4.318a.5.5 0 01-.707 0zM8 12.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2zm2.682-1.818a.5.5 0 01.707 0l1.414 1.414a.5.5 0 11-.707.707l-1.414-1.414a.5.5 0 010-.707zM5.5 7.5a2 2 0 114 0 2 2 0 01-4 0zm2-3a3 3 0 100 6 3 3 0 000-6z", fill: "currentColor" })); exports.default = Sun;