import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPopOut = withIcon(function IconPopOut(props) {
    return (<svg data-tag="IconPopOut" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21 4.125v5.627c0 .448-.057.73-.226.899-.17.169-.45.226-.899.226s-.73-.057-.899-.226c-.17-.17-.226-.45-.226-.9V8.049c0-.31-.104-.508-.262-.574-.159-.066-.372.001-.591.22l-2.665 2.665-2.664 2.664c-.318.318-.557.477-.796.477-.238 0-.477-.159-.795-.477-.318-.318-.477-.556-.477-.795 0-.24.159-.478.477-.796l2.664-2.664 2.664-2.664c.22-.22.287-.433.221-.592-.066-.158-.264-.262-.574-.262h-1.704c-.448 0-.73-.057-.899-.226-.169-.169-.226-.45-.226-.899s.057-.73.226-.899c.17-.17.45-.226.9-.226h5.626c.448 0 .73.057.899.226.169.17.226.45.226.9M16.875 13.5c-.446 0-.727.059-.897.228-.17.17-.228.451-.228.897v3c0 .446-.058.727-.228.897-.17.17-.451.228-.897.228h-8.25c-.446 0-.727-.058-.897-.228-.17-.17-.228-.451-.228-.897v-8.25c0-.446.058-.727.228-.897.17-.17.451-.228.897-.228h3c.446 0 .727-.058.897-.228.17-.17.228-.451.228-.897s-.058-.727-.228-.897C10.102 6.058 9.82 6 9.375 6h-3c-1.337 0-2.181.175-2.69.685C3.175 7.194 3 8.038 3 9.375v8.25c0 1.337.175 2.181.684 2.69.51.51 1.354.685 2.691.685h8.25c1.337 0 2.181-.175 2.69-.684.51-.51.685-1.354.685-2.69v-3c0-.447-.058-.728-.228-.898-.17-.17-.451-.228-.897-.228"/>
    </svg>);
});
//# sourceMappingURL=PopOut.jsx.map