UNPKG

@justeattakeaway/pie-icons-vue

Version:
34 lines (29 loc) 2.61 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 IconPaymentKnab = { name: 'IconPaymentKnab', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--knab', 'IconPaymentKnab'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 24 24', }, }, ctx.data]), [h('path', { attrs: { fill: '#3E4A59', d: 'M9.613 10.478c-.648 0-1.062.336-1.314.736h-.023l.009-.648H7.03c-.115 0-.216.142-.216.271v4c0 .128.105.261.22.261h1.25v-2.243c0-.648.18-1.163.81-1.163.607 0 .699.45.699 1.048v2.092c0 .142.105.262.216.262h1.255v-2.68c.004-1.09-.336-1.936-1.65-1.936Zm9.7 0c-.593 0-1.002.216-1.241.437.009-.165.009-.4.009-.634V8.755h-1.25c-.116 0-.217.142-.217.262v5.815c0 .142.106.262.221.262h1.177l-.01-.373c.336.322.791.474 1.302.474 1.314 0 2.15-1.03 2.15-2.363-.008-1.329-.836-2.354-2.141-2.354Zm-.317 3.494c-.616 0-1.044-.478-1.044-1.177 0-.698.423-1.177 1.043-1.177.616 0 1.03.479 1.03 1.177 0 .699-.409 1.177-1.03 1.177Zm-12.44-3.41H5.044a.424.424 0 0 0-.308.15l-1.25 1.352V8.75h-1.26c-.115 0-.216.143-.216.262v5.82c0 .128.087.262.216.262h1.255v-1.37l.41-.39 1.006 1.59c.092.128.22.17.372.17h1.42l-1.792-2.837 1.66-1.696Zm8.955.445c-.358-.335-.85-.529-1.692-.529-.721 0-1.342.203-1.751.373-.106.05-.152.193-.106.299l.3.749c.233-.152.808-.41 1.383-.41.593 0 .928.249.928.727v.101l-1.144.042c-.837.036-1.765.377-1.765 1.383 0 1.007.85 1.444 1.65 1.444.735 0 1.108-.386 1.3-.58l.024.308c.009.088.087.166.202.166h1.213v-2.542c-.004-.759-.193-1.2-.542-1.53Zm-.92 2.845a.9.9 0 0 1-.749.414c-.409 0-.694-.216-.694-.556 0-.336.262-.538.713-.552l.726-.041v.735h.005Zm7.01 1.398a.37.37 0 0 1-.376-.377.37.37 0 0 1 .377-.377c.211 0 .377.166.377.377a.37.37 0 0 1-.377.377Zm0-.699a.32.32 0 0 0-.32.322c0 .18.142.322.32.322a.32.32 0 0 0 .323-.322.32.32 0 0 0-.322-.322Zm.19.543h-.106l-.092-.18h-.042v.18h-.092v-.442h.157c.092 0 .156.051.156.138 0 .088-.055.115-.092.129l.11.175Zm-.194-.363h-.05v.12h.05c.042 0 .078-.01.078-.056 0-.06-.036-.064-.078-.064Z', }, })]); }, }; exports.default = IconPaymentKnab;