UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.23 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowHookDownRight16Regular', 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: 'M4.876 5.105C5.476 4.431 6.364 4 7.5 4h3a.5.5 0 0 1 0 1h-3c-.864 0-1.476.32-1.876.77C5.215 6.23 5 6.857 5 7.5s.215 1.27.624 1.73c.4.45 1.012.77 1.876.77h3.793l-1.146-1.146a.5.5 0 1 1 .707-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.707-.707L11.293 11H7.5c-1.136 0-2.024-.43-2.624-1.105C4.285 9.229 4 8.357 4 7.5s.285-1.73.876-2.395z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })