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

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

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

export const CompassIconConfig = {
  name: 'CompassIcon',
  height: 512,
  width: 496,
  svgPath: 'M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z',
  yOffset: 0,
  xOffset: 0,
};

export const CompassIcon = createIcon(CompassIconConfig);

export default CompassIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy