package.dist.esm.icons.voicemail-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 VoicemailIconConfig = {
name: 'VoicemailIcon',
height: 512,
width: 640,
svgPath: 'M496 128a144 144 0 0 0-119.74 224H263.74A144 144 0 1 0 144 416h352a144 144 0 0 0 0-288zM64 272a80 80 0 1 1 80 80 80 80 0 0 1-80-80zm432 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z',
yOffset: 0,
xOffset: 0,
};
export const VoicemailIcon = createIcon(VoicemailIconConfig);
export default VoicemailIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy