UNPKG

@justeattakeaway/pie-icons-vue

Version:
30 lines (28 loc) 3.59 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconPaymentBitPay', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--bitPay', 'IconPaymentBitPay'); return h('svg', _mergeJSXProps([{ 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: '#002855', 'fill-rule': 'evenodd', d: 'M4.795 12.962a.825.825 0 0 1-.416.111h-.113c-.03 0-.072-.002-.193-.024l.41-1.799a.544.544 0 0 1 .252-.137.895.895 0 0 1 .214-.028c.18 0 .32.054.387.172.068.118.101.282.101.492a1.52 1.52 0 0 1-.305.915 1.114 1.114 0 0 1-.337.298Zm.926-2.583a1.146 1.146 0 0 0-.523-.112c-.097 0-.187.011-.27.033-.085.022-.164.05-.248.09l.386-1.69-.976.158L3 13.624c.122.061.25.11.387.144.137.035.266.061.388.079.121.017.23.027.324.03l.198.003c.294 0 .567-.058.819-.174.252-.116.47-.273.655-.472a2.29 2.29 0 0 0 .529-2.108 1.28 1.28 0 0 0-.214-.446 1.046 1.046 0 0 0-.365-.301Zm2.581-.533.144-.628H7.51l-.144.628h.935Zm1.354 3.201a.62.62 0 0 1-.284-.053.304.304 0 0 1-.146-.152.491.491 0 0 1-.032-.232c.007-.089.023-.185.049-.288l.284-1.237h1.065l.193-.82H9.714l.245-1.041-1 .161-.633 2.782a3.65 3.65 0 0 0-.09.652c-.009.206.021.388.09.547a.782.782 0 0 0 .349.377c.163.091.393.137.69.137a2.335 2.335 0 0 0 .59-.067l.195-.848a1.473 1.473 0 0 1-.495.082Zm11.362-2.78h-.935l-.544 2.382-.074.328a1.467 1.467 0 0 1-.456.07.62.62 0 0 1-.284-.054.304.304 0 0 1-.145-.151.49.49 0 0 1-.032-.232c.006-.09.023-.186.048-.29l.284-1.236.187-.82h-.955l-.432 1.902a3.649 3.649 0 0 0-.09.652c-.01.206.02.389.09.548.069.159.185.284.348.376.164.092.394.138.69.138.207 0 .386-.018.537-.054l.018-.005v.002a.872.872 0 0 1-.264.48c-.136.124-.338.186-.606.186-.114 0-.218-.007-.312-.02l-.184.806c.124.017.262.025.415.025.284 0 .534-.034.747-.101.214-.068.397-.17.55-.308.152-.137.28-.31.383-.516.103-.207.185-.453.248-.736l.647-2.832h-.002l.123-.54Zm-4.587.818c-.436 0-.519 0-.698.097a1.042 1.042 0 0 0-.324.291c-.092.12-.164.259-.217.416a1.54 1.54 0 0 0-.078.491c0 .21.033.376.1.498s.191.183.371.183a.57.57 0 0 0 .262-.059.968.968 0 0 0 .248-.196 4.33 4.33 0 0 1 .041-.344c.017-.11.039-.212.058-.306l.006-.026.231-1.045Zm.664 1.216a2.258 2.258 0 0 0-.05.75c.025.252.117.636.207.829h-.905c-.082-.145-.1-.233-.113-.294a.472.472 0 0 0-.013-.053 1.67 1.67 0 0 1-.39.248 1.132 1.132 0 0 1-.478.099c-.21 0-.39-.039-.538-.115a1.024 1.024 0 0 1-.365-.308 1.258 1.258 0 0 1-.204-.452 2.333 2.333 0 0 1-.063-.553c0-.301.051-.585.154-.851a2.18 2.18 0 0 1 .428-.698c.182-.198.622-.636 1.345-.636h1.45l-.465 2.035Zm-5.205.774c-.106 0-.194-.008-.266-.026l.453-1.964h.369c.198.002.339.072.42.204a.91.91 0 0 1 .12.48c0 .194-.027.371-.08.532-.053.16-.126.297-.221.412a.994.994 0 0 1-.345.267 1.04 1.04 0 0 1-.45.095Zm1.88-.497c.102-.266.153-.56.153-.88a1.91 1.91 0 0 0-.08-.558 1.268 1.268 0 0 0-.243-.455 1.14 1.14 0 0 0-.421-.306 1.519 1.519 0 0 0-.611-.112h-1.25l-1.087 4.766h.937l.285-1.193c.144.026.287.04.43.04.296 0 .57-.054.82-.162a1.88 1.88 0 0 0 .647-.452c.179-.193.32-.422.42-.688ZM6.446 13.88l.825-3.617h.936l-.826 3.617h-.935Z', 'clip-rule': 'evenodd', }, })]); }, };