import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorFontColor = withIcon(function IconEditorFontColor(props) {
    return (<svg data-tag="IconEditorFontColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.028 6.188c-.245-.675-.483-1.097-.829-1.35-.345-.253-.798-.338-1.472-.338h-.704c-.674 0-1.127.085-1.472.338-.346.253-.584.675-.83 1.35L4.607 12 2.49 17.813c-.245.674-.314 1.096-.153 1.35.161.253.552.337 1.227.337.674 0 1.08-.085 1.379-.338.298-.253.49-.675.735-1.35l.149-.409.149-.41c.074-.203.142-.326.245-.399.104-.072.243-.094.46-.094h5.388c.217 0 .356.022.46.094.103.073.17.196.245.4l.149.409.149.41c.245.674.437 1.096.735 1.35.299.253.704.337 1.38.337.674 0 1.065-.085 1.226-.338.16-.253.092-.675-.154-1.35L14.144 12zm-4.734 7.184.864-2.375.865-2.374c.1-.278.226-.417.352-.417.126 0 .251.139.352.417l.865 2.374.864 2.375c.06.168.062.293.004.377-.06.084-.178.126-.357.126H7.647c-.18 0-.298-.042-.357-.126-.058-.084-.057-.21.004-.377M21.75 11.25a2.99 2.99 0 0 1-.879 2.121 2.99 2.99 0 0 1-2.121.879 2.99 2.99 0 0 1-2.121-.879 2.99 2.99 0 0 1-.879-2.121c0-.484.087-.871.276-1.358.19-.487.482-1.074.894-1.957.566-1.214.882-1.885 1.127-2.253.245-.368.42-.432.703-.432s.457.064.703.432c.245.368.561 1.039 1.127 2.253.412.883.704 1.47.894 1.957.19.487.276.874.276 1.358"/>
    </svg>);
});
//# sourceMappingURL=EditorFontColor.jsx.map