suyiScreen/node_modules/vue-awesome/icons/cloud.js

14 lines
435 B
JavaScript

import Icon from '../components/Icon.vue'
Icon.register({
cloud: {
width: 640,
height: 512,
paths: [
{
d: 'M537.6 226.6c58.4 11.8 102.4 63.5 102.4 125.4 0 70.7-57.3 128-128 128h-368c-79.5 0-144-64.5-144-144 0-62.8 40.2-116.2 96.2-135.9-0.1-2.7-0.2-5.4-0.2-8.1 0-88.4 71.6-160 160-160 59.3 0 111 32.2 138.7 80.2 15.2-10.2 33.6-16.2 53.3-16.2 53 0 96 43 96 96 0 12.2-2.3 23.9-6.4 34.6z'
}
]
}
})