@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.08 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardAirplaneIconConfig = {
name: 'RhStandardAirplaneIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"m31.42 22.536-9.793-8.813V8c0-2-1.626-3.625-3.625-3.625S14.377 6.001 14.377 8v5.722l-9.793 8.813a.627.627 0 0 0-.207.465v3a.625.625 0 0 0 .748.613l9.252-1.85v2.35l-2.654 1.328a.624.624 0 0 0-.346.559v2c0 .345.28.625.625.625h12c.345 0 .625-.28.625-.625v-2a.624.624 0 0 0-.346-.559l-2.654-1.328v-2.35l9.252 1.85a.626.626 0 0 0 .748-.613v-3a.627.627 0 0 0-.207-.465Zm-1.043 2.702-9.252-1.85a.625.625 0 0 0-.748.613v3.5c0 .236.134.453.346.559l2.654 1.328v.988h-10.75v-.988l2.654-1.328a.624.624 0 0 0 .346-.559v-3.5a.625.625 0 0 0-.748-.613l-9.252 1.85V23.28l9.793-8.813a.627.627 0 0 0 .207-.465v-6c0-1.31 1.065-2.375 2.375-2.375s2.375 1.065 2.375 2.375v6c0 .177.075.346.207.465l9.793 8.813v1.96Z"},
rhUiIcon: null,
};
export const RhStandardAirplaneIcon = createIconBase(RhStandardAirplaneIconConfig);
export default RhStandardAirplaneIcon;