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.43 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: 'Directions24Filled', 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-.707 4.236l-.084-.073a.75.75 0 0 0-.883-.007l-.093.08l-.073.084a.75.75 0 0 0-.007.883l.08.094l.718.718H11.75l-.167.006a2.75 2.75 0 0 0-2.577 2.57L9 11.752V15l.007.101a.75.75 0 0 0 1.486 0l.007-.101v-3.25l.007-.128a1.25 1.25 0 0 1 1.115-1.116l.128-.006h1.5l-.72.72l-.072.084a.75.75 0 0 0 1.05 1.05l.083-.073l2-2l.073-.084a.75.75 0 0 0 .007-.883l-.08-.094l-2-2l-.084-.073l.084.073z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })