package.dist.esm.icons.twitch-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 TwitchIconConfig = {
name: 'TwitchIcon',
height: 512,
width: 512,
svgPath: 'M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z',
yOffset: 0,
xOffset: 0,
};
export const TwitchIcon = createIcon(TwitchIconConfig);
export default TwitchIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy