UNPKG

@kadconsulting/dry

Version:
3 lines 470 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Webcam01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "webcam-01" }), _jsx("path", { className: 'dry-icon-webcam-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0 0v4m0 0H7m5 0h5m-2-12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z' })] })); //# sourceMappingURL=Webcam01.js.map