UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.32 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 Sun1 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.023 2.5a.75.75 0 01.75.75v1.5a.75.75 0 11-1.5 0v-1.5a.75.75 0 01.75-.75z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.523 12.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm5.5-4a4 4 0 100 8 4 4 0 000-8z", fill: "#323544" }), React.createElement("path", { d: "M19.095 6.491a.75.75 0 10-1.06-1.06l-1.061 1.06a.75.75 0 001.06 1.06l1.06-1.06zM22.023 12.5a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5a.75.75 0 01.75.75zM18.034 19.57a.75.75 0 001.06-1.061l-1.06-1.06a.75.75 0 10-1.06 1.06l1.06 1.06zM12.023 19.5a.75.75 0 01.75.75v1.5a.75.75 0 11-1.5 0v-1.5a.75.75 0 01.75-.75zM7.073 18.515a.75.75 0 00-1.06-1.061l-1.061 1.06a.75.75 0 001.06 1.061l1.061-1.06zM5.023 12.5a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5a.75.75 0 01.75.75zM6.013 7.546a.75.75 0 001.06-1.06l-1.06-1.061a.75.75 0 00-1.061 1.06l1.06 1.061z", fill: "#323544" })); exports.default = Sun1;