UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

41 lines (40 loc) 1.55 kB
'use strict' 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: 'TableCellEdit24Regular', 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: 'M3 8.75A2.25 2.25 0 0 1 5.25 6.5h13.5a2.25 2.25 0 0 1 2.123 1.504A3.285 3.285 0 0 0 20.715 8h-.002c-.466 0-.932.1-1.365.297A.749.749 0 0 0 18.75 8H15.5v3.853l-1.5 1.5V8h-4v6h3.353l-.865.865a3.686 3.686 0 0 0-.508.635H5.25A2.25 2.25 0 0 1 3 13.25v-4.5zM5.25 8a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75H8.5V8H5.25z', fill: 'currentColor' }), (0, vue_1.createElementVNode)('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' }) ], -1 /* HOISTED */ ) ]) ) ) } })