UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (40 loc) 2.19 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 IconTermsAndConditionsLarge = { name: 'IconTermsAndConditionsLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--termsAndConditionsLarge', 'IconTermsAndConditionsLarge'); 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: 'M10.872 10.75h8.26v1.75h-8.26v-1.75Z', }, }), h('path', { attrs: { d: 'M10.872 15.125h4.13v1.75h-4.13v-1.75Z', }, }), h('path', { attrs: { d: 'm20.235 21.381.813.893 2.748-2.897 1.268 1.208-3.018 3.185a1.39 1.39 0 0 1-.998.429h-.008c-.386 0-.753-.167-1.007-.447l-1.085-1.19 1.287-1.18Z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M27.917 19.482c0-.98-.551-1.872-1.426-2.327l-.875-.446V4.589H4.633v22.82h13.563c.04 0 .08-.002.12-.004a1.84 1.84 0 0 1 .107-.004c.245.175.5.341.78.49l2.58 1.094 2.617-1.059a6.723 6.723 0 0 0 2.703-2.555c.455-.77.727-1.697.823-2.782v-3.107h-.009ZM15.746 23.01c.157 1.006.49 1.89.989 2.65H6.383V6.34h17.483v9.477l-1.969-1.006-4.734 2.257a2.643 2.643 0 0 0-1.496 2.372v2.957l.088.621-.01-.008Zm9.844 1.47c-.473.805-1.164 1.46-1.925 1.855l-1.873.752-.665-.28-1.172-.49a5.231 5.231 0 0 1-.99-.709 5.11 5.11 0 0 1-.655-.717c-.43-.578-.71-1.295-.832-2.135l-.06-.42v-2.896c0-.333.192-.648.498-.788l3.955-1.881 1.995 1.024 1.75.9.079.045a.872.872 0 0 1 .472.778v2.975c-.052.797-.245 1.48-.569 2.013l-.008-.026Z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconTermsAndConditionsLarge as default };