@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
36 lines (31 loc) • 1.4 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 IconStopCircleFilled = {
name: 'IconStopCircleFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--stopCircleFilled', 'IconStopCircleFilled');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
},
}, ctx.data]), [h('g', {
attrs: {
'clip-path': 'url(#prefix__a)',
},
}, [h('path', {
attrs: {
d: 'M12.79 3.21a6.775 6.775 0 0 0-8.56-.85c-1.12.74-1.98 1.8-2.5 3.04-.51 1.24-.65 2.6-.39 3.92.26 1.32.91 2.52 1.86 3.47a6.86 6.86 0 0 0 3.47 1.86c1.32.26 2.68.13 3.92-.39 1.24-.51 2.3-1.38 3.04-2.5a6.775 6.775 0 0 0-.85-8.56l.01.01ZM11 9.92c0 .6-.48 1.08-1.08 1.08H6.08C5.48 11 5 10.52 5 9.92V6.08C5 5.48 5.48 5 6.08 5h3.84c.6 0 1.08.48 1.08 1.08v3.84Z',
},
})])]);
},
};
exports.default = IconStopCircleFilled;