import React from 'react';
import withIcon from '../lib/withIcon';
export const IconExitPictInPict = withIcon(function IconExitPictInPict(props) {
    return (<svg data-tag="IconExitPictInPict" 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-3.254 7.557-.728-.729-.729-.728c-.127-.127-.235-.191-.345-.193-.11-.002-.22.059-.35.182-.634.598-.971.805-1.207.583-.236-.223-.37-.875-.6-1.998-.274-1.34-.41-2.011-.142-2.279.268-.268.94-.132 2.28.142 1.122.23 1.775.364 1.997.6.222.236.015.573-.583 1.207-.123.13-.184.24-.182.35.002.11.066.218.193.345l.729.729.728.728c.212.212.318.372.318.53 0 .16-.106.319-.318.531-.212.212-.371.318-.53.318-.16 0-.319-.106-.53-.318M15.75 18h-1.5c-1.363 0-2.113-.068-2.523-.477-.409-.41-.477-1.16-.477-2.523 0-1.363.068-2.113.477-2.523.41-.409 1.16-.477 2.523-.477h1.5c1.363 0 2.113.068 2.523.477.409.41.477 1.16.477 2.523 0 1.364-.068 2.113-.477 2.523-.41.409-1.16.477-2.523.477"/>
    </svg>);
});
//# sourceMappingURL=ExitPictInPict.jsx.map