package.dist.esm.icons.volume-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 VolumeIconConfig = {
name: 'VolumeIcon',
height: 1024,
width: 832,
svgPath: 'M416,608 C135.8,608 44.3,549.9 14.5,512 C0,493.6 0,512 0,512 L0,704 C0,774.7 186.2,832 416,832 C645.8,832 832,774.7 832,704 L832,512 C832,512 832,493.6 817.5,512 C787.7,549.9 696.2,608 416,608 L416,608 Z M832,383 C832,453.7 645.8,511 416,511 C186.2,511 0,453.7 0,383 L0,256 C0,185.3 186.2,128 416,128 C645.8,128 832,185.3 832,256 L832,383 Z',
yOffset: 0,
xOffset: 0,
};
export const VolumeIcon = createIcon(VolumeIconConfig);
export default VolumeIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy