SpeciesFileGroup/taxonworks

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

Summary

Maintainability
A
0 mins
Test Coverage
export const folderArrowUp = {
  paths: [
    {
      d: `M269.3,167.4H119.2l-13.5-22.3c0-0.1-2.6-5.4-5.7-5.4H29c-3.1,0-5.7,2.4-5.7,5.4V179v1.1v114
    c0,6.4,5.5,11.6,12.3,11.6h233.7c6.8,0,12.3-5.2,12.3-11.6V179C281.6,172.6,276.1,167.4,269.3,167.4z`
    },
    {
      d: `M184.1,82.3v78.4h-48.5V82.3h-58l81.6-81.6l81.6,81.6H184.1z`
    }
  ]
}