package.dist.esm.icons.uikit-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 UikitIconConfig: {
name: 'UikitIcon',
height: 512,
width: 448,
svgPath: 'M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z',
yOffset: 0,
xOffset: 0,
};
export declare const UikitIcon: React.ComponentClass;
export default UikitIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy