@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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: 'TableEdit24Filled',
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: 'M12.49 19.818c.118-.472.362-.903.707-1.248l5.901-5.901a2.274 2.274 0 0 1 1.392-.659a2.286 2.286 0 0 1 1.841 3.89l-5.902 5.903a2.685 2.685 0 0 1-1.248.706l-1.83.458a1.087 1.087 0 0 1-1.318-1.319l.457-1.83zm-2.99 1.18h1.664l.356-1.423c.162-.648.497-1.24.97-1.712L14.353 16H9.499v5zM15.998 9.5v4.855l2.392-2.392a3.279 3.279 0 0 1 2.607-.95V9.498h-5zm5-1.5V6.25A3.25 3.25 0 0 0 17.748 3h-1.75v5h5zM14.498 3h-5v5h5V3zm-6.5 0H6.25A3.25 3.25 0 0 0 3 6.25V8h5V3zM3 9.5v4.999h5v-5H3zm0 6.499v1.75a3.25 3.25 0 0 0 3.25 3.25H8v-5H3zm11.499-6.5v5h-5v-5h5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})