UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.82 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconFingerprint = { name: 'IconFingerprint', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--fingerprint', 'IconFingerprint'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'M11.841 4.036A6.02 6.02 0 0 0 7.66 2.347a5.801 5.801 0 0 0-2.013.35L5.21 1.455a7.359 7.359 0 0 1 7.542 1.627l-.91.954Zm1.75 2.949a7.201 7.201 0 0 0-6.545-3.736A7.875 7.875 0 0 0 3.118 4.28l.656 1.138a6.519 6.519 0 0 1 3.272-.875 5.88 5.88 0 0 1 5.329 3.027l1.216-.586ZM6.828 5.47a6.274 6.274 0 0 0-3.85 1.286L3.79 7.79a4.891 4.891 0 0 1 3.037-1.006c2.485 0 4.506 1.75 4.506 3.85h1.312c0-2.853-2.616-5.163-5.818-5.163Zm3.797 6.239A3.824 3.824 0 0 0 6.714 8a3.964 3.964 0 0 0-3.439 1.934l1.138.69a2.625 2.625 0 0 1 2.3-1.312A2.503 2.503 0 0 1 9.34 11.71c0 1.129-.105 2.222-.105 2.231l1.303.131c-.017-.052.088-1.163.088-2.362Zm-2.266 1.225a2.117 2.117 0 0 0-.254-1.514 1.889 1.889 0 0 0-1.251-.875A2.02 2.02 0 0 0 4.5 12.165l1.295.262a.7.7 0 0 1 .77-.612.579.579 0 0 1 .376.28.796.796 0 0 1 .097.586c-.122.432-.34.83-.64 1.164l.99.875c.459-.51.792-1.122.97-1.785Z', }, })]); }, }; exports.default = IconFingerprint;