UNPKG

no-mui-icons-outlined

Version:

Outlined Material UI Icons repackaged without MUI dependencies

6 lines (5 loc) 449 B
export function StartOutlinedIcon({ className, ...props }) { return ( <svg className={`no-mui-icon no-mui-outlined-icon no-mui-start-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"><rect fill="none" height="24" width="24"/><path d="M14.59,7.41L18.17,11H6v2h12.17l-3.59,3.59L16,18l6-6l-6-6L14.59,7.41z M2,6v12h2V6H2z"/></svg> ); }