@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.87 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Patch20Regular',
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: 'M10.5 8a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm0 2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm-2.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zm4.5-.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zM10 12.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zm-6.94 2.768a2.5 2.5 0 0 1 0-3.536l8.672-8.672a2.5 2.5 0 0 1 3.536 0l1.671 1.672a2.5 2.5 0 0 1 0 3.535L8.268 16.94a2.5 2.5 0 0 1-3.536 0l-1.671-1.671zm.708-2.829a1.5 1.5 0 0 0 0 2.121l1.671 1.672a1.5 1.5 0 0 0 2.122 0L9.293 14.5L5.5 10.707l-1.732 1.732zm10.025-2.44L10 6.208L6.207 10L10 13.793L13.793 10zm.707-.706l1.732-1.733a1.5 1.5 0 0 0 0-2.121l-1.671-1.672a1.5 1.5 0 0 0-2.122 0L10.707 5.5L14.5 9.293zm-3.793 6.621l1.025 1.025a2.5 2.5 0 0 0 3.536 0l1.671-1.671a2.5 2.5 0 0 0 0-3.536l-1.025-1.025l-.707.707l1.025 1.025a1.5 1.5 0 0 1 0 2.121l-1.671 1.672a1.5 1.5 0 0 1-2.122 0l-1.025-1.025l-.707.707zM8.586 4.793L7.56 3.768a1.5 1.5 0 0 0-2.122 0L3.768 5.439a1.5 1.5 0 0 0 0 2.122l1.025 1.025l-.707.707L3.06 8.268a2.5 2.5 0 0 1 0-3.536l1.671-1.671a2.5 2.5 0 0 1 3.536 0l1.025 1.025l-.707.707z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})