UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.66 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 IconManagementLarge = { name: 'IconManagementLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--managementLarge', 'IconManagementLarge'); 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.004 6.549a3.89 3.89 0 0 1 3.887 3.887 3.89 3.89 0 0 1-3.887 3.886 3.89 3.89 0 0 1-3.886-3.886 3.89 3.89 0 0 1 3.886-3.887Zm0-1.743a5.638 5.638 0 0 0-5.63 5.63 5.638 5.638 0 0 0 5.63 5.63 5.638 5.638 0 0 0 5.63-5.63 5.638 5.638 0 0 0-5.63-5.63Z', }, }), h('path', { attrs: { d: 'M25.852 23.02c-1.046-2.955-3.957-4.933-7.242-4.933h-5.203c-3.285 0-6.196 1.987-7.241 4.933l-1.534 4.322h1.96l.506-1.743.706-1.995c.758-2.136 2.815-3.59 5.194-3.748l1.926 1.569-2.501 4 3.651 3.651 3.651-3.651-2.5-4 1.917-1.56c2.326.192 4.34 1.63 5.089 3.739l1.325 3.738h1.847L25.87 23.02h-.017Zm-8.357 2.152-1.438 1.438-1.438-1.438 1.438-2.292 1.438 2.292Z', }, })]); }, }; exports.default = IconManagementLarge;