@icongo/pp
Version:
Pepicons Icons
15 lines • 618 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPStarFilled = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "m10 15.97-4.295 1.915a1 1 0 0 1-1.402-1.018l.494-4.677L1.65 8.697a1 1 0 0 1 .535-1.647l4.6-.976L9.134 2a1 1 0 0 1 1.732 0l2.35 4.074 4.6.976a1 1 0 0 1 .535 1.647l-3.148 3.494.494 4.676a1 1 0 0 1-1.402 1.018L10 15.972Z"
})
}));
export { PPStarFilled };