@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
57 lines (52 loc) • 3.1 kB
JavaScript
'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 IconPaymentHandelsbanken = {
name: 'IconPaymentHandelsbanken',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--handelsbanken', 'IconPaymentHandelsbanken');
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: 'url(#prefix__paint0_linear_16563_694)',
d: 'M3.19 6.186A2.936 2.936 0 0 1 6.126 3.25h11.628a2.936 2.936 0 0 1 2.936 2.936v11.628a2.936 2.936 0 0 1-2.936 2.936H6.126a2.936 2.936 0 0 1-2.936-2.936V6.186Z',
},
}), h('path', {
attrs: {
fill: '#fff',
d: 'M8.215 6.859v3.9h4.112v-3.9h2.243v10.173h-2.243v-4.388H8.215v4.388H5.973V6.859h2.242Zm8.174 3.9c.211-.309.471-.569.797-.764a3.358 3.358 0 0 1 1.088-.406 6.19 6.19 0 0 1 1.22-.114c.373 0 .747.033 1.12.081.374.05.076.11.13.402V15.597c-.016-.114.017.866 0 .736a2.675 2.675 0 0 1-1.137.699 4.64 4.64 0 0 1-1.333.195c-.357 0-.682-.049-.975-.13a1.953 1.953 0 0 1-.796-.406 1.86 1.86 0 0 1-.536-.683c-.13-.276-.195-.601-.195-.991 0-.423.08-.764.227-1.04.146-.277.341-.488.569-.65.227-.163.504-.277.796-.358.293-.081.601-.146.91-.195.31-.049.602-.081.894-.114a4.88 4.88 0 0 0 .78-.13c.228-.065.407-.146.537-.243a.542.542 0 0 0 .178-.472c0-.211-.032-.39-.114-.52a.688.688 0 0 0-.276-.292 1.5 1.5 0 0 0-.406-.146c-.163-.017-.325-.033-.504-.033-.39 0-.715.081-.942.26-.228.179-.358.455-.39.861h-2.032c.065-.487.179-.877.39-1.186Zm3.982 2.844c-.13.049-.26.081-.406.114-.147.032-.31.048-.456.065-.162.016-.325.049-.487.065-.146.032-.309.065-.455.114a1.46 1.46 0 0 0-.39.194.803.803 0 0 0-.26.31c-.065.13-.098.276-.098.47a.99.99 0 0 0 .098.456c.065.13.162.227.276.292.114.065.244.114.39.146.146.033.309.05.471.05.39 0 .7-.066.927-.196.211-.13.373-.292.487-.471.098-.179.163-.374.195-.569.017-.195.033-.341.033-.455v-.748a.872.872 0 0 1-.325.163Z',
},
}), h('defs', [h('linearGradient', {
attrs: {
id: 'prefix__paint0_linear_16563_694',
x1: '19.338',
x2: '7.532',
y1: '9.472',
y2: '15.954',
gradientUnits: 'userSpaceOnUse',
},
}, [h('stop', {
attrs: {
'stop-color': '#008DC8',
},
}), h('stop', {
attrs: {
offset: '1',
'stop-color': '#0063A5',
},
})])])]);
},
};
exports.default = IconPaymentHandelsbanken;