UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 629 B
import React from 'react'; export const Medkit = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M336 64H176a16 16 0 0 0-16 16v16h192V80a16 16 0 0 0-16-16Z" fill="none"/> <path d="M432 96h-48V80a48.05 48.05 0 0 0-48-48H176a48.05 48.05 0 0 0-48 48v16H80a64.07 64.07 0 0 0-64 64v256a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64V160a64.07 64.07 0 0 0-64-64Zm-96 208h-64v64a16 16 0 0 1-32 0v-64h-64a16 16 0 0 1 0-32h64v-64a16 16 0 0 1 32 0v64h64a16 16 0 0 1 0 32Zm16-208H160V80a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16Z"/> </svg>; };