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.25 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'CompassNorthwest20Filled', 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: '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 */ ) ]) ) ) } })