import React from 'react';
import { ToolbarButton } from '../';

export const InsertImagePlugin = (props) => (
  <ToolbarButton
    icon="image"
    {...props}
  />
);
