UNPKG

no-mui-icons-outlined

Version:

Outlined Material UI Icons repackaged without MUI dependencies

6 lines (5 loc) 434 B
export function SegmentOutlinedIcon({ className, ...props }) { return ( <svg className={`no-mui-icon no-mui-outlined-icon no-mui-segment-outlined-icon ${ className ?? '' }`} {...props} xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/></g><g><path d="M9,18h12v-2H9V18z M3,6v2h18V6H3z M9,13h12v-2H9V13z"/></g></svg> ); }