import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorBackColor = withIcon(function IconEditorBackColor(props) {
    return (<svg data-tag="IconEditorBackColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m12.457 11.08.367 1.022.368 1.021c.048.135.053.23.01.29-.042.06-.132.087-.275.087h-1.841c-.144 0-.234-.027-.277-.088-.042-.06-.036-.155.013-.29l.371-1.02.372-1.022c.142-.39.294-.586.446-.586.152 0 .304.195.446.586M21 12c0 4.125 0 6.187-1.031 7.219-1.031 1.03-3.094 1.03-7.219 1.03h-1.5c-4.125 0-6.187 0-7.219-1.03-1.031-1.032-1.03-3.094-1.03-7.22 0-4.124 0-6.187 1.03-7.218C5.063 3.75 7.125 3.75 11.251 3.75h1.5c4.124 0 6.187 0 7.218 1.031C21 5.812 21 7.875 21 12m-4.307 3.834-1.422-3.906-1.422-3.906c-.18-.493-.367-.811-.634-1.006-.267-.195-.613-.266-1.11-.266h-.21c-.497 0-.844.071-1.11.266-.267.195-.455.513-.635 1.006l-1.42 3.906-1.422 3.906c-.18.494-.24.848-.118 1.078.124.23.431.338.99.338.497 0 .808-.072 1.04-.266.231-.195.384-.513.563-1.006l.065-.178.065-.178c.04-.11.07-.17.119-.205.05-.035.117-.042.233-.042h3.473c.117 0 .185.007.234.042.05.035.08.097.12.206l.063.177.064.178c.18.493.332.811.563 1.006.232.194.543.266 1.04.266.56 0 .867-.108.99-.339.123-.231.06-.585-.118-1.077"/>
    </svg>);
});
//# sourceMappingURL=EditorBackColor.jsx.map