import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorStrikethrough = withIcon(function IconEditorStrikethrough(props) {
    return (<svg data-tag="IconEditorStrikethrough" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.375 15.187c0 1.284-.474 2.456-1.52 3.307s-2.663 1.38-4.949 1.38c-2.77 0-4.341-.821-5.219-1.72-.877-.897-1.062-1.87-1.062-2.172 0-.338.131-.584.4-.745.269-.16.675-.237 1.224-.237 1.157 0 1.289.562 1.647 1.125.359.562.944 1.125 3.01 1.125 1.182 0 2.002-.185 2.527-.512.525-.326.754-.795.754-1.363 0-.582-.425-.983-1.096-1.302-.671-.319-1.588-.555-2.571-.807-.293-.075-.422-.11-.553-.127-.13-.016-.264-.014-.566-.014H4.125c-.45 0-.731-.056-.9-.225C3.056 12.73 3 12.45 3 12s.056-.73.225-.9c.169-.168.45-.225.9-.225h1.518c.229 0 .363-.037.414-.125.05-.088.019-.226-.086-.43a3.046 3.046 0 0 1-.256-.697 3.52 3.52 0 0 1-.09-.81c0-1.284.404-2.456 1.38-3.307.975-.851 2.522-1.381 4.807-1.381 2.438 0 3.916.69 4.783 1.52.868.832 1.127 1.805 1.127 2.371 0 .348-.13.594-.393.753-.264.159-.664.231-1.204.231-1.192 0-1.27-.562-1.55-1.125-.28-.562-.761-1.125-2.763-1.125-1.182 0-1.932.185-2.386.511-.455.327-.614.796-.614 1.364 0 .582.426.983 1.097 1.302.67.319 1.588.555 2.571.807.293.075.422.11.553.127.13.016.264.014.566.014h6.276c.45 0 .73.056.9.225.168.17.225.45.225.9s-.057.731-.226.9c-.168.169-.45.225-.9.225h-1.518c-.228 0-.362.037-.413.125-.05.088-.019.226.085.43.11.214.197.446.256.697.06.25.091.52.091.81"/>
    </svg>);
});
//# sourceMappingURL=EditorStrikethrough.jsx.map