@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.85 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: 'Fingerprint24Filled',
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.976 11.975c.596.607.93 1.332 1.168 2.324l.115.53l.096.509c.124.667.198.972.308 1.215c.285.636.794 1.294 1.535 1.97c.407.37.435.998.061 1.402a1.005 1.005 0 0 1-1.413.061c-.93-.847-1.604-1.719-2.01-2.623c-.157-.35-.252-.677-.361-1.216l-.189-.99l-.035-.167c-.171-.802-.378-1.293-.707-1.627c-.599-.61-2.052-.44-2.406.117c-.521.818-.658 2.241-.232 3.685c.34 1.151.792 2.285 1.355 3.4a.99.99 0 0 1-.445 1.333a1.003 1.003 0 0 1-1.342-.442a22.253 22.253 0 0 1-1.487-3.731c-.58-1.964-.387-3.976.46-5.306c1.04-1.63 4.02-1.979 5.529-.444zM12.473 14.1a1 1 0 0 1 1.032.966a7.676 7.676 0 0 0 1.4 4.168l.19.259l.3.39a1 1 0 0 1-1.503 1.314l-.082-.095l-.3-.39a9.676 9.676 0 0 1-2.003-5.58a1 1 0 0 1 .966-1.032zm-3.9-4.912c2.201-1.63 5.076-1.541 7.017-.294c.961.618 1.693 1.343 2.183 2.178a1 1 0 1 1-1.726 1.011c-.32-.547-.829-1.05-1.539-1.506c-1.28-.823-3.256-.884-4.745.219c-1.56 1.154-2.22 3.146-2.023 5.257c.113 1.195.473 2.406 1.088 3.635a1 1 0 0 1-1.788.895c-.723-1.445-1.155-2.894-1.29-4.343c-.259-2.75.631-5.429 2.823-7.052zm10.573 5.16c.03.56.165 1.01.401 1.367c.222.337.399.496.488.523a1 1 0 1 1-.579 1.915c-.612-.186-1.124-.646-1.579-1.337c-.441-.67-.681-1.464-.728-2.366a1 1 0 1 1 1.997-.103zm-8.68-8.395a1 1 0 0 1-.502 1.322c-1.794.808-3.108 1.953-3.97 3.446c-1.083 1.874-1.376 4.074-1.133 5.923a1 1 0 1 1-1.983.26c-.295-2.251.055-4.883 1.384-7.183c1.079-1.868 2.715-3.295 4.88-4.27a1 1 0 0 1 1.323.502zm2.463-1.032c1.895.039 3.77.905 5.62 2.55c1.869 1.663 2.995 3.923 3.375 6.733a1 1 0 0 1-1.982.268c-.319-2.354-1.226-4.175-2.723-5.507c-1.518-1.35-2.96-2.016-4.332-2.044a1 1 0 1 1 .041-2zm-7.318.23a1 1 0 0 1-.082 1.412c-.26.232-.535.51-.822.834A7.218 7.218 0 0 0 3.89 8.57a1 1 0 0 1-1.732-1A9.157 9.157 0 0 1 3.21 6.07c.338-.38.667-.714.989-1a1 1 0 0 1 1.412.081zm6.885-3.134c2.242.105 4.321.595 5.865 1.787a1 1 0 1 1-1.223 1.582c-1.203-.928-2.887-1.285-4.735-1.371c-1.856-.087-3.366.242-4.552.97a1 1 0 0 1-1.046-1.704c1.552-.953 3.457-1.369 5.691-1.264z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})