@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 2.08 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 IconPullRequestLarge = {
name: 'IconPullRequestLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--pullRequestLarge', 'IconPullRequestLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M11.874 8.842a3.232 3.232 0 0 0-3.228-3.228 3.226 3.226 0 0 0-3.229 3.228c0 1.47.997 2.704 2.354 3.09v9.056c-1.357.384-2.354 1.618-2.354 3.088a3.232 3.232 0 0 0 3.229 3.229 3.227 3.227 0 0 0 3.228-3.229c0-1.47-.997-2.704-2.353-3.088V11.93c1.356-.385 2.353-1.618 2.353-3.089Zm-4.707 0c0-.813.665-1.478 1.479-1.478.813 0 1.478.665 1.478 1.478 0 .814-.665 1.48-1.478 1.48a1.483 1.483 0 0 1-1.479-1.48Zm2.957 15.234c0 .814-.665 1.479-1.478 1.479a1.483 1.483 0 0 1-1.479-1.479c0-.814.665-1.479 1.479-1.479.813 0 1.478.665 1.478 1.48Z',
},
}), h('path', {
attrs: {
d: 'M24.238 20.988V10.584a2.793 2.793 0 0 0-2.791-2.792h-3.649l2.048-2.047-1.234-1.234-3.202 3.194a1.314 1.314 0 0 0-.394.971c0 .368.157.709.42.963l3.185 3.036 1.207-1.269-1.968-1.872h3.578c.569 0 1.042.463 1.042 1.041v10.404c-1.357.385-2.354 1.619-2.354 3.088a3.232 3.232 0 0 0 3.229 3.23 3.226 3.226 0 0 0 3.228-3.23c0-1.47-.997-2.703-2.353-3.088l.008.009Zm-.875 4.567a1.483 1.483 0 0 1-1.479-1.479c0-.814.665-1.479 1.48-1.479.813 0 1.478.665 1.478 1.48 0 .813-.665 1.478-1.479 1.478Z',
},
})]);
},
};
exports.default = IconPullRequestLarge;