UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 723 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const TripleTriangle = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 233.4 91", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.TripleTriangle-b{fill:white;}` }) }), _jsx("path", { className: "TripleTriangle-b", d: "M64.2,0l52.2,90.5L168.7,0h-104.5ZM88.5,14h56l-28,48.5-28-48.5Z" }), _jsx("path", { className: "TripleTriangle-b", d: "M0,91h104.5L52.2.5,0,91ZM24.2,77l28-48.5,28,48.5H24.2Z" }), _jsx("path", { className: "TripleTriangle-b", d: "M181.1.5l-52.2,90.5h104.5L181.1.5ZM181.1,28.5l28,48.5h-56l28-48.5Z" })] })); export default TripleTriangle; //# sourceMappingURL=TripleTriangle.js.map