UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.94 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 IconPullRequest = { name: 'IconPullRequest', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--pullRequest', 'IconPullRequest'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'M5.809 4.255A2.04 2.04 0 0 0 3.77 2.216c-1.12 0-2.047.92-2.047 2.04 0 .892.586 1.644 1.382 1.924v4.253a2.024 2.024 0 0 0-1.382 1.925 2.04 2.04 0 0 0 2.038 2.038c1.12 0 2.04-.918 2.04-2.038 0-.893-.587-1.645-1.383-1.925V6.18A2.024 2.024 0 0 0 5.8 4.255h.009ZM3.76 3.53c.403 0 .727.324.727.726a.724.724 0 0 1-.727.726.724.724 0 0 1-.726-.726c0-.402.324-.726.726-.726Zm0 9.546a.725.725 0 0 1-.726-.726c0-.403.324-.726.726-.726.403 0 .727.323.727.726a.725.725 0 0 1-.727.726Z', }, }), h('path', { attrs: { d: 'M12.905 10.432V5.288c0-.98-.796-1.785-1.785-1.785H9.317l.963-.963-.928-.927-1.881 1.88a.897.897 0 0 0-.271.675.9.9 0 0 0 .289.665l1.88 1.785.91-.954-.9-.858h1.758a.47.47 0 0 1 .473.473v5.145a2.024 2.024 0 0 0-1.383 1.925 2.04 2.04 0 0 0 2.039 2.038c1.12 0 2.039-.918 2.039-2.038 0-.893-.586-1.645-1.383-1.925l-.017.008Zm-.656 2.643a.724.724 0 0 1-.727-.726c0-.403.324-.726.726-.726.403 0 .727.323.727.726a.724.724 0 0 1-.726.726Z', }, })]); }, }; exports.default = IconPullRequest;