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

export default function Remove(props) {
  return (
    <Icon {...props}>
      <path d="M3.85714 24H20.1429V5.33333H3.85714V24ZM21.5 1.33333H16.75L15.3929 0H8.60714L7.25 1.33333H2.5V4H21.5V1.33333Z" />
    </Icon>
  );
}