@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.53 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'FontSpaceTrackingOut20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.458 11.685a.5.5 0 0 1-.932 0l-3.508-9.021a.5.5 0 1 1 .932-.363l3.042 7.823l3.042-7.823a.5.5 0 0 1 .932.363l-3.508 9.02zM6.004 1.983a.5.5 0 0 1 .466.318L8.787 8.26c.02.035.034.074.044.114l1.147 2.948a.5.5 0 1 1-.932.363L8.001 8.997H4.007l-1.045 2.688a.5.5 0 0 1-.932-.363l1.165-2.996a.504.504 0 0 1 .008-.021L5.538 2.3a.5.5 0 0 1 .466-.318zM4.396 7.997h3.216L6.004 3.862L4.396 7.997zm10.393 5.179a.5.5 0 0 1 .705-.054l2.33 1.998a.5.5 0 0 1 0 .76l-2.33 2a.5.5 0 0 1-.652-.758l1.305-1.12H3.845l1.307 1.12a.5.5 0 1 1-.651.76l-2.33-2a.5.5 0 0 1 0-.758l2.33-2.002a.5.5 0 1 1 .651.759L3.848 15h12.301l-1.306-1.12a.5.5 0 0 1-.054-.705z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})