@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
32 lines (27 loc) • 1.43 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 IconStopCircleFilledLarge = {
name: 'IconStopCircleFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--stopCircleFilledLarge', 'IconStopCircleFilledLarge');
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: 'M24.665 7.14c-2.3-2.3-5.411-3.59-8.662-3.59-2.42 0-4.791.72-6.812 2.06a12.315 12.315 0 0 0-4.51 5.502 12.258 12.258 0 0 0-.701 7.082 12.22 12.22 0 0 0 3.35 6.271 12.258 12.258 0 0 0 6.272 3.35c2.38.47 4.841.23 7.082-.7 2.24-.93 4.151-2.5 5.501-4.51a12.203 12.203 0 0 0 2.06-6.812c0-3.25-1.29-6.362-3.59-8.662l.01.01Zm-3.66 12.274c0 .77-.621 1.39-1.391 1.39h-7.212c-.77 0-1.39-.62-1.39-1.39v-7.212c0-.77.62-1.39 1.39-1.39h7.212c.77 0 1.39.62 1.39 1.39v7.212Z',
},
})]);
},
};
exports.default = IconStopCircleFilledLarge;