UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 691 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const DownRibbon = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 189 163.7", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.DownRibbon-b{fill:white;}` }) }), _jsx("polygon", { className: "DownRibbon-b", points: "140.5 36 80.6 139.7 94.5 163.7 133 97 168.2 36 140.5 36" }), _jsx("polygon", { className: "DownRibbon-b", points: "87.6 103.7 27.7 0 0 0 25.3 43.8 73.7 127.7 87.6 103.7" }), _jsx("polygon", { className: "DownRibbon-b", points: "41.6 0 55.4 24 147.4 24 175.1 24 189 0 41.6 0" })] })); export default DownRibbon; //# sourceMappingURL=DownRibbon.js.map