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

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

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

export const YinYangIconConfig = {
  name: 'YinYangIcon',
  height: 512,
  width: 496,
  svgPath: 'M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z',
  yOffset: 0,
  xOffset: 0,
};

export const YinYangIcon = createIcon(YinYangIconConfig);

export default YinYangIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy