UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.62 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'Fingerprint48Regular', 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.9 9.817c2.39-1.456 5.803-2.23 9.358-2.112c3.55.119 7.093 1.123 9.758 3.057a1.25 1.25 0 1 0 1.468-2.024c-3.16-2.292-7.22-3.4-11.142-3.531c-3.915-.131-7.84.707-10.742 2.476a1.25 1.25 0 1 0 1.3 2.134zm10.497 1.188a1.25 1.25 0 1 0-.294 2.483c7.829.93 12.924 6.976 14.416 15.478a1.25 1.25 0 0 0 2.462-.432c-1.624-9.255-7.355-16.433-16.584-17.529zm-6.702 10.08c-3.817 3.055-6.002 9.67-1.825 18.11a1.25 1.25 0 0 1-2.24 1.11c-4.584-9.261-2.42-17.233 2.503-21.172c2.439-1.952 5.522-2.865 8.632-2.377c3.12.49 6.145 2.372 8.511 5.781a1.25 1.25 0 1 1-2.053 1.426c-2.034-2.93-4.492-4.367-6.846-4.737c-2.366-.372-4.75.313-6.682 1.859zm4.678 20.11c-2.559-5.17-3.34-9.54-2.875-12.433c.23-1.434.75-2.413 1.403-3.001c.631-.567 1.51-.882 2.731-.767c1.623.154 2.383.688 2.852 1.325c.542.736.828 1.77 1.154 3.243l.098.447c.605 2.784 1.405 6.457 5.286 9.255a1.25 1.25 0 1 0 1.462-2.028c-3.09-2.228-3.71-5.048-4.326-7.854l-.08-.36c-.31-1.402-.678-2.96-1.581-4.185c-.976-1.325-2.453-2.125-4.629-2.331c-1.81-.172-3.413.295-4.637 1.395c-1.201 1.08-1.91 2.65-2.202 4.465c-.578 3.605.423 8.522 3.104 13.938a1.25 1.25 0 0 0 2.24-1.108zM11.688 10.924a1.25 1.25 0 0 1-.11 1.764c-1.596 1.409-2.673 2.827-3.743 4.687a1.25 1.25 0 1 1-2.167-1.248c1.176-2.043 2.416-3.69 4.256-5.313a1.25 1.25 0 0 1 1.764.11zm24.548 17.635a1.25 1.25 0 0 0-2.47.384c.51 3.277 2.205 5.347 4.255 6.823a1.25 1.25 0 1 0 1.46-2.03c-1.625-1.17-2.858-2.694-3.245-5.177zm-12.078-.055a1.25 1.25 0 0 1 1.34 1.154c.305 4.075 1.797 7.527 4.194 10.27a1.25 1.25 0 1 1-1.882 1.645c-2.762-3.16-4.46-7.127-4.805-11.729a1.25 1.25 0 0 1 1.153-1.34zm-3.922-14.6a1.25 1.25 0 0 0-.97-2.305C10.294 15.372 5.821 23.813 7.01 33.896a1.25 1.25 0 1 0 2.483-.292c-1.073-9.1 2.907-16.405 10.743-19.702z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })