@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.34 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Board24Regular',
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: '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 */
)
])
)
)
}
})