import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorTextSize = withIcon(function IconEditorTextSize(props) {
    return (<svg data-tag="IconEditorTextSize" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M8.726 6.019c-.221-.607-.436-.987-.747-1.215-.31-.228-.718-.304-1.325-.304h-.558c-.607 0-1.015.076-1.325.304-.311.228-.526.608-.747 1.215L2.12 11.25.216 16.481c-.22.607-.283.987-.138 1.215.145.228.497.304 1.104.304.607 0 1.015-.076 1.326-.304.31-.228.525-.608.746-1.215l.111-.306.112-.307c.07-.192.144-.316.251-.39.107-.076.249-.103.454-.103h4.386c.205 0 .347.027.454.102.107.075.181.199.251.391l.112.307.111.306c.221.607.435.987.746 1.215.311.228.719.304 1.326.304.607 0 .959-.076 1.104-.304.145-.228.083-.608-.138-1.215L10.63 11.25zm-.987 7.106H5.011c-.17 0-.286-.046-.347-.132-.06-.086-.063-.212-.005-.371l.682-1.874.682-1.874c.091-.25.222-.376.352-.376.13 0 .261.125.352.376l.682 1.874.682 1.874c.058.159.055.285-.005.37-.06.087-.178.133-.347.133m15.002 4.873.026.001.026.001h-.101a.39.39 0 0 0 .05-.002m.338-1.414-1.422-3.906-1.422-3.906c-.179-.493-.367-.811-.633-1.006-.267-.195-.614-.266-1.11-.266h-.233c-.497 0-.843.071-1.11.266-.267.195-.455.513-.634 1.006l-1.422 3.906-1.422 3.906c-.18.494-.229.848-.094 1.078.135.23.454.338 1.013.338.497 0 .843-.071 1.11-.266.267-.195.454-.513.634-1.006l.02-.055.02-.054c.074-.205.142-.328.245-.4.103-.073.242-.094.46-.094h2.593c.217 0 .356.021.46.094.103.072.17.195.244.4l.02.054.02.055c.18.493.367.811.634 1.006.267.195.613.266 1.11.266.56 0 .88-.108 1.014-.339.134-.23.084-.585-.095-1.077m-4.032-2.146h-1.344c-.18 0-.298-.042-.357-.126-.058-.083-.057-.21.005-.378l.336-.923.336-.923c.106-.291.229-.436.352-.436.123 0 .247.145.352.436l.337.923.335.923c.062.169.063.295.005.378-.059.084-.178.126-.357.126"/>
    </svg>);
});
//# sourceMappingURL=EditorTextSize.jsx.map