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.22 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: 'Pill20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.147 3.147a4.036 4.036 0 1 1 5.707 5.707l-8 8a4.035 4.035 0 1 1-5.707-5.707l8-8zm5 .707a3.036 3.036 0 0 0-4.293 0L8.207 7.5l4.293 4.293l3.647-3.646a3.035 3.035 0 0 0 0-4.293zM8.854 14.147a.5.5 0 0 0-.707 0l-1.5 1.5a.914.914 0 0 1-1.293 0A.498.498 0 0 0 4.5 16c0 .14.058.267.15.357a1.914 1.914 0 0 0 2.704-.003l1.5-1.5a.5.5 0 0 0 0-.707z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })