package.dist.js.icons.first-aid-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const FirstAidIconConfig: {
name: 'FirstAidIcon',
height: 512,
width: 576,
svgPath: 'M0 80v352c0 26.5 21.5 48 48 48h48V32H48C21.5 32 0 53.5 0 80zm128 400h320V32H128v448zm64-248c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48zM528 32h-48v448h48c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z',
yOffset: 0,
xOffset: 0,
};
export declare const FirstAidIcon: React.ComponentClass;
export default FirstAidIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy