UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.89 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 IconFingerprintLarge = { name: 'IconFingerprintLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--fingerprintLarge', 'IconFingerprintLarge'); return h('svg', helper.default([{ 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.842 13.842 0 0 1 24.697 6.76L23.49 8.02A12.128 12.128 0 0 0 11.1 5.342Zm3.08 1.698a13.842 13.842 0 0 0-7.744 2.362l.98 1.453a12.093 12.093 0 0 1 17.894 5.32l1.61-.683A13.807 13.807 0 0 0 14.18 7.04Zm-.613 3.964a11.611 11.611 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.375Zm-.28 3.955a7.936 7.936 0 0 0-7 4.165l1.54.83a6.195 6.195 0 0 1 11.673 2.94 16.87 16.87 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.936Zm.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.625 2.625 0 0 1 1.75 1.268c.423.717.563 1.566.394 2.38a9.834 9.834 0 0 1-2.048 3.807l1.313 1.163a11.647 11.647 0 0 0 2.45-4.62 5.066 5.066 0 0 0-.613-3.63 4.376 4.376 0 0 0-2.93-2.083Zm-1.75 4.235a8.112 8.112 0 0 1-1.34 2.695l1.234 1.242a9.994 9.994 0 0 0 1.75-3.421l-1.645-.516Z', }, })]); }, }; exports.default = IconFingerprintLarge;