UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.08 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'GlobeShield24Regular', 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: 'M12 1.999c5.487 0 9.942 4.419 10.001 9.892a6.065 6.065 0 0 1-1.526-.566a8.486 8.486 0 0 0-.21-1.326h-1.941a1.618 1.618 0 0 0-.649 0h-.768c.012.123.022.246.032.37a7.858 7.858 0 0 1-1.448.974c-.016-.46-.048-.908-.094-1.343H8.603a18.969 18.969 0 0 0 .135 5H12v1.5H9.061c.652 2.414 1.786 4.002 2.94 4.002c.275 0 .55-.091.818-.263a6.938 6.938 0 0 0 1.197 1.56c-.651.133-1.325.203-2.016.203C6.476 22.002 2 17.524 2 12.001C1.999 6.477 6.476 1.999 12 1.999zM7.508 16.501H4.786a8.532 8.532 0 0 0 4.094 3.41c-.522-.82-.953-1.846-1.27-3.015l-.102-.395zM7.094 10H3.736l-.005.017a8.524 8.524 0 0 0-.232 1.984c0 1.056.192 2.067.544 3h3.173A20.3 20.3 0 0 1 7 12c0-.684.032-1.354.095-2.001zM8.88 4.09l-.023.008A8.531 8.531 0 0 0 4.25 8.5h3.048c.314-1.752.86-3.278 1.583-4.41zm3.12-.591l-.117.005C10.62 3.62 9.397 5.622 8.83 8.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995L12 3.5zm3.12.59l.106.175c.67 1.112 1.177 2.572 1.475 4.237h3.048a8.533 8.533 0 0 0-4.339-4.29l-.29-.121zm7.38 8.888c-1.908-.172-3.435-1.286-4.116-1.87a.6.6 0 0 0-.77 0c-.681.583-2.209 1.698-4.115 1.87a.538.538 0 0 0-.5.523V17c0 4.223 4.094 5.716 4.873 5.962a.42.42 0 0 0 .255 0C18.907 22.716 23 21.222 23 17v-3.5a.538.538 0 0 0-.5-.523z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })