UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 508 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const PreviousTri = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 46.8 89.4", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.PreviousTri-b{fill:white;}` }) }), _jsx("path", { className: "PreviousTri-b", d: "M.8,42.6L41.7.9c1.9-1.9,5.1-.6,5.1,2.1v83.4c0,2.7-3.2,4-5.1,2.1L.8,46.8c-1.1-1.2-1.1-3,0-4.2Z" })] })); export default PreviousTri; //# sourceMappingURL=PreviousTri.js.map