@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
32 lines (27 loc) • 1.13 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 IconStop = {
name: 'IconStop',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--stop', 'IconStop');
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: 'M10.56 3.25H5.44c-1.21 0-2.19.98-2.19 2.19v5.12c0 1.21.98 2.19 2.19 2.19h5.12c1.21 0 2.19-.98 2.19-2.19V5.44c0-1.21-.98-2.19-2.19-2.19Zm.69 7.31c0 .38-.31.69-.69.69H5.44c-.38 0-.69-.31-.69-.69V5.44c0-.38.31-.69.69-.69h5.12c.38 0 .69.31.69.69v5.12Z',
},
})]);
},
};
exports.default = IconStop;