@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.28 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TicketDiagonal16Filled',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M9.976 1.352a1.4 1.4 0 0 0-1.936.042L1.424 8.011a1.4 1.4 0 0 0 0 1.98l.926.925c.347.348.846.264 1.14.068a1.1 1.1 0 0 1 1.525 1.525c-.195.294-.279.794.068 1.141l.905.904a1.4 1.4 0 0 0 2.01-.03l6.598-7.012a1.4 1.4 0 0 0-.073-1.991l-.886-.813a.842.842 0 0 0-.727-.197c-.227.04-.442.16-.598.33a1.1 1.1 0 1 1-1.622-1.487c.157-.168.258-.393.279-.623a.841.841 0 0 0-.26-.706l-.733-.673z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})