UNPKG

@patternfly/react-icons

Version:
12 lines 583 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const FacebookIconConfig: { name: 'FacebookIcon', height: 512, width: 512, svgPath: 'M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z', yOffset: 0, xOffset: 0, }; export declare const FacebookIcon: React.ComponentClass<SVGIconProps>; export default FacebookIcon;