UNPKG

@vicons/tabler

Version:

Vue3 SVG icon components integrated from [`tabler`](https://github.com/tabler/tabler-icons)

46 lines (45 loc) 1.45 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'TagOff', 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', stroke: 'currentColor', 'stroke-width': '2', 'stroke-linecap': 'round', 'stroke-linejoin': 'round' }, [ (0, vue_1.createElementVNode)('path', { d: 'M7.792 7.793a1 1 0 0 0 1.414 1.414' }), (0, vue_1.createElementVNode)('path', { d: 'M4.88 4.877A2.99 2.99 0 0 0 4 7v3.859c0 .537.213 1.052.593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l2.416-2.416m2.002-2.002l.416-.416a2.025 2.025 0 0 0 0-2.864L12.29 4.593A2.025 2.025 0 0 0 10.859 4H8' }), (0, vue_1.createElementVNode)('path', { d: 'M3 3l18 18' }) ], -1 /* HOISTED */ ) ]) ) ) } })