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 IconStationeryLarge = { name: 'IconStationeryLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--stationeryLarge', 'IconStationeryLarge'); 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: 'm26.444 5.068-4.052.897-3.399 4.34v-4.13h-.435V5.101a2.18 2.18 0 0 0-4.358 0v1.072h-.444v3.364l-2.658-6.545-5.621 2.284 3.25 8.017H6.89l.017 5.229h1.595v7.939a2.615 2.615 0 0 0 2.606 2.614h9.917a2.622 2.622 0 0 0 2.614-2.614v-7.94h1.604l-.018-5.228h-2.16l3.32-4.235.06-3.991Zm-10.492.034c0-.235.192-.435.436-.435s.435.191.435.435v1.072h-.862V5.102h-.009Zm-.444 2.815h1.742v5.377h-1.742V7.917Zm-7.295-.531-.47-1.16 2.396-.975 3.364 8.026h-2.902l-.462-1.142.959-.4-.68-1.604-.94.392-.62-1.525.924-.392-.671-1.604-.906.384h.008Zm13.691 19.067c0 .48-.392.872-.871.872h-9.918a.874.874 0 0 1-.871-.872v-7.939h11.669v7.94h-.009Zm1.586-11.425v1.743H8.64v-1.743h14.85Zm-2.64-1.743H18.87l.122-.156 3.138-4 1.202.984-2.483 3.172Zm3.8-4.854-.245.305-1.203-.984.183-.227 1.29-.288-.017 1.194h-.009Z', }, })]); }, }; export { IconStationeryLarge as default };