UNPKG

@justeattakeaway/pie-icons-vue

Version:
36 lines (31 loc) 2.36 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 IconPaymentStripe = { name: 'IconPaymentStripe', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--stripe', 'IconPaymentStripe'); 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: '#6461FC', 'fill-rule': 'evenodd', d: 'm12.786 9.1-1.324.293V8.287L12.786 8v1.1Zm2.755.613c-.517 0-.85.249-1.034.422l-.069-.336h-1.16v6.32l1.319-.287.005-1.534c.19.14.47.341.934.341.945 0 1.805-.78 1.805-2.498-.005-1.572-.876-2.428-1.8-2.428Zm-.316 3.734c-.312 0-.496-.114-.623-.255l-.005-2.01c.137-.158.327-.266.628-.266.48 0 .812.553.812 1.263 0 .726-.327 1.268-.812 1.268Zm6.275-1.252c0-1.388-.654-2.482-1.905-2.482-1.256 0-2.016 1.094-2.016 2.471 0 1.631.897 2.455 2.185 2.455.628 0 1.103-.146 1.462-.352v-1.084c-.36.184-.771.298-1.293.298-.512 0-.966-.184-1.024-.824h2.58l.005-.175c.003-.107.006-.232.006-.307Zm-2.607-.515c0-.612.364-.867.696-.867.322 0 .665.255.665.867h-1.361Zm-7.431-1.875h1.324v4.742h-1.324V9.805Zm-1.504 0 .084.4c.311-.584.929-.465 1.098-.4v1.246c-.164-.06-.692-.135-1.003.282v3.214h-1.32V9.805h1.14ZM7.403 8.629l-1.288.282-.005 4.34c0 .803.586 1.394 1.367 1.394.433 0 .75-.082.924-.18v-1.1c-.17.071-1.003.32-1.003-.482V10.96H8.4V9.805H7.398l.005-1.176Zm-3.12 2.26c-.279 0-.448.081-.448.292 0 .231.29.333.652.459.587.205 1.361.475 1.364 1.476 0 .97-.754 1.529-1.852 1.529-.454 0-.95-.092-1.44-.31v-1.29c.442.25 1.002.434 1.44.434.295 0 .507-.08.507-.33 0-.256-.316-.373-.696-.514-.58-.215-1.31-.486-1.31-1.389 0-.959.712-1.533 1.784-1.533.438 0 .87.07 1.309.249v1.274a2.883 2.883 0 0 0-1.31-.347Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentStripe;