UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 577 B
import { createIconBase } from '../createIcon.js'; export const BriefcaseIconConfig = { name: 'BriefcaseIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M320 336c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h416c25.6 0 48-22.4 48-48V288H320v48zm144-208h-80V80c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h512v-80c0-25.6-22.4-48-48-48zm-144 0H192V96h128v32z"}, rhUiIcon: null, }; export const BriefcaseIcon = createIconBase(BriefcaseIconConfig); export default BriefcaseIcon;