@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.71 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/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.8 5.8 0 0 0-2.013.35L5.21 1.455a7.36 7.36 0 0 1 7.542 1.627zm1.75 2.949a7.2 7.2 0 0 0-6.545-3.736A7.9 7.9 0 0 0 3.118 4.28l.656 1.138a6.5 6.5 0 0 1 3.272-.875 5.88 5.88 0 0 1 5.329 3.027zM6.828 5.47a6.27 6.27 0 0 0-3.85 1.286L3.79 7.79a4.9 4.9 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.163m3.797 6.239A3.824 3.824 0 0 0 6.714 8a3.96 3.96 0 0 0-3.439 1.934l1.138.69a2.63 2.63 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.362m-2.266 1.225a2.12 2.12 0 0 0-.254-1.514 1.89 1.89 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.58.58 0 0 1 .376.28.8.8 0 0 1 .097.586c-.122.432-.34.83-.64 1.164l.99.875c.459-.51.792-1.122.97-1.785',
},
})]);
},
};
exports.default = IconFingerprint;