SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/components/ui/VIcon/Paths/radialAnnotator.js

Summary

Maintainability
A
0 mins
Test Coverage
export const radialAnnotator = {
  paths: [
    {
      d: 'M5,6.2L1.7,2.9C0.7,4,0.1,5.5,0,7h4.7C4.7,6.7,4.8,6.5,5,6.2z'
    },
    {
      d: 'M9.5,7H14c-0.1-1.6-0.7-3-1.7-4.1L9.2,6.1C9.3,6.4,9.5,6.7,9.5,7z'
    },
    {
      d: 'M8.5,5.4l3.2-3.2c-1.1-1-2.6-1.7-4.2-1.8V5C7.9,5.1,8.2,5.2,8.5,5.4z'
    },
    {
      d: 'M6.6,5V0.5C4.9,0.6,3.5,1.3,2.3,2.3l3.2,3.2C5.8,5.3,6.2,5.1,6.6,5z'
    },
    {
      d: 'M5.8,9.5l-3.3,3.3c1.1,1,2.6,1.6,4.1,1.7V9.8C6.3,9.8,6,9.7,5.8,9.5z'
    },
    {
      d: 'M7.5,9.9v4.6c1.6-0.1,3-0.7,4.1-1.7L8.3,9.6C8.1,9.7,7.8,9.8,7.5,9.9z'
    },
    {
      d: 'M4.7,7.9H0c0.1,1.6,0.8,3.1,1.8,4.3l3.3-3.3C4.9,8.6,4.8,8.3,4.7,7.9z'
    }
  ]
}