@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.86 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: 'ShapeExclude20Regular',
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: 'M2 10.533V4.5A2.5 2.5 0 0 1 4.5 2h6.057a2.487 2.487 0 0 1 2.029 1.121A2.486 2.486 0 0 1 13 4.5V7h2.5a2.502 2.502 0 0 1 2.292 1.5c.134.307.208.645.208 1v6a2.5 2.5 0 0 1-2.5 2.5h-6a2.492 2.492 0 0 1-1.908-.885A2.494 2.494 0 0 1 7 15.5V13H4.5a2.486 2.486 0 0 1-2.086-1.121a2.488 2.488 0 0 1-.413-1.322v-.024zM12 8H9.5A1.5 1.5 0 0 0 8 9.5V12h2.5a1.5 1.5 0 0 0 1.5-1.5V8zM3 9.557v.943c0 .232.052.451.146.647l8-8A1.494 1.494 0 0 0 10.5 3h-.943L3 9.557zM8.143 3H6.557L3 6.557v1.586L8.143 3zM3 5.143L5.143 3H4.5A1.5 1.5 0 0 0 3 4.5v.643zm8.854-1.29L8.499 7.21A2.492 2.492 0 0 1 9.5 7h.793L12 5.293V4.5c0-.232-.053-.45-.146-.647zM7.209 8.5l-3.356 3.355c.196.094.415.146.647.146h.793L7 10.293V9.5c0-.356.074-.695.209-1.001zM8 13.707v1.586L10.293 13H8.707L8 13.707zm5-3.414L15.293 8h-1.586L13 8.707v1.586zm3.404-1.99l-8.1 8.101c.236.313.593.53 1.002.584l7.682-7.683a1.499 1.499 0 0 0-.584-1.002zM17 10.707L10.707 17h1.586L17 12.293v-1.586zm0 3L13.707 17h1.586L17 15.293v-1.586z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})