UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.17 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconShirtUniformLarge = { name: 'IconShirtUniformLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--shirtUniformLarge', 'IconShirtUniformLarge'); return h('svg', helper.default([{ 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: 'M16.875 10.741h3.5v.744c0 .857-.385 1.671-1.05 2.214l-.665.542-.691-.542a2.874 2.874 0 0 1-1.103-2.258v-.709l.01.01Zm13.108 1.794-.088.376c-.035.158-.962 3.807-4.926 4.804l-.56.14-1.4-1.864V27.14l-.595.201c-.114.035-2.8.919-6.405.919-3.605 0-6.291-.884-6.405-.919l-.595-.201V15.99l-1.4 1.864-.56-.14c-3.973-.997-4.9-4.646-4.935-4.804l-.088-.376L6.27 6.253a2.615 2.615 0 0 1 1.024-.884C10.6 3.785 12.316 3.74 12.5 3.74h.63l.201.595s.718 2.039 2.67 2.844c1.968-.814 2.66-2.826 2.668-2.844l.201-.595h.63c.184 0 1.908.044 5.206 1.628.412.201.762.499 1.024.875l4.244 6.291h.009ZM21.25 25.844v-1.812a23.665 23.665 0 0 1-5.25.604c-2.231 0-4.112-.341-5.25-.604v1.803c.936.245 2.896.656 5.25.656s4.314-.42 5.25-.656v.009Zm6.825-13.003-3.789-5.608a.817.817 0 0 0-.332-.29c-1.925-.918-3.229-1.26-3.911-1.382-.482.954-1.61 2.669-3.763 3.387l-.28.096-.28-.096c-2.152-.718-3.281-2.433-3.762-3.387-.674.123-1.987.464-3.912 1.383a.853.853 0 0 0-.34.297l-3.79 5.609c.263.7 1.06 2.293 2.993 3.001l2.1-2.8c.245-.332.682-.463 1.076-.332a.959.959 0 0 1 .656.91v8.61c.937.245 2.897.665 5.25.665 2.354 0 4.314-.42 5.25-.657v-8.61a.96.96 0 0 1 1.733-.568l2.1 2.8c1.934-.709 2.73-2.293 2.992-3.002l.01-.026Z', }, })]); }, }; exports.default = IconShirtUniformLarge;