@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.43 kB
JavaScript
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: 'Pill28Regular',
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: 'M11.78 20.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.977zM24.254 3.754c-2.338-2.338-6.135-2.347-8.475-.01L3.741 15.764c-2.342 2.34-2.336 6.141.004 8.482c2.338 2.337 6.136 2.346 8.475.01l12.038-12.02c2.342-2.34 2.336-6.142-.004-8.482zm-13.967 7.594l6.364 6.364l-5.49 5.482a4.498 4.498 0 0 1-6.355-.01a4.498 4.498 0 0 1-.005-6.358l5.486-5.478zm12.911-.174l-5.486 5.478l-6.364-6.364l5.49-5.483a4.499 4.499 0 0 1 6.355.01a4.498 4.498 0 0 1 .005 6.359z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})