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.32 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Pill28Filled', 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: 'M15.779 3.744c2.34-2.337 6.137-2.328 8.475.01c2.34 2.34 2.346 6.142.004 8.481L12.22 24.255c-2.34 2.337-6.137 2.328-8.475-.01c-2.34-2.34-2.346-6.142-.004-8.48L15.779 3.743zm1.933 12.908l5.486-5.478a4.498 4.498 0 0 0-.005-6.36a4.499 4.499 0 0 0-6.354-.009l-5.49 5.483l6.363 6.364zM11.78 21.28a.75.75 0 0 0-1.06-1.06l-1.978 1.977a1.05 1.05 0 0 1-1.484 0l-.478-.477a.75.75 0 0 0-1.06 1.06l.477.477a2.55 2.55 0 0 0 3.606 0l1.977-1.977z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })