@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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: 'Directions24Regular',
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: 'M14.298 2.985l6.718 6.718a3.25 3.25 0 0 1 0 4.596l-6.718 6.717a3.25 3.25 0 0 1-4.596 0L2.985 14.3a3.25 3.25 0 0 1 0-4.596l6.717-6.718a3.25 3.25 0 0 1 4.596 0zm-3.535 1.06l-6.718 6.718a1.75 1.75 0 0 0 0 2.475l6.718 6.718a1.75 1.75 0 0 0 2.475 0l6.717-6.718a1.75 1.75 0 0 0 0-2.475l-6.717-6.717a1.75 1.75 0 0 0-2.475 0zm1.695 3.26l.073-.084a.75.75 0 0 1 .976-.073l.084.073l2 2a.75.75 0 0 1 .073.977l-.073.084l-2 2a.75.75 0 0 1-1.133-.977l.073-.084l.719-.72h-1.5a1.25 1.25 0 0 0-1.243 1.122l-.007.128V15a.75.75 0 0 1-1.493.101L9 15.001v-3.25a2.75 2.75 0 0 1 2.583-2.745L11.75 9h1.499l-.718-.72a.75.75 0 0 1-.073-.976l.073-.084l-.073.084z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})