UNPKG

no-mui-icons-filled

Version:

Filled (standard) Material UI Icons repackaged without MUI dependencies

6 lines (5 loc) 560 B
export function MedicationFilledIcon({ className, ...props }) { return ( <svg className={`no-mui-icon no-mui-filled-icon no-mui-medication-filled-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><path d="M0,0h24v24H0V0z" fill="none"/></g><g><g><rect height="2" width="12" x="6" y="3"/><path d="M17,6H7C5.9,6,5,6.9,5,8v11c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V8C19,6.9,18.1,6,17,6z M16,15h-2.5v2.5h-3V15H8v-3h2.5 V9.5h3V12H16V15z"/></g></g></svg> ); }