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.55 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: 'TextStrikethrough24Filled', 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: 'M13.848 11.5H19.5a1 1 0 0 1 0 2h-2.387a4.03 4.03 0 0 1 .998 2.684c0 2.93-3.28 4.915-7.033 4.48c-2.328-.271-3.965-1.22-4.827-2.833c-.26-.487-.207-1.016.248-1.331c.455-.316 1.256-.099 1.516.388c.533.998 1.604 1.592 3.294 1.789c2.586.3 4.802-.91 4.802-2.492c0-1.099-.547-1.94-2.107-2.685H5a1 1 0 1 1 0-2H13.848zM6.987 9.695a5.122 5.122 0 0 1-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.965 2.934-4.713 6.602-4.287c2.26.263 3.99 1.084 5.147 2.487a.993.993 0 0 1-.153 1.4c-.426.351-1.049.326-1.4-.1c-.813-.985-2.068-1.596-3.825-1.8c-2.56-.298-4.371.718-4.371 2.323c0 .714.239 1.22.762 1.81c.225.254.647.525 1.265.815H7.192a38.03 38.03 0 0 1-.205-.303z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })