@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
15 lines (14 loc) • 1.14 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: 'TableCellEdit24Filled',
render: function render(_ctx, _cache) {
return (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)('svg', _hoisted_1, _cache[0] || (_cache[0] = [(0, vue_1.createStaticVNode)('<g fill="none"><path d="M5.25 6.5A2.25 2.25 0 0 0 3 8.75v4.5a2.25 2.25 0 0 0 2.25 2.25H8v-9H5.25z" fill="currentColor"></path><path d="M12.488 14.865a3.686 3.686 0 0 0-.508.635H9.5v-9h5v6.353l-2.012 2.012z" fill="currentColor"></path><path d="M20.715 8c.053 0 .106.001.158.004A2.25 2.25 0 0 0 18.75 6.5H16v4.853l2.39-2.39A3.28 3.28 0 0 1 20.714 8h.002z" fill="currentColor"></path><path d="M20.715 9h-.002c-.585 0-1.17.223-1.615.67l-5.902 5.902a2.684 2.684 0 0 0-.707 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.684 2.684 0 0 0 1.248-.707l5.902-5.902A2.286 2.286 0 0 0 20.715 9z" fill="currentColor"></path></g>', 1)]))
}
})