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

export default function Setapp(props) {
  return (
    <Icon {...props}>
      <path d="M13.025,8.386l2.583,2.595c0.228,0.228 0.595,0.228 0.81,-0l2.583,-2.595c0.228,-0.228 0.228,-0.595 -0,-0.823l-2.583,-2.595c-0.228,-0.228 -0.595,-0.228 -0.81,-0l-2.583,2.607c-0.227,0.216 -0.227,0.583 0,0.811m-1.43,-1.431c0.228,0.228 0.595,0.228 0.81,0l2.583,-2.595c0.228,-0.228 0.228,-0.595 -0,-0.823l-2.583,-2.595c-0.228,-0.228 -0.595,-0.228 -0.81,-0l-2.583,2.595c-0.228,0.228 -0.228,0.595 0,0.823l2.583,2.595Zm-0,2.051l-2.583,2.595c-0.228,0.228 -0.228,0.595 0,0.823l2.583,2.595c0.228,0.228 0.595,0.228 0.81,0l2.583,-2.595c0.228,-0.228 0.228,-0.595 -0,-0.823l-2.583,-2.595c-0.215,-0.228 -0.582,-0.228 -0.81,0m-4.013,1.975c0.228,0.228 0.595,0.228 0.81,-0l2.583,-2.595c0.227,-0.228 0.227,-0.595 -0,-0.823l-2.583,-2.595c-0.228,-0.228 -0.595,-0.228 -0.81,-0l-2.583,2.595c-0.228,0.228 -0.228,0.595 0,0.823l2.583,2.595Zm8.836,2.051c-0.228,-0.228 -0.595,-0.228 -0.81,-0l-2.583,2.595c-0.227,0.228 -0.227,0.595 0,0.823l2.583,2.595c0.228,0.228 0.595,0.228 0.81,0l2.583,-2.595c0.228,-0.228 0.228,-0.595 -0,-0.823l-2.583,-2.595Zm-4.013,4.013c-0.228,-0.228 -0.595,-0.228 -0.81,-0l-2.583,2.595c-0.228,0.228 -0.228,0.595 0,0.823l2.583,2.595c0.228,0.228 0.595,0.228 0.81,0l2.583,-2.595c0.228,-0.228 0.228,-0.595 -0,-0.823l-2.583,-2.595Zm-1.418,-1.431l-2.582,-2.595c-0.228,-0.228 -0.595,-0.228 -0.811,0l-2.582,2.595c-0.228,0.228 -0.228,0.595 -0,0.823l2.582,2.595c0.228,0.228 0.595,0.228 0.811,0l2.582,-2.595c0.215,-0.228 0.215,-0.595 0,-0.823" />
    </Icon>
  );
}