UNPKG

@kadconsulting/dry

Version:
3 lines 1.14 kB
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Camera01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "camera-01" }), _jsx("path", { className: 'dry-icon-camera-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M1 7.377c0-.35 0-.525.015-.673a3 3 0 0 1 2.69-2.69C3.851 4 4.035 4 4.404 4c.143 0 .214 0 .274-.004a2 2 0 0 0 1.735-1.25c.023-.056.044-.12.086-.246.042-.127.063-.19.086-.246a2 2 0 0 1 1.735-1.25C8.38 1 8.448 1 8.58 1h4.838c.133 0 .2 0 .26.004a2 2 0 0 1 1.735 1.25c.023.056.044.12.086.246.042.127.063.19.086.246a2 2 0 0 0 1.735 1.25c.06.004.131.004.273.004.37 0 .554 0 .702.015a3 3 0 0 1 2.69 2.69c.014.147.014.322.014.672V15.2c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 20 17.88 20 16.2 20H5.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C1 17.72 1 16.88 1 15.2V7.377Z' }), _jsx("path", { className: 'dry-icon-camera-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M11 15.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z' })] })); //# sourceMappingURL=Camera01.js.map