import React from 'react';
import withIcon from '../lib/withIcon';
export const IconVideo = withIcon(function IconVideo(props) {
    return (<svg data-tag="IconVideo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.75 3.75h-1.5c-4.125 0-6.187 0-7.219 1.031C3 5.813 3 7.875 3 12s0 6.188 1.031 7.219c1.031 1.031 3.094 1.031 7.219 1.031h1.5c4.125 0 6.188 0 7.219-1.031C21 18.188 21 16.125 21 12s0-6.187-1.031-7.219c-1.032-1.031-3.094-1.03-7.219-1.03m.163 10.968c-2.143 1.098-3.215 1.647-3.75 1.307-.537-.34-.538-1.568-.538-4.025 0-2.456 0-3.685.537-4.025.536-.34 1.608.209 3.75 1.308 2.642 1.354 3.963 2.036 3.963 2.717 0 .682-1.32 1.363-3.962 2.718"/>
    </svg>);
});
//# sourceMappingURL=Video.jsx.map