@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.55 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: 'EditArrowBack16Regular',
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: 'M11.698 5.131l.959-.959a2 2 0 0 0-2.829-2.828L2.442 8.73a2.5 2.5 0 0 0-.658 1.161l-.572 2.291a.5.5 0 0 0 .606.607l2.291-.573a2.5 2.5 0 0 0 1.02-.526A5.52 5.52 0 0 1 5 10.414l-.438.437a1.5 1.5 0 0 1-.697.395l-1.482.37l.37-1.482a1.5 1.5 0 0 1 .395-.697l5.972-5.972l1.414 1.414l-.122.122a5.588 5.588 0 0 1 1.285.13zm-1.87-2.373l.708-.707a1 1 0 1 1 1.414 1.414l-.708.707l-1.414-1.414zM15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zM9.604 7.897a.5.5 0 0 0-.708 0l-1.75 1.75a.498.498 0 0 0-.002.705l1.752 1.752a.5.5 0 1 0 .708-.707l-.897-.896h1.543c.966 0 1.75.783 1.75 1.75v.25a.5.5 0 0 0 1 0v-.25a2.75 2.75 0 0 0-2.75-2.75H8.707l.897-.897a.5.5 0 0 0 0-.707z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})