@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 730 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Chair = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 134 240", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Chair-b{fill:white;}` }) }), _jsx("path", { className: "Chair-b", d: "M134,149.1c0-9.5-4.3-17.9-11-23.1V38.5C123,17.2,105.8,0,84.5,0h-34C29.2,0,12,17.2,12,38.5v87.5c-7.3,5.2-12,13.6-12,23.1v33.9h12v57h13v-57h83v57h15v-57h11v-33.9ZM50.5,14h34c13.5,0,24.5,11,24.5,24.5v81.6c-.9,0-1.8-.1-2.7-.1H28.7c-.9,0-1.8,0-2.7.1V38.5c0-13.5,11-24.5,24.5-24.5ZM121,169H14v-19.5c0-8,6.5-14.5,14.5-14.5h78c8,0,14.5,6.5,14.5,14.5v19.5Z" })] }));
export default Chair;
//# sourceMappingURL=Chair.js.map