@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.36 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 20 20'
}
export default defineComponent({
name: 'Classification20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10.565 16.477a1 1 0 0 1-1.414 0L3.494 10.82a1 1 0 0 1 0-1.414l1.414-1.415l-.083-.093a1 1 0 0 1 .083-1.32L6.676 4.81a2.5 2.5 0 0 1 3.536 0l1.312 1.313l1.44-2.418a2.444 2.444 0 0 1 3.828-.479a2.424 2.424 0 0 1-.496 3.81l-2.44 1.418l1.305 1.306a2.5 2.5 0 0 1 0 3.535l-1.767 1.768a1 1 0 0 1-1.415 0l-1.414 1.414zm-4.95-7.778l-1.414 1.414l5.657 5.657l1.414-1.414l-5.657-5.657zm8.208-4.483l-1.568 2.637l.87.87l2.669-1.552a1.425 1.425 0 0 0 .008-2.458a1.444 1.444 0 0 0-1.979.503z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})