sort-numeric-down.js 842 Bytes
Newer Older
Robin Borgogno's avatar
Robin Borgogno committed
1 2 3 4 5 6 7 8 9 10 11 12 13
import Icon from '../components/Icon.vue'

Icon.register({
  'sort-numeric-down': {
    width: 448,
    height: 512,
    paths: [
      {
        d: 'M304 96c-8.8 0-16-7.2-16-16 0-2.6 0.6-5 1.7-7.2l16-32c2.6-5.2 8-8.8 14.3-8.8h48c8.8 0 16 7.2 16 16v112h16c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h16v-64h-16zM330.1 258.9c53.5-14.3 101.8 25.9 101.9 77.1v10.8c0 70.4-28.3 107.2-86.3 132-8.4 3.6-18-1.3-20.9-9.9l-9.9-20c-2.6-7.9 0.6-16.9 8.2-20.3 7.6-3.3 14.6-7.6 20.8-12.9-47.6-4.8-83.1-51.5-68.8-102.5 7.6-26.3 28.6-46.9 55-54.2zM352 356c11 0 20-9 20-20s-9-20-20-20-20 9-20 20 9 20 20 20zM176 352c14.2 0 21.3 17.3 11.3 27.3l-80 96c-2.9 2.9-6.9 4.7-11.3 4.7-4.4 0-8.4-1.8-11.3-4.7l-80-96c-10.1-10.1-2.9-27.3 11.3-27.3h48v-304c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v304h48z'
      }
    ]
  }
})