@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.46 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 16 16'
}
export default defineComponent({
name: 'ShapeExclude16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2 4a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v1h1a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-1H4a2 2 0 0 1-2-2V4zm1 2.557v1.586L8.143 3H6.557L3 6.557zM5.143 3H4a1 1 0 0 0-1 1v1.143L5.143 3zm4.307.107L7.557 5h1.736L10 4.293V4a1 1 0 0 0-.55-.893zM5 7.557L3.107 9.45A1 1 0 0 0 4 10h.293L5 9.293V7.557zM11.707 13H12a1 1 0 0 0 1-1v-.293L11.707 13zM13 10.293V8.707L8.707 13h1.586L13 10.293zm0-3V7a1 1 0 0 0-.454-.838L11 7.707V9c0 .108-.009.215-.025.318L13 7.293zm-3.682 3.682A2.01 2.01 0 0 1 9 11H7.707l-1.545 1.546A1 1 0 0 0 7 13h.293l2.025-2.025zM6 7v3h3a1 1 0 0 0 1-1V6H7a1 1 0 0 0-1 1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})