@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 497 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Webcam02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "webcam-02" }), _jsx("path", { className: 'dry-icon-webcam-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M8 22h8m4.5-11.5a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Zm-5.313 0a3.188 3.188 0 1 1-6.375 0 3.188 3.188 0 0 1 6.376 0Z' })] }));
//# sourceMappingURL=Webcam02.js.map