import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPictInPict = withIcon(function IconPictInPict(props) {
    return (<svg data-tag="IconPictInPict" 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.03M6.629 6.318l.728.729.729.728c.127.127.235.191.345.193.11.002.22-.059.35-.182.634-.597.971-.805 1.207-.583.236.223.37.875.6 1.998.274 1.34.41 2.011.142 2.28-.268.267-.94.131-2.28-.143-1.122-.23-1.774-.364-1.997-.6-.222-.236-.015-.572.583-1.207.123-.13.184-.24.182-.35-.002-.11-.066-.218-.193-.345l-.729-.729-.728-.728c-.212-.212-.318-.371-.318-.53 0-.16.106-.319.318-.53.212-.213.371-.319.53-.319.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=PictInPict.jsx.map