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.53 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: 'CompassNorthwest28Regular', 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: 'M9.698 8.083c-1.01-.388-2.003.605-1.615 1.615l1.92 4.995a5.75 5.75 0 0 0 3.304 3.305l4.995 1.919c1.01.388 2.003-.605 1.615-1.615l-1.92-4.995a5.75 5.75 0 0 0-3.304-3.305L9.698 8.083zm1.704 6.072l-1.717-4.47l4.47 1.717a4.25 4.25 0 0 1 2.443 2.443l1.717 4.47l-4.47-1.717a4.25 4.25 0 0 1-2.443-2.443zM14 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2zm-1 1.547v.703a.75.75 0 0 0 1.5 0v-.738c5.233.245 9.465 4.322 9.953 9.488h-.703a.75.75 0 0 0 0 1.5h.738c-.253 5.401-4.587 9.735-9.988 9.988v-.738a.75.75 0 0 0-1.5 0v.703c-5.166-.488-9.243-4.72-9.488-9.953h.738a.75.75 0 0 0 0-1.5h-.703C4.019 8 7.999 4.02 13 3.547z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })