@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
39 lines (34 loc) • 2.25 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 IconGifts = {
name: 'IconGifts',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--gifts', 'IconGifts');
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.884 8.457c.262-.235.41-.575.41-.923v-.54H10.6v.531c0 .723-.305 1.412-.837 1.89a2.566 2.566 0 0 1-1.716.663c-.043 0-.085-.002-.126-.005a2.344 2.344 0 0 0-.127-.004c-1.28-.122-2.282-1.29-2.282-2.64v-.427H6.82v.427c0 .689.488 1.281 1.106 1.342.357.035.697-.078.958-.314Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M11.62 4.502h1.655v.018l.688 8.189a2 2 0 0 1-.514 1.507c-.374.4-.906.636-1.454.636h-7.92a1.978 1.978 0 0 1-1.446-.627 1.99 1.99 0 0 1-.531-1.481l.514-8.233h1.855c-.004-.009-.01-.015-.017-.022a2.078 2.078 0 0 1-.34-.693c-.235-.88.14-1.829.915-2.317.889-.566 1.934-.287 2.526.21.2.165.358.374.488.6.114-.2.28-.418.497-.6.592-.497 1.629-.776 2.526-.21a2.112 2.112 0 0 1 .915 2.318c-.06.243-.174.47-.322.67l-.035.035ZM9.372 2.69a.936.936 0 0 0-.287.488v.009l-.21.906 1.107-.096c.261-.018.497-.13.619-.305a.735.735 0 0 0 .113-.235.81.81 0 0 0-.349-.871c-.366-.236-.792-.061-.993.104Zm-3.258-.226c-.13 0-.27.034-.392.113v-.009a.81.81 0 0 0-.349.871.736.736 0 0 0 .114.236c.122.174.357.287.618.313l1.107.096-.21-.915a.888.888 0 0 0-.287-.488 1.015 1.015 0 0 0-.601-.217Zm5.872 11.055a.673.673 0 0 0 .67-.732L12.065 5.8H3.831l-.435 7.005a.675.675 0 0 0 .183.505c.13.13.305.209.488.209h7.919Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconGifts;