UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.18 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'FontDecrease20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M14.238 2.18a.75.75 0 0 0-.976 1.14l1.75 1.5c.28.24.695.24.976 0l1.75-1.5a.75.75 0 1 0-.976-1.14L15.5 3.263l-1.262-1.081zM10 4a.75.75 0 0 0-.695.469l-4.25 10.5a.75.75 0 1 0 1.39.562L7.875 12h4.25l1.43 3.531a.75.75 0 1 0 1.39-.563l-4.25-10.5A.75.75 0 0 0 10 4zm0 2.749l1.518 3.75H8.482L10 6.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })