UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 486 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const UpTri = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 243.4 214.2", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.UpTri-b{fill:white;}` }) }), _jsx("path", { className: "UpTri-b", d: "M124.6,1.7l118.3,207.5c1.3,2.2-.3,5-2.9,5H3.3c-2.6,0-4.2-2.8-2.9-5L118.8,1.7c1.3-2.2,4.5-2.2,5.8,0Z" })] })); export default UpTri; //# sourceMappingURL=UpTri.js.map