UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.68 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 IconDoNotTouchLarge = { name: 'IconDoNotTouchLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--doNotTouchLarge', 'IconDoNotTouchLarge'); 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: 'm11.446 21.801 15.68-15.68h.035l.56-.56h-2.546l-5.618 5.618a3.621 3.621 0 0 0-1.505-.648l-3.666-.62-4.069-3.518-1.146 1.32 2.188 1.89c-1.514.928-4.087 2.88-5.032 5.846L4.131 13.54l-1.146 1.322 6.912 5.976-5.643 5.644h2.52l4.69-4.69-.018.008Zm-3.64-5.075c.569-3.185 3.745-5.24 4.953-5.915l.857.744 4.148.709c.192.035.367.105.533.184l-7.157 7.157-3.325-2.879h-.009Z', }, }), h('path', { attrs: { d: 'm22.077 16.184.07-1.479-.446-.691-1.339 1.339-.078 1.487 6.125 6.466c-1.418.534-3.037-.603-3.518-.988l-2.082-1.952-3.387 2.153c-1.155.56-2.458.411-3.403-.411l-.228-.193-1.242 1.243.323.28c1.48 1.277 3.58 1.522 5.364.63L20.6 22.57l1.137 1.068c1.103.884 2.511 1.566 3.903 1.566.945 0 1.89-.315 2.72-1.102l.64-.604-6.93-7.315h.008Z', }, })]); }, }; export { IconDoNotTouchLarge as default };