package.dist.esm.icons.vuejs-icon.d.ts 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 * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const VuejsIconConfig: {
name: 'VuejsIcon',
height: 512,
width: 448,
svgPath: 'M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z',
yOffset: 0,
xOffset: 0,
};
export declare const VuejsIcon: React.ComponentClass;
export default VuejsIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy