@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 kB
JavaScript
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 28 28'
}
export default defineComponent({
name: 'Pill28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})