@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.34 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiLanguageIconConfig: {
name: 'RhUiLanguageIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28-.051-.003a21.982 21.982 0 0 1-3.68-8.247h7.463a21.975 21.975 0 0 1-3.68 8.247l-.051.003Zm-4.008-9.75c-.155-1.067-.242-2.151-.242-3.25s.087-2.183.242-3.25h8.015c.155 1.067.242 2.151.242 3.25s-.087 2.183-.242 3.25h-8.015ZM3 16c0-1.124.158-2.209.428-3.25h7.059c-.146 1.069-.236 2.152-.236 3.25s.091 2.181.236 3.25H3.428A12.957 12.957 0 0 1 3 16ZM16 3l.051.003a21.982 21.982 0 0 1 3.68 8.247h-7.463a21.975 21.975 0 0 1 3.68-8.247L15.999 3Zm5.514 9.75h7.059c.269 1.041.428 2.126.428 3.25s-.158 2.209-.428 3.25h-7.059c.146-1.069.236-2.152.236-3.25s-.091-2.181-.236-3.25Zm6.575-1.5h-6.831a23.41 23.41 0 0 0-3.275-8.082c4.619.712 8.437 3.853 10.105 8.082ZM14.016 3.168a23.41 23.41 0 0 0-3.275 8.082h-6.83c1.668-4.229 5.487-7.37 10.105-8.082ZM3.911 20.75h6.831a23.41 23.41 0 0 0 3.275 8.082C9.398 28.12 5.58 24.979 3.912 20.75Zm14.073 8.082a23.41 23.41 0 0 0 3.275-8.082h6.831c-1.668 4.229-5.487 7.37-10.105 8.082Z"},
rhUiIcon: null,
};
export declare const RhUiLanguageIcon: ComponentClass<SVGIconProps>;
export default RhUiLanguageIcon;