UNPKG

@justeattakeaway/pie-icons-vue

Version:
44 lines (39 loc) 1.86 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconPaymentClydesdaleBank = { name: 'IconPaymentClydesdaleBank', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--clydesdaleBank', 'IconPaymentClydesdaleBank'); 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: '#000', d: 'm13.174 14.056 5.628-5.57V6.901l-7.143 7.146z', }, }), h('path', { attrs: { fill: '#000', d: 'M11.564 14.12h-.093l7.411-7.411-.01 1.805-5.667 5.607z', }, }), h('path', { attrs: { fill: '#ff000c', d: 'M16.038 15.132v1.987H18.7c.565 0 1.022-.45 1.022-1.007s-.457-1.009-1.022-1.009zm0 3.22h-1.23V15.52a6.46 6.46 0 0 1-5.363 2.831c-3.56 0-6.445-2.843-6.445-6.35C3 8.493 5.886 5.65 9.445 5.65a6.45 6.45 0 0 1 5.858 3.702l-1.098 1.135c-.65-1.982-2.536-3.414-4.76-3.414-2.762 0-5 2.206-5 4.928s2.238 4.927 5 4.927a5.01 5.01 0 0 0 4.639-3.081h4.615c.565 0 1.021-.45 1.021-1.006 0-.557-.456-1.01-1.021-1.01h-2.217l1.277-1.258h.94c1.27 0 2.301 1.013 2.301 2.268 0 .644-.273 1.223-.71 1.639.437.412.71.992.71 1.637 0 1.251-1.017 2.239-2.287 2.239h-2.675z', }, })]); }, }; exports.default = IconPaymentClydesdaleBank;