@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (30 loc) • 1.54 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconTranslateFilledLarge = {
name: 'IconTranslateFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--translateFilledLarge', 'IconTranslateFilledLarge');
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 3.75a12.25 12.25 0 1 0 0 24.5 12.25 12.25 0 0 0 0-24.5m-.079 15.461a12 12 0 0 1-2.292-1.461 12 12 0 0 1-3.5 2.065l-.534-1.383c1.08-.4 2.088-.973 2.984-1.697a10.3 10.3 0 0 1-1.287-1.671l1.208-.814a10 10 0 0 0 1.094 1.409q.444-.507.805-1.077a8 8 0 0 0 .787-1.645h-5.74V11.45h3.5v-.875h1.479v.875h3.5v1.488h-1.172A9.3 9.3 0 0 1 15.72 15.3q-.453.726-1.024 1.365c.545.443 1.131.832 1.75 1.164zm6.125 2.223-.192-.49-.306-.788h-3.08l-.5 1.278h-1.487l.193-.49.472-1.173.35-.875.21-.516 1.05-2.712v.052l.455-1.129h1.619l2.756 6.825z',
},
}), h('path', {
attrs: {
d: 'm19.483 17.531-.35.91-.193.482h2.153l-1.077-2.748z',
},
})]);
},
};
export { IconTranslateFilledLarge as default };