@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.54 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 IconRestrictedFilled = {
name: 'IconRestrictedFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--restrictedFilled', 'IconRestrictedFilled');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M11.102 5.944 5.95 11.098a3.68 3.68 0 0 0 2.056.62A3.727 3.727 0 0 0 11.723 8c0-.761-.227-1.47-.62-2.056',
},
}), h('path', {
attrs: {
d: 'M8.005 4.281A3.727 3.727 0 0 0 4.286 8c0 .814.271 1.566.718 2.179l5.18-5.18a3.7 3.7 0 0 0-2.18-.718',
},
}), h('path', {
attrs: {
d: 'M8.005 1.219C4.269 1.219 1.224 4.264 1.224 8s3.045 6.781 6.78 6.781c3.737 0 6.782-3.045 6.782-6.781s-3.045-6.781-6.781-6.781m0 11.812A5.04 5.04 0 0 1 2.974 8a5.04 5.04 0 0 1 5.03-5.031A5.04 5.04 0 0 1 13.037 8a5.037 5.037 0 0 1-5.031 5.031',
},
})]);
},
};
exports.default = IconRestrictedFilled;