import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandNotion = withIcon(function IconBrandNotion(props) {
    return (<svg data-tag="IconBrandNotion" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M3.257 2.862C2.325 2.94 2 3.523 2 4.222v12.132c0 .545.203 1.011.69 1.634l2.718 3.383c.446.545.852.661 1.704.622l13.428-.778c.21-.014.394-.043.552-.087.693-.19.908-.655.908-1.351V6.128c0-.442-.182-.57-.72-.946l-.092-.065-3.69-2.488c-.749-.521-1.126-.66-2.065-.623a10.32 10.32 0 0 0-.205.01h-.015c-.122.008-.252.018-.393.03zm.934 1.05-.032.004c-.315.037-.418.174-.353.307a.287.287 0 0 0 .06.078l1.583 1.205c.037.03.072.056.107.081.174.129.322.214.476.269a1.285 1.285 0 0 0 .106.033c.082.021.168.035.261.043a2.91 2.91 0 0 0 .312.009l.182-.006c.151-.006.323-.018.524-.03l.141-.01 11.48-.66c.099 0 .124-.04.114-.088a.342.342 0 0 0-.154-.185L17.09 3.64a4.23 4.23 0 0 0-.186-.132l-.014-.01c-.345-.225-.812-.428-1.584-.364zm15.78 2.644-13.184.739c-.272.022-.443.104-.54.261-.076.122-.108.287-.109.503V19.66c0 .067.004.129.011.187.039.294.176.477.426.567l.017.006c.119.04.263.06.433.061h.018c.048 0 .098-.001.15-.004l12.616-.7c.305-.016.497-.1.617-.23a.541.541 0 0 0 .016-.018c.153-.18.179-.44.179-.725V7.294c0-.404-.13-.66-.412-.725a.8.8 0 0 0-.238-.013m-1.36 2.23a1.154 1.154 0 0 0-.018-.092l-2.8.157a.89.89 0 0 0-.065.008.715.715 0 0 0-.542.386.601.601 0 0 0-.042.384l1.055.116v5.366l-4.138-6.066-3.002.194c-.355.024-.567.23-.657.467a.75.75 0 0 0-.033.428l1.014.077v7.66l-.73.195c-.167.046-.264.2-.299.35a.42.42 0 0 0 .015.272l2.799-.156c.665 0 .894-.3.973-.507a.673.673 0 0 0 .04-.174l.002-.018-1.258-.273v-5.793l3.976 5.988.065.078c.087.103.163.194.235.272.177.191.325.308.527.37a1.65 1.65 0 0 0 .471.057 2.522 2.522 0 0 0 .908-.196c.165-.063.336-.14.512-.231V9.55l.608-.116a.396.396 0 0 0 .323-.198.533.533 0 0 0 .063-.185.73.73 0 0 0 .008-.127.995.995 0 0 0-.01-.138" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=BrandNotion.jsx.map