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.58 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'TextStrikethrough20Regular', 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: 'M6.528 4.026C7.428 3.403 8.654 3 10 3c2.688 0 4.326 1.434 4.9 2.2a.5.5 0 0 1-.8.6C13.674 5.232 12.312 4 10 4c-1.153 0-2.178.347-2.903.849C6.36 5.359 6 5.976 6 6.5c0 .909.432 1.484 1.167 1.933c.362.22.784.403 1.248.567H6.23C5.498 8.43 5 7.637 5 6.5c0-.976.64-1.86 1.528-2.474zM16.5 10a.5.5 0 0 1 0 1h-2.73c.732.57 1.23 1.363 1.23 2.5c0 1.228-.721 2.12-1.677 2.681c-.945.556-2.163.819-3.323.819c-1.126 0-2.078-.128-2.893-.478c-.827-.356-1.477-.925-2.023-1.745a.5.5 0 0 1 .832-.554c.454.68.96 1.111 1.586 1.38C8.141 15.878 8.94 16 10 16c1.028 0 2.06-.237 2.817-.681c.748-.44 1.183-1.047 1.183-1.819c0-.909-.432-1.484-1.167-1.933A6.651 6.651 0 0 0 11.585 11H3.5a.5.5 0 0 1 0-1h13z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })