All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.icons.genderless-icon.js Maven / Gradle / Ivy

import { createIcon } from '../createIcon';

export 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 const GenderlessIcon = createIcon(GenderlessIconConfig);

export default GenderlessIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy