UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.62 kB
'use strict'; 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 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.676 3.676 0 0 0 2.056.62A3.727 3.727 0 0 0 11.723 8c0-.761-.227-1.47-.62-2.056Z', }, }), 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.693 3.693 0 0 0-2.18-.718Z', }, }), h('path', { attrs: { d: 'M8.005 1.219C4.269 1.219 1.224 4.264 1.224 8c0 3.736 3.045 6.781 6.78 6.781 3.737 0 6.782-3.045 6.782-6.781 0-3.736-3.045-6.781-6.781-6.781Zm0 11.812A5.038 5.038 0 0 1 2.974 8a5.038 5.038 0 0 1 5.03-5.031A5.038 5.038 0 0 1 13.037 8a5.037 5.037 0 0 1-5.031 5.031Z', }, })]); }, }; exports.default = IconRestrictedFilled;