import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandOrigami = withIcon(function IconBrandOrigami(props) {
    return (<svg data-tag="IconBrandOrigami" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M2.31 2.705A.75.75 0 0 1 3 2.25h6.136a.75.75 0 0 1 .543.232l4.98 5.218 2.526-2.646a.75.75 0 0 1 1.085 0l3.273 3.428A.75.75 0 0 1 21 9.75h-2.523V12a.75.75 0 0 1-.207.518l-8.591 9A.75.75 0 0 1 8.386 21V9.73L2.457 3.517a.75.75 0 0 1-.147-.813m6.076 4.852V3.75H4.753zm1.5-2.685L16.69 12l-6.804 7.128zm7.091 5.256V7.443l-1.281 1.343zm1.5-2.685v.807h.77z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=BrandOrigami.jsx.map