import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandTiktok = withIcon(function IconBrandTiktok(props) {
    return (<svg data-tag="IconBrandTiktok" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M20.497 10.092a5.275 5.275 0 0 1-3.01-.617 5.316 5.316 0 0 1-1.916-1.773v8.222a6.106 6.106 0 0 1-1.017 3.375 6.045 6.045 0 0 1-2.709 2.239 5.998 5.998 0 0 1-3.487.345 6.023 6.023 0 0 1-3.09-1.663 6.09 6.09 0 0 1-1.652-3.11 6.114 6.114 0 0 1 .343-3.512 6.068 6.068 0 0 1 2.223-2.727 6.007 6.007 0 0 1 3.354-1.024c.126 0 .249.012.373.02v2.994c-.124-.015-.246-.038-.373-.038-.817 0-1.6.327-2.179.908a3.112 3.112 0 0 0 0 4.386 3.07 3.07 0 0 0 2.179.909c1.701 0 3.204-1.35 3.204-3.063L12.77 2h2.845A5.35 5.35 0 0 0 17.2 5.275a5.284 5.284 0 0 0 3.3 1.489v3.328"/>
    </svg>);
});
//# sourceMappingURL=BrandTiktok.jsx.map