UnisKB/ui/src/components/app-icon/icons/application.ts

24 lines
1.4 KiB
TypeScript

import { h } from 'vue'
export default {
'app-simple-application': {
iconReader: () => {
return h('i', [
h(
'svg',
{
viewBox: '0 0 20 20',
version: '1.1',
xmlns: 'http://www.w3.org/2000/svg',
},
[
h('path', {
d: 'M0.833313 7.4004C0.833313 7.04021 1.20266 6.79818 1.53291 6.94197L8.77364 10.0945C8.95607 10.1739 9.07404 10.354 9.07404 10.553V18.339C9.07404 18.7152 8.67435 18.9566 8.34141 18.7816L1.14372 14.9983C1.05096 14.9474 0.973499 14.8738 0.919056 14.7847C0.864612 14.6957 0.835079 14.5943 0.833395 14.4907L0.833313 14.4814V7.4004ZM18.4644 6.93223C18.795 6.78607 19.1666 7.0281 19.1666 7.38952V14.4814C19.1666 14.5866 19.1379 14.6899 19.0833 14.7807C19.0288 14.8715 18.9504 14.9466 18.8562 14.9983L11.6585 18.7816C11.3256 18.9566 10.9259 18.7152 10.9259 18.339L10.9259 10.5912C10.9259 10.3933 11.0427 10.214 11.2237 10.1339L18.4644 6.93223ZM9.69988 1.7434C9.79147 1.69315 9.89483 1.66675 9.99998 1.66675C10.1051 1.66675 10.2085 1.69315 10.3001 1.7434L17.198 4.80727C17.5962 4.98413 17.5934 5.55024 17.1935 5.72316L10.1984 8.74757C10.0718 8.80232 9.92817 8.80232 9.80155 8.74757L2.80644 5.72316C2.40651 5.55025 2.40371 4.98413 2.80191 4.80727L9.69988 1.7434Z',
fill: 'currentColor',
}),
],
),
])
},
},
}