ts-bigscreen-vue/node_modules/vue-awesome/icons/brands/unity.js

14 lines
421 B
JavaScript

import Icon from '../../components/Icon'
Icon.register({
'brands/unity': {
width: 576,
height: 512,
paths: [
{
d: 'M498.1 206.4l-30 49.6 30 49.6-52.8 191.6-197.1-51.4-29.2-50-59.2 0.4-144.3-140.3 144.3-140.3 59.2 0.4 29.2-50.1 197.1-51.4zM223.8 124.2l-108.9 108.1h173.1l86.5-145.8zM223.8 387.8l150.8 37.7-86.5-145.8h-173.1zM416.8 401.8l41.8-145.8-41.8-145.8-86.6 145.8z'
}
]
}
})