@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.71 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconFingerprintLarge = {
name: 'IconFingerprintLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--fingerprintLarge', 'IconFingerprintLarge');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'm11.1 5.342-.586-1.645A13.84 13.84 0 0 1 24.697 6.76L23.49 8.02A12.13 12.13 0 0 0 11.1 5.342m3.08 1.698a13.84 13.84 0 0 0-7.744 2.362l.98 1.453a12.093 12.093 0 0 1 17.894 5.32l1.61-.683A13.81 13.81 0 0 0 14.18 7.04m-.613 3.964a11.6 11.6 0 0 0-7.673 2.878l1.155 1.313a9.86 9.86 0 0 1 6.518-2.441 9.695 9.695 0 0 1 9.774 9.625h1.75a11.445 11.445 0 0 0-11.524-11.375m-.28 3.955a7.94 7.94 0 0 0-7 4.165l1.54.83a6.195 6.195 0 0 1 11.673 2.94 16.9 16.9 0 0 1-.875 5.032l1.645.604c.62-1.815.95-3.717.98-5.635a7.944 7.944 0 0 0-7.963-7.936m.71 3.92a4.76 4.76 0 0 0-5.452 3.902l1.75.35a3.01 3.01 0 0 1 3.386-2.537 2.63 2.63 0 0 1 1.75 1.268c.423.717.563 1.566.394 2.38a9.8 9.8 0 0 1-2.048 3.807l1.313 1.163a11.65 11.65 0 0 0 2.45-4.62 5.07 5.07 0 0 0-.613-3.63 4.38 4.38 0 0 0-2.93-2.083m-1.75 4.235a8.1 8.1 0 0 1-1.34 2.695l1.234 1.242a10 10 0 0 0 1.75-3.421z',
},
})]);
},
};
export { IconFingerprintLarge as default };