UNPKG

@patternfly/react-icons

Version:
12 lines 627 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const LinkedinInIconConfig: { name: 'LinkedinInIcon', height: 512, width: 448, svgPath: 'M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z', yOffset: 0, xOffset: 0, }; export declare const LinkedinInIcon: React.ComponentClass<SVGIconProps>; export default LinkedinInIcon;