@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.89 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: 'Fingerprint24Regular',
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: 'M14.858 12.158c.56.573.877 1.268 1.106 2.228l.1.456l.179.947c.089.445.158.692.254.908c.3.673.83 1.364 1.595 2.065a.75.75 0 1 1-1.013 1.106c-.908-.832-1.56-1.683-1.952-2.56c-.149-.334-.24-.65-.346-1.18l-.21-1.1l-.014-.06c-.18-.85-.404-1.385-.772-1.762c-.713-.73-2.357-.537-2.797.158c-.562.889-.705 2.396-.259 3.916c.345 1.174.802 2.33 1.372 3.467a.75.75 0 1 1-1.34.672a22.272 22.272 0 0 1-1.471-3.717c-.562-1.912-.376-3.864.43-5.14c.953-1.506 3.742-1.834 5.138-.404zm-2.366 2.315a.75.75 0 0 1 .775.725a7.926 7.926 0 0 0 1.444 4.304l.196.266l.3.39a.75.75 0 0 1-1.114.998l-.074-.083l-.3-.39a9.426 9.426 0 0 1-1.951-5.435a.75.75 0 0 1 .724-.775zM8.783 9.39c2.112-1.563 4.874-1.478 6.732-.284c.93.598 1.635 1.295 2.103 2.093a.75.75 0 0 1-1.294.76c-.342-.584-.878-1.115-1.62-1.591c-1.362-.876-3.45-.94-5.028.228c-1.639 1.213-2.329 3.291-2.123 5.482c.115 1.227.484 2.467 1.113 3.724a.75.75 0 0 1-1.342.67c-.709-1.417-1.132-2.837-1.265-4.254c-.25-2.67.61-5.263 2.724-6.828zm9.18 4.301a.75.75 0 0 1 .787.71c.031.604.18 1.097.442 1.494c.22.333.414.525.563.6l.061.024a.75.75 0 0 1-.434 1.436c-.547-.165-1.017-.588-1.443-1.235c-.415-.63-.642-1.382-.687-2.241a.75.75 0 0 1 .71-.788zM10.51 6.102a.75.75 0 0 1-.377.992c-1.84.828-3.194 2.008-4.083 3.548c-1.113 1.928-1.414 4.181-1.164 6.08a.75.75 0 1 1-1.488.196c-.288-2.201.055-4.778 1.353-7.026C5.804 8.071 7.4 6.68 9.519 5.726a.75.75 0 0 1 .992.376zm2.343-.787c1.83.037 3.652.878 5.459 2.486c1.823 1.622 2.921 3.827 3.294 6.58a.75.75 0 1 1-1.486.202c-.327-2.412-1.261-4.287-2.805-5.661c-1.56-1.388-3.055-2.078-4.492-2.107a.75.75 0 1 1 .03-1.5zm-6.871.014a.75.75 0 0 1-.061 1.06c-.269.238-.55.523-.844.854c-.276.312-.56.716-.846 1.213a.75.75 0 1 1-1.299-.75a8.913 8.913 0 0 1 1.023-1.458c.331-.374.654-.7.968-.98a.75.75 0 0 1 1.059.061zm6.585-2.966c2.193.103 4.03.703 5.53 1.861a.75.75 0 0 1-.917 1.188c-1.245-.962-2.785-1.461-4.683-1.55c-1.903-.09-3.461.284-4.714.979c-.384.213-.815.106-1.032-.247a.739.739 0 0 1 .247-1.031c1.535-.904 3.382-1.302 5.57-1.2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})