package.dist.js.icons.mix-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 MixIconConfig: {
name: 'MixIcon',
height: 512,
width: 448,
svgPath: 'M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z',
yOffset: 0,
xOffset: 0,
};
export declare const MixIcon: React.ComponentClass;
export default MixIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy