@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.29 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'CompassNorthwest24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.25 11H2.048a10.003 10.003 0 0 1 8.95-8.951v1.2a.75.75 0 0 0 1.5 0V2.012c4.958.244 8.966 4.098 9.451 8.987h-1.2a.75.75 0 0 0 0 1.5h1.237a10.001 10.001 0 0 1-9.488 9.488V20.75a.75.75 0 0 0-1.5 0v1.201c-4.89-.485-8.743-4.493-8.987-9.45h1.237a.75.75 0 0 0 0-1.5zm11.403.525a4 4 0 0 0-2.196-2.14L8.43 7.78a.5.5 0 0 0-.65.65l1.606 4.028a4 4 0 0 0 2.14 2.195l4.325 1.854a.5.5 0 0 0 .657-.656l-1.854-4.326z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})