UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.24 kB
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: 'CompassNorthwest20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2.062 9A8.001 8.001 0 0 1 10 2v1.5a.5.5 0 0 0 1 0V2.062A8.004 8.004 0 0 1 17.938 9H16.5a.5.5 0 0 0 0 1H18a8.001 8.001 0 0 1-7 7.938V16.5a.5.5 0 0 0-1 0V18a8 8 0 0 1-8-8h1.5a.5.5 0 0 0 0-1H2.062zm10.095.478a3 3 0 0 0-1.647-1.606L7.025 6.484a.417.417 0 0 0-.541.54l1.388 3.486a3 3 0 0 0 1.606 1.647l3.731 1.6a.417.417 0 0 0 .547-.548l-1.599-3.731z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })