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.39 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'CompassNorthwest16Regular', 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: 'M6.479 5.13c-.867-.448-1.797.482-1.348 1.348l.988 1.909a3.5 3.5 0 0 0 1.493 1.495l1.921 1c.867.451 1.8-.482 1.349-1.349l-1-1.922A3.5 3.5 0 0 0 8.387 6.12L6.48 5.131zm-.46.888l1.908.99a2.5 2.5 0 0 1 1.068 1.065l1 1.922l-1.922-1a2.5 2.5 0 0 1-1.066-1.068L6.02 6.018zM8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 1v1.5a.5.5 0 0 0 1 0V2.083A6.005 6.005 0 0 1 13.917 7H12.5a.5.5 0 0 0 0 1H14a6.002 6.002 0 0 1-5 5.917V12.5a.5.5 0 0 0-1 0V14a6 6 0 0 1-6-6h1.5a.5.5 0 0 0 0-1H2.083A6.002 6.002 0 0 1 8 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })