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.3 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: 'Pill20Regular', 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: 'M8.854 13.147a.5.5 0 0 1 0 .707l-1.5 1.5a1.914 1.914 0 0 1-2.703.004A.498.498 0 0 1 5 14.5c.138 0 .263.056.353.146a.914.914 0 0 0 1.293 0l1.5-1.5a.5.5 0 0 1 .707 0zm2.293-10a4.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.293zM11.793 12.5L7.5 8.207l-3.646 3.647a3.036 3.036 0 0 0 4.293 4.293l3.646-3.647z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })