SpeciesFileGroup/taxonworks

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

Summary

Maintainability
A
0 mins
Test Coverage
export const label = {
  paths: [{
    d: 'M 11.657 5.743 L 6.257 0.343 C 6.043 0.129 5.743 0 5.4 0 L 1.2 0 C 0.557 0 0 0.557 0 1.2 L 0 5.4 C 0 5.743 0.129 6.043 0.343 6.257 L 5.743 11.657 C 5.957 11.871 6.257 12 6.6 12 C 6.943 12 7.243 11.871 7.457 11.657 L 11.657 7.457 C 11.871 7.243 12 6.943 12 6.6 C 12 6.257 11.871 5.957 11.657 5.743 Z M 2.1 3 C 1.586 3 1.2 2.614 1.2 2.1 C 1.2 1.586 1.586 1.2 2.1 1.2 C 2.614 1.2 3 1.586 3 2.1 C 3 2.614 2.614 3 2.1 3 Z'
  }]
}