package.dist.esm.icons.bandcamp-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 BandcampIconConfig = {
name: 'BandcampIcon',
height: 512,
width: 512,
svgPath: 'M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z',
yOffset: 0,
xOffset: 0,
};
export const BandcampIcon = createIcon(BandcampIconConfig);
export default BandcampIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy