@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 665 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CameraWide = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 180 118", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CameraWide-b{fill:white;}` }) }), _jsx("path", { className: "CameraWide-b", d: "M162,16H59v-6.8c0-5.1-4.1-9.2-9.2-9.2h-16.6c-5.1,0-9.2,4.1-9.2,9.2v6.8h-6C8.1,16,0,24.1,0,34v66c0,9.9,8.1,18,18,18h144c9.9,0,18-8.1,18-18V34c0-9.9-8.1-18-18-18ZM90,95.3c-15.2,0-27.5-12.3-27.5-27.5s12.3-27.5,27.5-27.5,27.5,12.3,27.5,27.5-12.3,27.5-27.5,27.5Z" })] }));
export default CameraWide;
//# sourceMappingURL=CameraWide.js.map