import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCameraFlip = withIcon(function IconCameraFlip(props) {
    return (<svg data-tag="IconCameraFlip" 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.345-.29.515-.591.873-.968 1.115-.376.241-.827.365-1.416.411-1.436.111-2.154.463-2.513 1.447S3 10.86 3 13.5c0 3.376 0 5.064.75 5.908.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-.985-1.077-1.337-2.513-1.448m-9.345 3.542.017-.018.018-.018a4.481 4.481 0 0 1 2.894-1.308 4.495 4.495 0 0 1 3.01.906c.193.147.341.213.485.201.145-.012.285-.102.463-.268.6-.562.918-.755 1.124-.566.205.189.3.758.459 1.72.24 1.46.357 2.19.05 2.497-.306.306-1.038.189-2.496-.05-.975-.16-1.546-.256-1.728-.468-.18-.211.03-.539.618-1.163.164-.174.24-.326.224-.466-.017-.14-.125-.269-.329-.396a3.002 3.002 0 0 0-1.914-.44 2.973 2.973 0 0 0-1.798.863c-.122.124-.207.193-.304.224-.097.03-.207.022-.378-.01-.568-.107-.875-.21-.938-.39-.063-.18.118-.436.523-.85m.496 6.73c-.194-.147-.342-.213-.487-.201-.144.012-.284.102-.462.268-.601.562-.918.754-1.124.566-.206-.189-.3-.758-.459-1.72-.24-1.46-.357-2.19-.05-2.497.306-.307 1.037-.189 2.496.05.975.16 1.546.256 1.728.468.18.211-.03.539-.618 1.163-.165.174-.24.326-.224.466.017.14.125.269.329.396.58.364 1.256.51 1.914.44a2.973 2.973 0 0 0 1.798-.863c.122-.124.207-.193.304-.224.097-.03.207-.022.378.01.568.107.875.21.938.39.063.18-.118.436-.523.85l-.017.018-.018.018a4.48 4.48 0 0 1-2.894 1.308 4.496 4.496 0 0 1-3.01-.906"/>
    </svg>);
});
//# sourceMappingURL=CameraFlip.jsx.map