UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.57 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 IconLoyaltyCard = { name: 'IconLoyaltyCard', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--loyaltyCard', 'IconLoyaltyCard'); 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: 'M12.647 2.969H3.353L1.22 5.103v5.794l2.134 2.134h4.15v.545a.657.657 0 0 0 .996.56l1.124-.682 1.124.683a.661.661 0 0 0 .663.01.658.658 0 0 0 .334-.571v-.545h.903l2.134-2.134V5.103L12.647 2.97Zm-2.216 9.44-.806-.489-.001-.002H9.62l-.001.002-.805.49v-1.57c.282.097.58.161.895.161.251 0 .49-.044.721-.107v1.516Zm-.72-2.72A1.46 1.46 0 0 1 8.25 8.23a1.46 1.46 0 0 1 2.916 0A1.46 1.46 0 0 1 9.71 9.689Zm3.758.664-1.366 1.366h-.36v-1.622a2.75 2.75 0 0 0 .737-1.866 2.773 2.773 0 0 0-2.77-2.77A2.774 2.774 0 0 0 6.94 8.23c0 .639.226 1.22.59 1.69h-.027v1.798H3.897L2.53 10.353V5.647L3.897 4.28h8.206l1.366 1.366v4.706Z', }, })]); }, }; exports.default = IconLoyaltyCard;