import React from 'react';
import withIcon from '../lib/withIcon';
export const IconVideoCamera = withIcon(function IconVideoCamera(props) {
    return (<svg data-tag="IconVideoCamera" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21.75 12c0 3.618-.003 5.429-.594 5.884-.592.454-1.772-.448-4.125-2.257l-.008-.005-.007-.006c-.381-.293-.697-.383-.926-.28-.229.102-.37.398-.406.878-.121 1.642-.465 2.463-1.442 2.874-.978.411-2.588.412-5.242.412-3.375 0-5.062 0-5.906-.844-.844-.843-.844-2.53-.844-5.906v-1.5c0-3.375 0-5.062.844-5.906C3.938 4.5 5.625 4.5 9 4.5c2.654 0 4.264 0 5.242.412.977.411 1.32 1.233 1.442 2.874.035.48.178.776.406.879.23.103.545.012.926-.28l.007-.006.008-.006c2.353-1.809 3.533-2.71 4.125-2.256.591.454.594 2.265.594 5.883"/>
    </svg>);
});
//# sourceMappingURL=VideoCamera.jsx.map