import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlus = withIcon(function IconPlus(props) {
    return (<svg data-tag="IconPlus" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.5 13.5H15c-.6 0-.975.075-1.2.3-.225.225-.3.6-.3 1.2v4.5c0 .6-.075.975-.3 1.2-.225.225-.6.3-1.2.3s-.975-.075-1.2-.3c-.225-.225-.3-.6-.3-1.2V15c0-.6-.075-.975-.3-1.2-.225-.225-.6-.3-1.2-.3H4.5c-.6 0-.975-.075-1.2-.3-.225-.225-.3-.6-.3-1.2s.075-.975.3-1.2c.225-.225.6-.3 1.2-.3H9c.6 0 .975-.075 1.2-.3.225-.225.3-.6.3-1.2V4.5c0-.6.075-.975.3-1.2.225-.225.6-.3 1.2-.3s.975.075 1.2.3c.225.225.3.6.3 1.2V9c0 .6.075.975.3 1.2.225.225.6.3 1.2.3h4.5c.6 0 .975.075 1.2.3.225.225.3.6.3 1.2s-.075.975-.3 1.2c-.225.225-.6.3-1.2.3"/>
    </svg>);
});
//# sourceMappingURL=Plus.jsx.map