@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.42 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 28 28'
}
export default defineComponent({
name: 'Accessibility28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14 7.5A2.75 2.75 0 1 0 14 2a2.75 2.75 0 0 0 0 5.5zM6.243 5.122a2.477 2.477 0 1 0-1.53 4.712l4.596 1.493a1 1 0 0 1 .69.951v3.097a1 1 0 0 1-.071.373l-2.752 6.856a2.477 2.477 0 0 0 1.365 3.215a2.458 2.458 0 0 0 3.209-1.363l1.769-4.407a.5.5 0 0 1 .928-.001l1.778 4.402a2.477 2.477 0 1 0 4.594-1.856l-2.746-6.797a1 1 0 0 1-.073-.374v-3.145a1 1 0 0 1 .69-.95l4.598-1.494a2.477 2.477 0 0 0-1.531-4.712l-3.111 1.01a1.871 1.871 0 0 0-1.01.822A4.247 4.247 0 0 1 14 9a4.247 4.247 0 0 1-3.635-2.046a1.872 1.872 0 0 0-1.011-.821l-3.11-1.011z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})