import React from 'react';
import withIcon from '../lib/withIcon';
export const IconExpand = withIcon(function IconExpand(props) {
    return (<svg data-tag="IconExpand" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M11.25 4.5c0 .598-.076.973-.301 1.199-.226.225-.6.301-1.199.301h-3c-.27 0-.457.053-.577.173-.12.12-.173.307-.173.577v3c0 .598-.076.973-.301 1.199-.226.225-.6.301-1.199.301-.598 0-.973-.076-1.199-.301-.225-.226-.301-.6-.301-1.199V4.5c0-.598.076-.973.301-1.199C3.527 3.076 3.901 3 4.5 3h5.25c.598 0 .973.076 1.199.301.225.226.301.6.301 1.2m8.25 8.25c-.598 0-.973.076-1.199.302-.225.225-.301.6-.301 1.198v3c0 .27-.053.457-.173.577-.12.12-.307.173-.577.173h-3c-.598 0-.973.076-1.199.301-.225.226-.3.6-.301 1.199 0 .598.076.973.301 1.199.226.225.6.3 1.199.3h5.25c.598 0 .973-.075 1.199-.3.225-.226.3-.601.3-1.2v-5.25c0-.597-.075-.972-.3-1.198-.226-.225-.6-.3-1.199-.3"/>
    </svg>);
});
//# sourceMappingURL=Expand.jsx.map