@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.29 kB
JavaScript
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: 'Symbols24Regular',
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: 'M16.918 18a.75.75 0 0 1 .102 1.493l-.102.007h-1.036a2.999 2.999 0 0 0 4.702-.29a.75.75 0 1 1 1.232.856A4.495 4.495 0 0 1 18.118 22a4.494 4.494 0 0 1-2.95-1.101v.351a.75.75 0 0 1-1.493.102l-.007-.102v-2.5a.75.75 0 0 1 .649-.743l.101-.007h2.5zm-10.52-4.993L6.5 13a.75.75 0 0 1 .743.648l.007.102v3h3a.75.75 0 0 1 .743.648L11 17.5a.75.75 0 0 1-.648.743l-.102.007h-3v3a.75.75 0 0 1-.648.743L6.5 22a.75.75 0 0 1-.743-.648l-.007-.102v-3h-3a.75.75 0 0 1-.743-.648L2 17.5a.75.75 0 0 1 .648-.743l.102-.007h3v-3a.75.75 0 0 1 .648-.743L6.5 13l-.102.007zM17.5 13c1.113 0 2.151.408 2.95 1.101v-.351a.75.75 0 0 1 1.493-.102l.007.102v2.5a.75.75 0 0 1-.648.743L21.2 17h-2.5a.75.75 0 0 1-.102-1.493l.102-.007h1.037a2.999 2.999 0 0 0-4.703.29a.75.75 0 1 1-1.231-.856A4.495 4.495 0 0 1 17.5 13zM6.5 2a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9zm12.714 0C20.766 2 22 3.39 22 5.079c0 .862-.323 1.671-.852 2.214l-2.502 3.141a1.49 1.49 0 0 1-2.343-.006l-2.676-3.402A3.274 3.274 0 0 1 13 5.079C13 3.39 14.234 2 15.786 2c.564 0 1.1.186 1.55.52l.164.131l.165-.131c.449-.334.985-.52 1.55-.52zm-15.3 2.977a3 3 0 0 0 4.108 4.108L3.916 4.977zm15.3-1.462c-.35 0-.683.173-.927.487l-.784 1.007l-.787-1.005c-.246-.315-.58-.489-.93-.489c-.685 0-1.286.677-1.286 1.564c0 .392.12.757.315 1.023l2.662 3.383l2.567-3.215A1.71 1.71 0 0 0 20.5 5.08c0-.887-.601-1.564-1.286-1.564zM6.5 3.5c-.556 0-1.076.151-1.523.415l4.108 4.108A3 3 0 0 0 6.5 3.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})