UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.69 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconCollect = { name: 'IconCollect', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--collect', 'IconCollect'); 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: 'M10.546 12.742h3.719v-2.72L12.41 7.894v.017l-.009-.017c-2.739-.464-3.43-2.573-3.465-2.669l-.297.088a2.395 2.395 0 0 0 .717-1.698A2.405 2.405 0 0 0 6.95 1.21a2.405 2.405 0 0 0-2.406 2.406c0 .744.34 1.4.875 1.838a4.929 4.929 0 0 0-3.142 2.493L1.744 9.06l1.18.568.535-1.102a3.576 3.576 0 0 1 1.085-1.251v.84a2.72 2.72 0 0 0 1.277 2.292l.464.298c-.263.166-.56.323-.884.455L2.4 12.489l.534 1.198 2.975-1.32a6.008 6.008 0 0 0 1.557-.902l.604.385 1.4 3.08 1.199-.543-1.567-3.43-.726-.463c.376-.543.613-1.138.665-1.733l.123-.989a5.73 5.73 0 0 0 2.266 1.225l-.875 1.007v2.721l-.009.018ZM6.95 2.532a1.094 1.094 0 1 1 0 2.188 1.094 1.094 0 0 1 0-2.189Zm.787 6.115c-.035.394-.2.797-.463 1.155l-.744-.48c-.42-.272-.674-.71-.674-1.182V6.705c.271-.061.543-.096.823-.096h1.303l-.245 2.038Zm5.215 1.864v.919H11.86v-.919l.542-.621.543.621h.008Z', }, })]); }, }; export { IconCollect as default };