flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
33 lines (29 loc) • 1.21 kB
JavaScript
var jsxRuntime = require('react/jsx-runtime');
var React = require('react');
const SunIcon = React.forwardRef((props, ref) => /* @__PURE__ */ jsxRuntime.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
stroke: "currentColor",
strokeWidth: 0,
viewBox: "0 0 20 20",
ref,
...props,
children: /* @__PURE__ */ jsxRuntime.jsx(
"path",
{
fillRule: "evenodd",
stroke: "none",
d: "M10 2a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1zm4 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm-.464 4.95.707.707a1 1 0 0 0 1.414-1.414l-.707-.707a1 1 0 0 0-1.414 1.414zm2.12-10.607a1 1 0 0 1 0 1.414l-.706.707a1 1 0 1 1-1.414-1.414l.707-.707a1 1 0 0 1 1.414 0zM17 11a1 1 0 1 0 0-2h-1a1 1 0 1 0 0 2h1zm-7 4a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1zM5.05 6.464A1 1 0 1 0 6.465 5.05l-.708-.707a1 1 0 0 0-1.414 1.414l.707.707zm1.414 8.486-.707.707a1 1 0 0 1-1.414-1.414l.707-.707a1 1 0 0 1 1.414 1.414zM4 11a1 1 0 1 0 0-2H3a1 1 0 0 0 0 2h1z",
clipRule: "evenodd"
}
)
}
));
SunIcon.displayName = "SunIcon";
exports.SunIcon = SunIcon;
//# sourceMappingURL=sun-icon.cjs.map
;