UNPKG

no-mui-icons-two-tone

Version:

Two tone Material UI Icons repackaged without MUI dependencies

6 lines (5 loc) 516 B
export function AlignHorizontalCenterTwoToneIcon({ className, ...props }) { return ( <svg className={`no-mui-icon no-mui-two-tone-icon no-mui-align-horizontal-center-two-tone-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"/><polygon points="11,2 13,2 13,7 21,7 21,10 13,10 13,14 18,14 18,17 13,17 13,22 11,22 11,17 6,17 6,14 11,14 11,10 3,10 3,7 11,7"/></svg> ); }