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.41 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: 'CompassNorthwest20Regular', 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: 'M7.42 6.097c-.84-.383-1.706.483-1.323 1.324l1.482 3.262a3.5 3.5 0 0 0 1.738 1.738l3.262 1.482c.841.383 1.707-.482 1.324-1.324l-1.482-3.262a3.5 3.5 0 0 0-1.738-1.738L7.42 6.097zm-.413.91l3.262 1.483A2.5 2.5 0 0 1 11.51 9.73l1.483 3.262l-3.262-1.483A2.5 2.5 0 0 1 8.49 10.27L7.007 7.007zM10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16zm0 1v1.5a.5.5 0 0 0 1 0V3.07A7.004 7.004 0 0 1 16.93 9H15.5a.5.5 0 0 0 0 1H17a7.001 7.001 0 0 1-6 6.93V15.5a.5.5 0 0 0-1 0V17a7 7 0 0 1-7-7h1.5a.5.5 0 0 0 0-1H3.07A7.002 7.002 0 0 1 10 3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })