@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 857 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Camera03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "camera-03" }), _jsx("path", { className: 'dry-icon-camera-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M2 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C4.28 3 5.12 3 6.8 3h10.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C22 5.28 22 6.12 22 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C19.72 21 18.88 21 17.2 21H6.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C2 18.72 2 17.88 2 16.2V7.8Z' }), _jsx("path", { className: 'dry-icon-camera-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z' })] }));
//# sourceMappingURL=Camera03.js.map