SpeciesFileGroup/taxonworks

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

Summary

Maintainability
A
0 mins
Test Coverage
export const attention = {
  paths: [{
    d: `M11.8,9.6L7,1.2C6.8,0.9,6.4,0.6,6,0.6c-0.4,0-0.8,0.2-1,0.6L0.2,9.6c-0.2,0.4-0.2,0.8,0,1.2s0.6,0.6,1,0.6h9.6
    c0.4,0,0.8-0.2,1-0.6C12.1,10.4,12.1,10,11.8,9.6z M6,10c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8s0.8,0.3,0.8,0.8
    C6.8,9.7,6.4,10,6,10z M6.8,6.7c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8V3.2c0-0.2,0.2-0.4,0.4-0.4h0.8c0.2,0,0.4,0.2,0.4,0.4
    L6.8,6.7L6.8,6.7z`
  }]
}