package.dist.esm.icons.briefcase-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import { createIcon } from '../createIcon';
export const BriefcaseIconConfig = {
name: 'BriefcaseIcon',
height: 512,
width: 512,
svgPath: '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',
yOffset: 0,
xOffset: 0,
};
export const BriefcaseIcon = createIcon(BriefcaseIconConfig);
export default BriefcaseIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy