UNPKG

@justeattakeaway/pie-icons-vue

Version:
34 lines (29 loc) 2.12 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 IconPaymentAsn = { name: 'IconPaymentAsn', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--asn', 'IconPaymentAsn'); 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: '#EF533D', d: 'M7.721 13.357c0-.04.29-.964.55-1.398.149-.258.26-.53.327-.814a1.95 1.95 0 0 0-.039-.926 2.071 2.071 0 0 0-.466-.824 2.322 2.322 0 0 0-.805-.566c-.311-.132-.65-.2-.993-.199-.965 0-1.797.542-2.154 1.315a4.97 4.97 0 0 1-.14-1.2C4.014 6.102 6.34 4 9.228 4c2.8 0 5.089 2.013 5.222 4.542.06 1.085-.371 2.081-.995 2.983-.84 1.166-1.783 2.264-1.783 3.728 0 2.122 1.523 3.932 3.618 4.542a6.764 6.764 0 0 1-1.753.203c-3.18-.027-5.81-2.359-5.943-5.267-.015-.474.03-.928.127-1.37v-.005Zm9.174-2.436c0-.257-.223-.474-.505-.474-.297 0-.52.217-.52.474 0 .258.223.475.52.475.275 0 .505-.217.505-.475Zm1.5 5.512c-.044-.814.476-1.54 1.241-1.864v-.02a3.724 3.724 0 0 0-.668-.069c-1.917 0-3.47 1.424-3.47 3.173 0 .678.238 1.322.647 1.83a5.904 5.904 0 0 0 2.6-2.101 1.704 1.704 0 0 1-.35-.95Zm.729-7.511c.133-.312.207-.658.207-1.017 0-.515-.148-.99-.423-1.404a3.415 3.415 0 0 1-.817 1.743c0 .013 0 .027-.022.04l-.595-.27a3.395 3.395 0 0 1-.423-.218c-.535-.284-.936-.745-1.1-1.308a3.164 3.164 0 0 0-.148.963c0 1.105.594 2.08 1.5 2.684.194.136.372.271.543.427a5.746 5.746 0 0 1 1.5 2.17c.312-.38.52-.841.617-1.336.022-.17.037-.339.037-.495 0-.86-.253-1.457-.891-1.966', }, })]); }, }; exports.default = IconPaymentAsn;