@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
39 lines (34 loc) • 2.27 kB
JavaScript
'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 IconShirtUniform = {
name: 'IconShirtUniform',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--shirtUniform', 'IconShirtUniform');
return h('svg', helper.default([{
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: 'M8.307 5.489h1.732s.263.997-.866 1.689c-1.129-.692-.866-1.69-.866-1.69Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'm12.988 3.345 1.391 2.013h.009l.56.945-.035.236c-.193 1.19-1.094 2.109-2.476 2.52l-.438.131-.376-.516v4.891l-.438.158a.87.87 0 0 0-.023.007c-.197.063-1.521.49-3.18.456h-.244c-1.566 0-2.8-.422-2.916-.461l-.007-.002-.429-.158V8.674l-.385.516-.437-.131c-1.383-.411-2.284-1.33-2.476-2.52l-.035-.236.568-.937 1.374-1.995c.228-.341.411-.568.954-.778-.009 0 .866-.438 2.17-.71l.525-.113.21.499c.289.7.866 1.102 1.181 1.277.271-.14.77-.507 1.164-1.347l.219-.473.507.105c.779.158 1.523.42 2.205.788.464.175.639.402.858.726Zm-7.289 9.266c.481.123 1.33.298 2.284.263v-.009a8.333 8.333 0 0 0 2.319-.263v-1.216c-.797.175-1.558.237-2.258.237-.945 0-1.759-.114-2.345-.228v1.216Zm6.772-4.974-.84-1.133a.733.733 0 0 0-1.339.411v3.141c-1.907.473-3.718.202-4.593.009v-3.15a.725.725 0 0 0-.508-.7.71.71 0 0 0-.805.271L3.52 7.65c-.429-.192-.901-.534-1.085-1.102l1.663-2.485a.758.758 0 0 1 .367-.28s.56-.28 1.426-.508c.7 1.138 1.82 1.575 1.873 1.593l.192.07.202-.053c.131-.035 1.163-.332 1.96-1.671.481.131.962.324 1.452.586.123.047.236.146.341.298l1.34 1.942.297.499c-.174.565-.65.897-1.077 1.098Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconShirtUniform;