import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorHeading = withIcon(function IconEditorHeading(props) {
    return (<svg data-tag="IconEditorHeading" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.125 19.125c0 .22-.033.36-.331.446-.298.086-.86.117-1.919.117-1.058 0-1.62-.031-1.919-.117-.297-.086-.33-.226-.33-.446 0-.35.187-.482.374-.671.188-.19.375-.437.375-1.016v-3.563c0-.301-.037-.489-.149-.6-.112-.113-.3-.15-.6-.15h-5.25c-.302 0-.49.037-.602.15-.112.111-.149.299-.149.6v3.563c0 .579.188.826.375 1.016.188.19.375.322.375.671 0 .22-.033.36-.331.446-.298.086-.86.117-1.919.117-1.058 0-1.62-.031-1.918-.117-.298-.086-.332-.226-.332-.446 0-.35.188-.482.375-.671.188-.19.375-.437.375-1.016v-10.5c0-.58-.187-.827-.375-1.017-.187-.19-.375-.322-.375-.671 0-.22.034-.36.332-.446.298-.086.86-.117 1.918-.117 1.059 0 1.621.031 1.919.117.298.086.331.226.331.446 0 .35-.187.482-.375.671-.187.19-.375.437-.375 1.016V9.75c0 .301.037.489.15.6.111.113.299.15.6.15h5.25c.301 0 .489-.037.601-.15.112-.111.15-.299.15-.6V6.938c0-.58-.188-.827-.376-1.017-.187-.19-.375-.322-.375-.671 0-.22.034-.36.331-.446.298-.086.86-.117 1.92-.117 1.057 0 1.62.031 1.918.117.298.085.331.226.331.446 0 .35-.187.481-.375.671-.187.19-.375.437-.375 1.016v10.5c0 .58.188.827.375 1.017.188.19.375.322.375.671"/>
    </svg>);
});
//# sourceMappingURL=EditorHeading.jsx.map