package.dist.js.icons.genderless-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 GenderlessIconConfig: {
name: 'GenderlessIcon',
height: 512,
width: 288,
svgPath: 'M144 176c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80m0-64C64.5 112 0 176.5 0 256s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z',
yOffset: 0,
xOffset: 0,
};
export declare const GenderlessIcon: React.ComponentClass;
export default GenderlessIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy