@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 2.36 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 IconCc = {
name: 'IconCc',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cc', 'IconCc');
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: 'M6.74 9.092a1.243 1.243 0 0 1-.367.062c-.184 0-.342-.044-.49-.123a.803.803 0 0 1-.342-.341 1.052 1.052 0 0 1 0-.989.912.912 0 0 1 .342-.341c.148-.079.306-.123.49-.123a1.072 1.072 0 0 1 .726.245l.936-.918a2.346 2.346 0 0 0-.77-.49 2.568 2.568 0 0 0-.971-.167c-.333 0-.639.053-.928.167a2.26 2.26 0 0 0-.752.481A2.221 2.221 0 0 0 3.923 8.2a2.267 2.267 0 0 0 .682 1.645c.21.21.464.367.753.481.288.114.595.166.918.166.377 0 .71-.052.998-.166.289-.114.534-.271.735-.481l-.945-.919c-.096.07-.21.131-.324.166Z',
},
}), h('path', {
attrs: {
d: 'M9.925 7.36c.149-.079.306-.123.49-.123a1.072 1.072 0 0 1 .726.245l.937-.918a2.346 2.346 0 0 0-.77-.49 2.568 2.568 0 0 0-.972-.167c-.332 0-.638.053-.927.167a2.26 2.26 0 0 0-.753.481 2.221 2.221 0 0 0-.69 1.645 2.267 2.267 0 0 0 .682 1.645c.21.21.463.367.752.481.289.114.595.166.919.166.376 0 .709-.052.997-.166.29-.114.534-.271.735-.481l-.945-.919c-.096.07-.21.131-.323.166a1.244 1.244 0 0 1-.368.062c-.184 0-.341-.044-.49-.123a.803.803 0 0 1-.341-.341 1.052 1.052 0 0 1 0-.989.912.912 0 0 1 .341-.341Z',
},
}), h('path', {
attrs: {
d: 'M13.381 3.011H2.62c-.849 0-1.531.683-1.531 1.531v7.35c0 .84.69 1.532 1.53 1.532h10.763c.84 0 1.532-.691 1.532-1.531v-7.35c0-.84-.692-1.532-1.532-1.532Zm.22 8.881a.217.217 0 0 1-.22.22H2.62a.217.217 0 0 1-.219-.22v-7.35c0-.122.096-.218.219-.218H13.38c.123 0 .22.096.22.218v7.35Z',
},
})]);
},
};
exports.default = IconCc;