UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 1.25 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const StarThin = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 82.1 79", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.StarThin-b{fill:white;}` }) }), _jsx("path", { className: "StarThin-b", d: "M60.6,79c-1.9,0-3.8-.6-5.5-1.8l-12.2-8.9c-1.2-.8-2.7-.8-3.9,0l-12,8.7c-3.1,2.2-7.2,2.6-10.4.6s-5.4-6.7-4.1-10.9l4.7-14.4c.4-1.4,0-2.8-1.2-3.7l-12-8.7C1,37.8-.6,34,.2,30.3s4.7-7.2,9.1-7.2h15.1c1.4,0,2.7-.9,3.1-2.3l4.7-14.4c1.2-3.8,4.8-6.4,8.8-6.4h0c4.1,0,7.6,2.5,8.8,6.4l4.7,14.4c.4,1.4,1.7,2.3,3.1,2.3h14.8c3.8,0,7.3,2.1,8.8,5.6s.5,8.6-3.1,11.2l-12.2,8.9c-1.2.8-1.6,2.3-1.2,3.7l4.6,14.1c1.2,3.7.2,7.8-2.8,10.2s-3.9,2.2-6,2.2ZM41,61.7c1.9,0,3.8.6,5.5,1.8l12.2,8.9c1.8,1.3,3.4.3,3.9,0s1.9-1.6,1.2-3.7l-4.7-14.4c-1.2-3.8.1-8,3.4-10.4l12.2-8.9c1.8-1.3,1.4-3.1,1.2-3.7-.2-.5-.9-2.3-3.1-2.3h-15.1c-4,0-7.6-2.6-8.8-6.4l-4.7-14.4c-.7-2.1-2.6-2.3-3.1-2.3s-2.4.2-3.1,2.3l-4.7,14.4c-1.2,3.8-4.8,6.4-8.8,6.4h-15.1c-2.2,0-3,1.7-3.1,2.3s-.6,2.4,1.2,3.7l12.2,8.9c3.3,2.4,4.6,6.5,3.4,10.4l-4.7,14.4c-.7,2.1.7,3.3,1.2,3.7.5.3,2.1,1.3,3.9,0l12.2-8.9c1.6-1.2,3.5-1.8,5.5-1.8Z" })] })); export default StarThin; //# sourceMappingURL=StarThin.js.map