@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.75 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: 'BorderNone20Regular',
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 3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2.46.553A2.003 2.003 0 0 0 4.052 5.54a.509.509 0 0 1-.6.462a.509.509 0 0 1-.38-.663a3.004 3.004 0 0 1 2.265-2.265a.509.509 0 0 1 .663.38a.509.509 0 0 1-.462.6zm0 11.894a2.003 2.003 0 0 1-1.487-1.486a.509.509 0 0 0-.6-.463a.509.509 0 0 0-.38.664a3.004 3.004 0 0 0 2.265 2.265a.505.505 0 1 0 .201-.98zm9.05-12.893a.497.497 0 0 1 .072.02a3.004 3.004 0 0 1 2.265 2.264a.506.506 0 0 1-.38.664a.509.509 0 0 1-.6-.463a2.003 2.003 0 0 0-1.486-1.486a.509.509 0 0 1-.462-.6a.509.509 0 0 1 .592-.4zm-.13 12.893a2.003 2.003 0 0 0 1.487-1.486a.509.509 0 0 1 .6-.462a.509.509 0 0 1 .38.663a3.004 3.004 0 0 1-2.265 2.265a.509.509 0 0 1-.663-.38a.509.509 0 0 1 .462-.6zM16 11.5a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-1 0v3zM3.5 12a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 1 0v3a.5.5 0 0 1-.5.5zm5 4a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})