UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 494 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Expandable = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 43 43.5", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Expandable-b{fill:white;}` }) }), _jsx("path", { className: "Expandable-b", d: "M3.3,0h36.4c1.8,0,3.3,1.5,3.3,3.3v36.9c0,2.9-3.6,4.4-5.6,2.3L1,5.6C-1.1,3.5.4,0,3.3,0Z" })] })); export default Expandable; //# sourceMappingURL=Expandable.js.map