@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.37 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 32 32'
}
export default defineComponent({
name: 'Accessibility32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M16 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7zM7.074 6.168a3.073 3.073 0 1 0-2 5.81l5.589 1.925a.5.5 0 0 1 .337.473v3.517a.5.5 0 0 1-.05.22L7.306 25.58a3.073 3.073 0 1 0 5.524 2.694l2.718-5.573a.5.5 0 0 1 .898 0l2.718 5.573a3.073 3.073 0 1 0 5.523-2.694l-3.637-7.458a.5.5 0 0 1-.051-.22v-3.526a.5.5 0 0 1 .337-.473l5.59-1.924a3.073 3.073 0 0 0-2-5.81l-2.975 1.023c-.52.18-.906.552-1.14.972A5.498 5.498 0 0 1 16 11a5.498 5.498 0 0 1-4.813-2.836a2.091 2.091 0 0 0-1.14-.972L7.075 6.168z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})