package.dist.esm.icons.y-combinator-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 YCombinatorIconConfig: {
name: 'YCombinatorIcon',
height: 512,
width: 448,
svgPath: 'M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z',
yOffset: 0,
xOffset: 0,
};
export declare const YCombinatorIcon: React.ComponentClass;
export default YCombinatorIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy