users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/remove.jsx

0c8fa3a2a270747f3dbb54fe8792f3f0aec997e3 · 254 B · 9 lines raw

1 import Icon from "../icon.jsx";
2
3 export default function Remove(props) {
4 return (
5 <Icon {...props}>
6 <path d="M3.85714 24H20.1429V5.33333H3.85714V24ZM21.5 1.33333H16.75L15.3929 0H8.60714L7.25 1.33333H2.5V4H21.5V1.33333Z" />
7 </Icon>
8 );
9 }