flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
31 lines (27 loc) • 972 B
JavaScript
var jsxRuntime = require('react/jsx-runtime');
var React = require('react');
const StarIcon = 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",
{
stroke: "none",
d: "M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 0 0 .95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 0 0-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 0 0-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 0 0-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 0 0 .951-.69l1.07-3.292z"
}
)
}
));
StarIcon.displayName = "StarIcon";
exports.StarIcon = StarIcon;
//# sourceMappingURL=star-icon.cjs.map
;