UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 803 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Portrait = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 192 221", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Portrait-b{fill:white;}` }) }), _jsx("circle", { className: "Portrait-b", cx: "96", cy: "54.4", r: "25.5" }), _jsx("path", { className: "Portrait-b", d: "M63,147.3l1.1.6c20.5,10.4,44.7,10.2,65-.6,1-.5,1.5-1.6,1.4-2.7l-5.1-35.6c-4.8-33.5-53.1-33.7-58.3-.3l-5.5,35.8c-.2,1.1.4,2.2,1.4,2.8Z" }), _jsx("path", { className: "Portrait-b", d: "M176.5,0H15.5C6.9,0,0,6.9,0,15.5v190c0,8.6,6.9,15.5,15.5,15.5h161c8.6,0,15.5-6.9,15.5-15.5V15.5c0-8.6-6.9-15.5-15.5-15.5ZM176,172H16V17h160v155Z" })] })); export default Portrait; //# sourceMappingURL=Portrait.js.map