UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.38 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconCloudDownload = { name: 'IconCloudDownload', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--cloudDownload', 'IconCloudDownload'); return h('svg', _mergeJSXProps([{ 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: 'M13.145 7.431A5.18 5.18 0 0 0 2.969 6.75 3.34 3.34 0 0 0 1 9.81a3.377 3.377 0 0 0 3.378 3.378h.796L3.756 11.77a2.065 2.065 0 0 1-1.053-3.175c.256-.353.62-.614 1.036-.745l.385-.114.061-.393a3.867 3.867 0 0 1 7.683.586v.516l.498.114a1.69 1.69 0 0 1 1.313 1.645 1.67 1.67 0 0 1-1.54 1.654l-1.321 1.33h1.19a2.992 2.992 0 0 0 1.128-5.758z', }, }), h('path', { attrs: { d: 'M10.214 10.091 8.656 11.65V7.125H7.344v4.524L5.786 10.09l-.927.928 2.406 2.397a1.03 1.03 0 0 0 1.47 0l2.406-2.397z', }, })]); }, }; export { IconCloudDownload as default };