@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.51 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconRestrictedFilledLarge = {
name: 'IconRestrictedFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--restrictedFilledLarge', 'IconRestrictedFilledLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M16 9c-3.859 0-7 3.141-7 7 0 1.663.586 3.194 1.557 4.392l9.835-9.834A6.97 6.97 0 0 0 15.992 9z',
},
}), h('path', {
attrs: {
d: 'M16 3.75C9.245 3.75 3.75 9.245 3.75 16S9.245 28.25 16 28.25 28.25 22.755 28.25 16 22.755 3.75 16 3.75m0 21c-4.821 0-8.75-3.929-8.75-8.75S11.179 7.25 16 7.25s8.75 3.929 8.75 8.75-3.929 8.75-8.75 8.75',
},
}), h('path', {
attrs: {
d: 'm21.609 11.826-9.783 9.783A6.9 6.9 0 0 0 16 23c3.859 0 7-3.141 7-7 0-1.566-.525-3.01-1.391-4.174',
},
})]);
},
};
exports.default = IconRestrictedFilledLarge;