@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.64 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 16 16'
}
export default defineComponent({
name: 'ScanThumbUp16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M11.5 2A2.5 2.5 0 0 1 14 4.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 11.5 3h-1a.5.5 0 0 1 0-1h1zm-7 0A2.5 2.5 0 0 0 2 4.5v1a.5.5 0 0 0 1 0v-1A1.5 1.5 0 0 1 4.5 3h1a.5.5 0 0 0 0-1h-1zm7 12a2.5 2.5 0 0 0 2.5-2.5v-1a.5.5 0 0 0-1 0v1a1.5 1.5 0 0 1-1.5 1.5h-1a.5.5 0 0 0 0 1h1zM2 11.5A2.5 2.5 0 0 0 4.5 14h1a.5.5 0 0 0 0-1h-1A1.5 1.5 0 0 1 3 11.5v-1a.5.5 0 0 0-1 0v1zm6.901-7.46c-.726-.2-1.222.348-1.377.73a8.58 8.58 0 0 1-.34.725v.001c-.079.156-.169.332-.275.556c-.22.463-.433.747-.574.904c-.07.08-.125.128-.154.153l-.014.011l-.922.539a1.496 1.496 0 0 0-.648 1.823l.263.693c.165.433.52.765.962.903l2.708.842a1.766 1.766 0 0 0 2.218-1.177l.69-2.325c.287-.968-.447-1.925-1.45-1.925h-.061c.047-.24.082-.505.078-.75c-.005-.264-.031-.612-.18-.933a1.394 1.394 0 0 0-.924-.77z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})