@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
33 lines (28 loc) • 1.79 kB
JavaScript
;
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 IconClothing = {
name: 'IconClothing',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--clothing', 'IconClothing');
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: 'M7.882 14.312a9.845 9.845 0 0 1-2.57-.331c-.287-.07-.461-.122-.461-.122l-.453-.148V9.24l-.183.227-.41-.105c-.078-.017-2.03-.531-2.605-2.526l-.078-.288L3.1 3.544a1.28 1.28 0 0 1 .688-.523l3.136-1.01.13.731s.175.82.968 1.098c.793-.279.958-1.071.967-1.106l.148-.715 3.119 1.002c.287.087.531.279.688.523l1.969 2.997-.078.287c-.575 1.995-2.518 2.51-2.605 2.527l-.41.104-.174-.226v4.469l-.462.148s-.183.061-.488.13a9.432 9.432 0 0 1-2.692.323h-.122v.009Zm.122-1.307a8.525 8.525 0 0 0 2.327-.27V7.55c0-.688.87-.984 1.298-.444l.662.845c.366-.174.906-.54 1.193-1.202l-1.376-2.1a1.28 1.28 0 0 0-.689-.522l-1.393-.453c-.253.505-.75 1.158-1.682 1.437l-.322.061-.34-.07c-.915-.287-1.402-.932-1.655-1.428l-1.394.453a1.37 1.37 0 0 0-.688.522l-1.377 2.1c.288.662.828 1.028 1.194 1.202l.662-.845c.427-.54 1.298-.244 1.298.444v5.184a8.385 8.385 0 0 0 2.309.27h-.027Z',
},
})]);
},
};
exports.default = IconClothing;