@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
32 lines (27 loc) • 1.18 kB
JavaScript
;
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 IconStopLarge = {
name: 'IconStopLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--stopLarge', 'IconStopLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M21.77 7.11H10.23c-1.72 0-3.12 1.4-3.12 3.12v11.54c0 1.72 1.4 3.12 3.12 3.12h11.54c1.72 0 3.12-1.4 3.12-3.12V10.23c0-1.72-1.4-3.12-3.12-3.12Zm1.34 14.66c0 .74-.6 1.34-1.34 1.34H10.23c-.74 0-1.34-.6-1.34-1.34V10.23c0-.74.6-1.34 1.34-1.34h11.54c.74 0 1.34.6 1.34 1.34v11.54Z',
},
})]);
},
};
exports.default = IconStopLarge;