UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

4 lines 686 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Star = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 101.7 97", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Star-b{fill:white;}` }) }), _jsx("path", { className: "Star-b", d: "M53.5,1.9l10.1,31.2c.4,1.1,1.4,1.8,2.5,1.8h32.8c2.7,0,3.8,3.4,1.6,5l-26.5,19.3c-.9.7-1.3,1.9-1,3l10.1,31.2c.8,2.5-2.1,4.6-4.2,3.1l-26.5-19.3c-.9-.7-2.2-.7-3.1,0l-26.5,19.3c-2.2,1.6-5.1-.5-4.2-3.1l10.1-31.2c.4-1.1,0-2.3-1-3L1.1,39.9c-2.2-1.6-1-5,1.6-5h32.8c1.2,0,2.2-.7,2.5-1.8L48.2,1.9c.8-2.5,4.4-2.5,5.2,0Z" })] })); export default Star; //# sourceMappingURL=Star.js.map