@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (34 loc) • 1.5 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconRestrictedFilledLarge = {
name: 'IconRestrictedFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--restrictedFilledLarge', 'IconRestrictedFilledLarge');
return h('svg', _mergeJSXProps([{
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.835A6.969 6.969 0 0 0 15.992 9H16Z',
},
}), 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.75Zm0 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.75Z',
},
}), h('path', {
attrs: {
d: 'm21.609 11.826-9.783 9.783A6.917 6.917 0 0 0 16 23c3.859 0 7-3.141 7-7 0-1.566-.525-3.01-1.391-4.174Z',
},
})]);
},
};
export { IconRestrictedFilledLarge as default };