@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Scan24Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2zm3.25 12.332l-.039.072l-.063.091l-4.757 5.853c.521.1 1.059.152 1.609.152a8.468 8.468 0 0 0 5.654-2.153l-2.084-4.54c-.093.183-.2.359-.32.525zM4.49 15.985a8.532 8.532 0 0 0 4.34 3.904L11.991 16l-.19-.005l-.132-.008l-7.179-.002zm15.64-6.473h-4.998c.082.103.159.21.23.32a.66.66 0 0 1 .067.089l.049.09l.039.082c.086.158.162.323.226.493l3.016 6.57A8.463 8.463 0 0 0 20.5 12a8.5 8.5 0 0 0-.37-2.488zM3.5 12c0 .865.13 1.7.37 2.486h4.996a4.01 4.01 0 0 1-.23-.32l-.135-.223l-3.614-6.598A8.46 8.46 0 0 0 3.5 12zm6.52-1.526l-.044.071a.75.75 0 0 1-.073.096a2.5 2.5 0 0 0 1.84 3.846h.513a2.5 2.5 0 0 0-.021-4.976l-.373.002l-.058-.005a2.497 2.497 0 0 0-1.784.966zM12 3.5a8.475 8.475 0 0 0-6.097 2.577l2.402 4.387c.127-.304.29-.59.485-.851l3.904-6.085A8.617 8.617 0 0 0 12 3.5zm-.406 4.52a4.05 4.05 0 0 1 .711-.009l7.204.002A8.524 8.524 0 0 0 14.585 3.9l-.292-.087l-2.699 4.207z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})