import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorText = withIcon(function IconEditorText(props) {
    return (<svg data-tag="IconEditorText" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.5 18c0 .6-.075.975-.3 1.2-.225.225-.6.3-1.2.3s-.975-.075-1.2-.3c-.225-.225-.3-.6-.3-1.2V7.875c0-.301-.037-.489-.15-.6-.111-.113-.299-.15-.6-.15H6.563c-.524 0-.852-.066-1.05-.263-.197-.198-.263-.526-.263-1.05 0-.523.066-.852.263-1.049.198-.197.526-.263 1.05-.263h10.875c.523 0 .852.066 1.049.263.197.198.263.526.263 1.05 0 .523-.066.852-.263 1.049-.198.197-.526.263-1.05.263H14.25c-.301 0-.489.037-.6.15-.113.111-.15.299-.15.6v5.063z"/>
    </svg>);
});
//# sourceMappingURL=EditorText.jsx.map