UNPKG

@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
'use strict' 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'TicketDiagonal28Filled', 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: 'M18.584 2.914a2.562 2.562 0 0 0-3.714-.095L2.801 14.887a2.563 2.563 0 0 0 .072 3.694l1.375 1.271c.714.66 1.692.513 2.29.27a1.667 1.667 0 0 1 2.216 2.05c-.195.615-.266 1.602.448 2.262l1.02.944a2.562 2.562 0 0 0 3.535-.053l11.528-11.322a2.563 2.563 0 0 0 .107-3.545l-1.075-1.192c-.635-.703-1.592-.664-2.2-.494a1.669 1.669 0 0 1-2.002-2.217c.232-.589.369-1.537-.266-2.24l-1.265-1.4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })