import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCamera = withIcon(function IconCamera(props) {
    return (<svg data-tag="IconCamera" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.128 6.812c-.589-.046-1.04-.17-1.417-.411-.376-.242-.678-.6-.967-1.115-.433-.768-.769-1.152-1.297-1.344C13.92 3.75 13.2 3.75 12 3.75c-1.198 0-1.918 0-2.446.191-.528.192-.865.576-1.298 1.346-.29.514-.591.873-.968 1.114-.376.241-.827.365-1.416.411-1.436.111-2.154.463-2.513 1.447S3 10.86 3 13.5c0 3.375 0 5.063.75 5.907.75.843 2.25.843 5.25.843h6c3 0 4.5 0 5.25-.843.75-.844.75-2.532.75-5.907 0-2.64 0-4.256-.358-5.24-.36-.984-1.077-1.337-2.513-1.448m-4.236 4.813a3.755 3.755 0 0 0-2.66 1.107 3.755 3.755 0 0 0-1.107 2.66c.002.406-.142.67-.349.753-.207.083-.477-.016-.728-.335a3.735 3.735 0 0 1-.798-2.31c0-1.035.42-1.973 1.098-2.652A3.739 3.739 0 0 1 12 9.75a3.732 3.732 0 0 1 2.31.798c.32.25.418.521.335.728-.083.207-.347.35-.753.349"/>
    </svg>);
});
//# sourceMappingURL=Camera.jsx.map