import React from 'react';
import withIcon from '../lib/withIcon';
export const IconMinus = withIcon(function IconMinus(props) {
    return (<svg data-tag="IconMinus" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15 13.5h4.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-.3h-15c-.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.3H9z"/>
    </svg>);
});
//# sourceMappingURL=Minus.jsx.map