import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPencil = withIcon(function IconPencil(props) {
    return (<svg data-tag="IconPencil" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.73 4.27C18.883 3.424 18.246 3 17.608 3c-.637 0-1.274.423-2.12 1.27l-4.184 4.183-4.183 4.183c-.766.766-1.151 1.153-1.458 1.595-.306.442-.532.938-.98 1.925-1.312 2.885-1.964 4.331-1.567 4.729.397.397 1.843-.256 4.728-1.567.987-.449 1.484-.675 1.925-.981.442-.306.829-.692 1.595-1.458l4.183-4.183 4.183-4.183C20.577 7.666 21 7.029 21 6.392c0-.638-.423-1.275-1.27-2.122"/>
    </svg>);
});
//# sourceMappingURL=Pencil.jsx.map