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.31 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'CompassNorthwest28Filled', 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.043 13c.48-5.83 5.129-10.478 10.959-10.96v1.21a.75.75 0 0 0 1.5 0V2.01C20.564 2.258 25.465 7.004 25.96 13h-1.209a.75.75 0 0 0 0 1.5h1.24c-.255 6.23-5.26 11.234-11.49 11.49v-1.24a.75.75 0 0 0-1.5 0v1.209c-5.995-.495-10.74-5.397-10.99-11.46h1.24a.75.75 0 1 0 0-1.5H2.043zm8.66 1.423a5 5 0 0 0 2.875 2.874l4.994 1.92a.5.5 0 0 0 .646-.647L17.3 13.576a5 5 0 0 0-2.874-2.874l-4.994-1.92a.5.5 0 0 0-.647.647l1.92 4.994z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })