@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.33 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 24 24'
}
export default defineComponent({
name: 'Board24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M18.251 2.498a3.25 3.25 0 0 1 3.245 3.066l.005.184v12.004a3.25 3.25 0 0 1-3.25 3.25h-12a3.25 3.25 0 0 1-3.246-3.066L3 17.752V5.748a3.25 3.25 0 0 1 3.25-3.25h12.001zm-6.751 7l-7 .001v8.253l.007.16a1.75 1.75 0 0 0 1.743 1.59l5.25-.001V9.498zm8.5 6l-7 .001v4.002h5.25a1.75 1.75 0 0 0 1.75-1.75v-2.253zm-1.749-11.5L13 3.997V14l7-.001l.001-8.25l-.007-.16a1.75 1.75 0 0 0-1.743-1.59zM11.5 3.997l-5.25.001l-.143.006a1.75 1.75 0 0 0-1.606 1.744L4.5 8h7V3.996z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})