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

export default function SuperProductivity(props) {
  return (
    <Icon {...props}>
      <path d="M11.3814 17.75 0 12.5 12.3711 24 24 0 11.3814 17.75Z" />
    </Icon>
  );
}