import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<React.Fragment><path fill="none" d="M0 0h24v24H0V0z" /><g><path d="M3 12h18v2H3zM14 10V7h5V4H5v3h5v3zM10 16h4v3h-4z" /></g></React.Fragment>
, 'FormatStrikethroughTwoTone');