@icongo/vv
Version:
Vivid Icons
20 lines • 610 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var VVStar = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m34.865 39.83-10.25-5.621-10.153 5.8 2.091-11.647-8.563-8.027 11.542-1.577L24.394 8l5.042 10.672L41 20.047l-8.426 8.173Z",
style: {
fill: "#ff6e6e",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
})
}));
export { VVStar };