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

export default function Copilot(props) {
  return (
    <Icon {...props}>
      <path d="M22.961.394a.5.5 0 0 1 .645.645l-8.264 21.786a.5.5 0 0 1-.929.015l-3.58-8.591a.5.5 0 0 0-.251-.262l-9.5-4.384a.5.5 0 0 1 .032-.922L22.96.394Z" />
    </Icon>
  );
}