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.44 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'TextStrikethrough16Regular', 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: 'M5 5.1c0-.554.292-1.065.84-1.455C6.392 3.252 7.187 3 8.1 3c1.298 0 2.384.56 2.763 1.243a.5.5 0 0 0 .874-.486C11.117 2.64 9.602 2 8.1 2c-1.087 0-2.092.298-2.84.83C4.508 3.365 4 4.154 4 5.1c0 .72.3 1.375.79 1.9h1.722C5.552 6.593 5 5.83 5 5.1zM13.5 8a.5.5 0 0 1 0 1h-2.342c.517.504.842 1.149.842 1.9c0 .902-.515 1.688-1.255 2.229c-.743.543-1.749.871-2.845.871c-1.624 0-3.002-.65-3.716-1.723a.5.5 0 0 1 .832-.554C5.502 12.45 6.524 13 7.9 13c.904 0 1.698-.272 2.255-.679c.56-.409.845-.923.845-1.421c0-.775-.63-1.526-1.777-1.9H2.5a.5.5 0 0 1 0-1h11z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })