import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorBold = withIcon(function IconEditorBold(props) {
    return (<svg data-tag="IconEditorBold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M16.32 12.1c-.201-.097-.302-.208-.305-.323-.002-.115.094-.233.288-.343.528-.3.952-.698 1.244-1.209.293-.51.453-1.133.453-1.881 0-1.402-.56-2.363-1.496-2.974-.936-.61-2.248-.87-3.754-.87H7.125c-.6 0-.975.075-1.2.3-.225.225-.3.6-.3 1.2v12c0 .6.075.975.3 1.2.225.225.6.3 1.2.3h5.625c1.613 0 3.02-.273 4.022-.913 1.003-.64 1.603-1.648 1.603-3.118 0-.84-.196-1.529-.55-2.085-.355-.555-.87-.977-1.505-1.284M9.766 8.25c0-.3.038-.487.15-.6.113-.112.3-.15.6-.15h1.313c.704 0 1.22.11 1.56.353.339.242.502.617.502 1.148 0 .53-.163.905-.503 1.147-.34.243-.855.353-1.56.353h-1.312c-.3 0-.487-.038-.6-.15-.112-.113-.15-.3-.15-.6zM12 16.51h-1.5c-.3 0-.488-.037-.6-.15-.113-.112-.15-.3-.15-.6v-1.5c0-.3.037-.487.15-.6.112-.112.3-.15.6-.15H12c.704 0 1.22.11 1.56.353.339.243.502.617.502 1.148 0 .53-.163.905-.502 1.148-.34.242-.856.352-1.56.352"/>
    </svg>);
});
//# sourceMappingURL=EditorBold.jsx.map