SpeciesFileGroup/taxonworks

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

Summary

Maintainability
A
0 mins
Test Coverage
export const clock = {
  paths: [{
    d: 'M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z',
    'stroke-linecap': 'round',
    'stroke-linejoin': 'round',
    'stroke-width': 2,
    stroke: 'currentColor',
    fill: 'none'
  }]
}