import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorLink = withIcon(function IconEditorLink(props) {
    return (<svg data-tag="IconEditorLink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m19.409 10.955-.284.284-.284.284c-.318.318-.557.476-.796.476s-.478-.158-.795-.476c-.318-.317-.476-.556-.476-.795 0-.24.158-.478.476-.796l.284-.284.284-.284c.53-.53.795-1.06.795-1.591 0-.53-.265-1.06-.795-1.591-.53-.53-1.06-.796-1.591-.796-.53 0-1.06.266-1.591.796l-1.733 1.733-1.733 1.733c-.531.531-.77 1.07-.783 1.582-.013.511.201.996.577 1.419.27.303.402.533.395.759-.007.225-.153.447-.44.734-.31.31-.56.475-.808.483-.247.007-.492-.142-.791-.462-.886-.946-1.35-1.943-1.329-2.968.022-1.026.53-2.08 1.588-3.138l1.733-1.733 1.733-1.733C14.105 3.531 15.166 3 16.227 3c1.06 0 2.121.53 3.182 1.591C20.469 5.651 21 6.712 21 7.773c0 1.06-.53 2.121-1.591 3.182m-6.327-1.097c-.288.287-.434.509-.44.734-.008.226.124.456.394.76.376.422.59.907.577 1.418-.012.512-.252 1.05-.783 1.582l-1.733 1.733-1.733 1.733c-.53.53-1.06.796-1.591.796-.53 0-1.06-.266-1.591-.796-.53-.53-.796-1.06-.796-1.59 0-.531.266-1.062.796-1.592l.284-.284.284-.284c.318-.318.476-.557.476-.796s-.158-.478-.476-.795c-.317-.318-.556-.476-.795-.476-.24 0-.478.158-.796.476l-.284.284-.284.284C3.531 14.105 3 15.166 3 16.227c0 1.06.53 2.121 1.591 3.182C5.651 20.47 6.712 21 7.773 21c1.06 0 2.121-.53 3.182-1.59l1.733-1.734 1.733-1.733c1.059-1.059 1.566-2.112 1.588-3.138.021-1.025-.443-2.022-1.329-2.968-.3-.32-.544-.47-.791-.462-.247.008-.497.173-.807.483"/>
    </svg>);
});
//# sourceMappingURL=EditorLink.jsx.map