@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.51 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'EditOff16Regular',
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: 'M13.854 13.145a.5.5 0 0 1 .057.638l-.057.069a.5.5 0 0 1-.638.058l-.07-.058l-3.962-3.963l-2.791 2.793a2 2 0 0 1-.888.515l-2.873.784a.5.5 0 0 1-.614-.614l.783-2.874a2 2 0 0 1 .516-.888l2.79-2.79l-3.96-3.961a.5.5 0 0 1-.058-.638l.057-.07a.5.5 0 0 1 .638-.057l.07.058l11 10.998zM6.815 7.52l-2.791 2.792a1 1 0 0 0-.258.444l-.553 2.029l2.029-.554a1 1 0 0 0 .444-.257l2.791-2.792l-1.662-1.662zm6.42-5.01l.132.12l.121.132a2.176 2.176 0 0 1-.121 2.945l-2.77 2.766l-.706-.706l1.585-1.584l-1.662-1.662L8.23 6.106l-.708-.708l2.77-2.767a2.176 2.176 0 0 1 2.945-.12zm-2.237.827l-.476.476l1.662 1.662L12.66 5a1.175 1.175 0 1 0-1.662-1.662z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})