@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.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 28 28'
}
export default defineComponent({
name: 'ScanThumbUp28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3 6.75A3.75 3.75 0 0 1 6.75 3h3.5a.75.75 0 0 1 0 1.5h-3.5A2.25 2.25 0 0 0 4.5 6.75v3.5a.75.75 0 0 1-1.5 0v-3.5zm22 0A3.75 3.75 0 0 0 21.25 3h-3.5a.75.75 0 0 0 0 1.5h3.5a2.25 2.25 0 0 1 2.25 2.25v3.5a.75.75 0 0 0 1.5 0v-3.5zM6.75 25A3.75 3.75 0 0 1 3 21.25v-3.5a.75.75 0 0 1 1.5 0v3.5a2.25 2.25 0 0 0 2.25 2.25h3.5a.75.75 0 0 1 0 1.5h-3.5zM25 21.25A3.75 3.75 0 0 1 21.25 25h-3.5a.75.75 0 0 1 0-1.5h3.5a2.25 2.25 0 0 0 2.25-2.25v-3.5a.75.75 0 0 1 1.5 0v3.5zM15.736 6.322c-1.279-.352-2.171.61-2.457 1.313c-.23.569-.431.965-.687 1.468v.002c-.159.311-.337.661-.548 1.107c-.45.947-.889 1.534-1.187 1.868a3.342 3.342 0 0 1-.382.368l-1.858 1.085a2.742 2.742 0 0 0-1.189 3.342l.526 1.386a2.763 2.763 0 0 0 1.765 1.655l5.414 1.684c1.743.542 3.605-.435 4.124-2.185l1.38-4.65c.525-1.773-.82-3.53-2.66-3.53h-.431c.12-.542.224-1.177.213-1.744c-.01-.52-.061-1.174-.337-1.765c-.313-.673-.875-1.18-1.686-1.404zm-6.363 8.507l1.86-1.087a.76.76 0 0 0 .067-.04l.002-.002l.009-.005l.012-.009l.016-.012l.006-.004a2.71 2.71 0 0 0 .143-.113c.12-.1.288-.255.486-.477c.397-.443.915-1.151 1.425-2.225c.203-.426.373-.762.53-1.073l.004-.006c.255-.502.48-.947.736-1.577a.844.844 0 0 1 .296-.367a.425.425 0 0 1 .373-.064c.381.105.595.312.725.59c.137.296.187.687.197 1.162c.008.44-.087 1.008-.216 1.552c-.058.247-.123.486-.186.702a.75.75 0 0 0 .72.962h1.4c.857 0 1.455.81 1.22 1.602l-1.38 4.65a1.781 1.781 0 0 1-2.24 1.18l-5.413-1.684a1.263 1.263 0 0 1-.809-.756l-.525-1.385a1.242 1.242 0 0 1 .542-1.514z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})