@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.63 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 28 28'
}
export default defineComponent({
name: 'TableResizeColumn28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.75 25A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3h.75v8.647l-1.058 1.19a1.75 1.75 0 0 0 0 2.326l1.058 1.19V25h-.75zM9 25v-7.168a1.75 1.75 0 0 0 2.428-2.082h5.145A1.75 1.75 0 0 0 19 17.832V25H9zm8.087-14.558A1.75 1.75 0 0 1 19 10.168V3H9v7.168a1.75 1.75 0 0 1 2.428 2.082h5.145a1.75 1.75 0 0 1 .514-1.808zm4.471 4.72l-1.058 1.19V25h.75A3.75 3.75 0 0 0 25 21.25V6.75A3.75 3.75 0 0 0 21.25 3h-.75v8.647l1.053 1.184l.002.003a1.747 1.747 0 0 1 .027 2.3l-.006.009l-.018.02zM9.42 13.25h9.16l-.89-1.002a.75.75 0 0 1 1.12-.996l1.998 2.247a.748.748 0 0 1 .013.987l-.01.012l-2 2.25a.75.75 0 1 1-1.122-.996l.89-1.002H9.42l.89 1.002a.75.75 0 0 1-1.12.996l-2-2.25a.75.75 0 0 1 0-.996l2-2.25a.75.75 0 0 1 1.12.996l-.89 1.002zM22 13.933v.14z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})