import React from 'react';
import withIcon from '../lib/withIcon';
export const IconMovieCamera = withIcon(function IconMovieCamera(props) {
    return (<svg data-tag="IconMovieCamera" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M17.196 11.983c-.025-.35 0-.593.107-.794.106-.202.293-.362.592-.544a4.146 4.146 0 0 0 1.435-1.472 4.096 4.096 0 0 0 .545-2.048c0-1.14-.462-2.17-1.208-2.917A4.112 4.112 0 0 0 15.75 3a4.123 4.123 0 0 0-4.057 3.388c-.026.141-.064.232-.133.287-.068.055-.166.075-.31.075s-.242-.02-.31-.075c-.069-.055-.107-.146-.133-.287a4.123 4.123 0 0 0-6.974-2.18 4.112 4.112 0 0 0-1.208 2.917c0 .746.198 1.445.545 2.048.347.603.842 1.11 1.435 1.472.294.18.482.333.59.527.109.195.137.43.112.774-.028.394-.042.84-.05 1.347C5.25 13.8 5.25 14.366 5.25 15c0 3 0 4.5.75 5.25s2.25.75 5.25.75c2.376 0 3.811 0 4.678-.374.866-.373 1.165-1.119 1.268-2.61.023-.34.134-.562.313-.657.179-.096.426-.064.722.105l.005.003.006.003c1.753 1 2.63 1.498 3.069 1.189.438-.31.439-1.426.439-3.66 0-2.232 0-3.35-.44-3.658-.438-.31-1.315.19-3.068 1.188l-.006.003-.005.003c-.296.17-.543.201-.722.106-.18-.095-.29-.318-.313-.658"/>
    </svg>);
});
//# sourceMappingURL=MovieCamera.jsx.map