package.dist.esm.icons.html5-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 Html5IconConfig = {
name: 'Html5Icon',
height: 512,
width: 384,
svgPath: 'M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z',
yOffset: 0,
xOffset: 0,
};
export const Html5Icon = createIcon(Html5IconConfig);
export default Html5Icon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy