@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.71 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
export default defineComponent({
name: 'Fingerprint48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M15.248 9.902c2.32-1.339 5.597-2.018 9.026-1.88c3.421.136 6.823 1.08 9.39 2.797a1.5 1.5 0 1 0 1.669-2.493c-3.127-2.091-7.097-3.149-10.939-3.302c-3.834-.154-7.71.586-10.645 2.28a1.5 1.5 0 0 0 1.499 2.598zm10.46.893a1.5 1.5 0 0 0-.417 2.97c5.69.8 9.07 4.03 11.104 7.346c2.058 3.355 2.701 6.751 2.838 7.624a1.5 1.5 0 0 0 2.964-.464c-.165-1.053-.891-4.892-3.245-8.729c-2.378-3.876-6.456-7.794-13.244-8.747zM18.83 21.298c-3.66 2.947-5.821 9.324-1.85 17.55a1.5 1.5 0 0 1-2.703 1.305c-4.446-9.214-2.293-17.194 2.671-21.191c2.456-1.978 5.562-2.926 8.71-2.474c3.16.453 6.221 2.294 8.63 5.633a1.5 1.5 0 0 1-2.432 1.756c-1.997-2.768-4.372-4.097-6.624-4.42c-2.265-.324-4.547.347-6.402 1.841zm4.648 19.542c-2.473-5.083-3.19-9.332-2.722-12.104c.23-1.37.73-2.273 1.327-2.802c.57-.505 1.373-.8 2.526-.69c1.551.147 2.239.645 2.657 1.2c.501.668.783 1.626 1.105 3.072c.04.177.08.359.12.545c.588 2.709 1.381 6.364 5.098 9.193a1.5 1.5 0 0 0 1.817-2.387c-2.816-2.143-3.4-4.797-4.005-7.542v-.002l-.101-.46c-.308-1.38-.692-2.965-1.637-4.221c-1.028-1.368-2.568-2.176-4.771-2.385c-1.854-.176-3.518.297-4.798 1.432c-1.254 1.11-1.988 2.72-2.297 4.548c-.612 3.629.367 8.538 2.983 13.916a1.5 1.5 0 0 0 2.698-1.313zm-11.87-29.88a1.5 1.5 0 0 1-.093 2.119a17.98 17.98 0 0 0-3.324 4.162a1.5 1.5 0 0 1-2.61-1.48c.43-.76 1.752-2.92 3.908-4.895a1.5 1.5 0 0 1 2.12.093zm24.866 17.512a1.5 1.5 0 1 0-2.948.556c.56 2.97 1.933 5.452 4.436 6.998a1.5 1.5 0 0 0 1.576-2.552c-1.604-.991-2.616-2.625-3.064-5.001zm-12.33.03a1.5 1.5 0 0 1 1.62 1.369c.452 5.391 3.142 8.797 3.879 9.635a1.5 1.5 0 1 1-2.254 1.98c-.964-1.097-4.089-5.089-4.615-11.364a1.5 1.5 0 0 1 1.37-1.62zm-4.05-14.268a1.5 1.5 0 0 0-1.193-2.752C12.036 14.459 8.89 19.53 7.533 24.096c-1.343 4.512-.948 8.527-.806 9.605a1.5 1.5 0 0 0 2.974-.393c-.116-.88-.465-4.418.707-8.356c1.156-3.884 3.782-8.157 9.686-10.718z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})