@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.57 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconCameraLarge = {
name: 'IconCameraLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cameraLarge', 'IconCameraLarge');
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 9.875a6.125 6.125 0 1 0 0 12.25 6.125 6.125 0 0 0 0-12.25m0 10.5a4.375 4.375 0 1 1 0-8.75 4.375 4.375 0 0 1 0 8.75M27.13 8.571a49 49 0 0 0-4.839-.875L21.25 5.343a2.63 2.63 0 0 0-2.371-1.593H13.12a2.63 2.63 0 0 0-2.371 1.593L9.709 7.67q-2.428.315-4.813.875a2.625 2.625 0 0 0-2.021 2.581v12.749A2.625 2.625 0 0 0 5.5 26.5h21a2.625 2.625 0 0 0 2.625-2.625V11.126a2.625 2.625 0 0 0-1.995-2.555m.245 15.304a.875.875 0 0 1-.875.875h-21a.875.875 0 0 1-.875-.875V11.126a.875.875 0 0 1 .674-.875 47 47 0 0 1 5.127-.91l.499-.061 1.391-3.246a.88.88 0 0 1 .805-.534h5.758a.88.88 0 0 1 .805.534l1.391 3.246.499.061c1.73.214 3.448.524 5.145.928a.875.875 0 0 1 .656.875z',
},
})]);
},
};
exports.default = IconCameraLarge;