UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.65 kB
'use strict' 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: 'Scan24Filled', 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.328 12.22c-.08.12-.166.235-.258.344l-.142.161l-3.944 5.211c.333.042.672.064 1.016.064a7.969 7.969 0 0 0 5.225-1.942l-1.898-3.837zm-3.889 1.798l-6.358.001a8.031 8.031 0 0 0 3.817 3.357l2.541-3.358zm8.307-6.026l-4.28-.001l.066.13c.04.075.078.152.114.23l3.01 6.09A7.963 7.963 0 0 0 20 12c0-.694-.088-1.367-.254-2.008zM5.042 8.05A7.963 7.963 0 0 0 4 12c0 .697.09 1.374.257 2.018h4.282l-.058-.088l-3.44-5.88zM12 10c-.64 0-1.21.3-1.576.769l-.101.17a.996.996 0 0 1-.089.126a2 2 0 0 0 3.165 2.364l.163-.214c.035-.047.074-.09.116-.129A2 2 0 0 0 12 10zm0-6c-2.204 0-4.2.891-5.647 2.333l2.164 3.699c.077-.136.16-.266.252-.39l3.38-5.64L12 4zm2.283.33L12.09 7.992h6.834a8.02 8.02 0 0 0-4.64-3.66z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })