package.dist.esm.icons.dyalog-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 DyalogIconConfig: {
name: 'DyalogIcon',
height: 512,
width: 416,
svgPath: 'M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z',
yOffset: 0,
xOffset: 0,
};
export declare const DyalogIcon: React.ComponentClass;
export default DyalogIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy