aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/tick-tick.jsx
blob: 6efffcb22288a081fdc14669f89711eafa6f422e (plain)
1
2
3
4
5
6
7
8
9
import Icon from "../icon.jsx";

export default function TickTick(props) {
  return (
    <Icon {...props}>
      <path d="M8.948,9.516l-1.691,2.08m-0,-0l3.799,3.128m0,0c0.457,0.412 1.454,0.791 2.328,-0.3m-4.436,-4.908l2.968,2.437m0,0l6.368,-7.963m2.086,1.686l-2.086,-1.686m2.086,1.686l-6.986,8.748m4.9,-10.434l2.086,1.686l-2.086,-1.686Zm-6.368,7.963l8.454,-6.277l-2.086,-1.686l-6.368,7.963Zm8.454,-6.277l-6.986,8.748l-1.468,-2.471m0,0l-0.86,2.771l2.328,-0.3l-1.468,-2.471Zm0,0l-2.968,-2.437l-1.691,2.08l3.799,3.128l0.86,-2.771Zm-0.021,-10.147c-2.704,0.027 -5.286,1.128 -7.178,3.059c-3.939,4.02 -3.873,10.48 0.147,14.418c4.019,3.938 10.479,3.872 14.417,-0.147c1.893,-1.931 2.941,-4.535 2.913,-7.239l-2.549,0.026c0.021,2.028 -0.765,3.981 -2.184,5.429c-2.954,3.015 -7.799,3.064 -10.814,0.111c-3.014,-2.954 -3.063,-7.799 -0.11,-10.814c1.42,-1.448 3.356,-2.274 5.384,-2.294l-0.026,-2.549Z" />
    </Icon>
  );
}