@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.44 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconSignOpen = {
name: 'IconSignOpen',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--signOpen', 'IconSignOpen');
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.834 10.569 2.826-3.054-.962-.892L7.143 9.37l-.84-.945-.98.875 1.128 1.269a.93.93 0 0 0 .683.297.9.9 0 0 0 .691-.297z',
},
}), h('path', {
attrs: {
d: 'M11.124 4.715 8.516 1.46H7.493L4.885 4.715H2.759c-.84 0-1.531.691-1.531 1.531v5.25c0 .84.69 1.531 1.53 1.531h10.5c.84 0 1.532-.69 1.532-1.53v-5.25c0-.84-.691-1.532-1.531-1.532zM8 2.921l1.444 1.794H6.565l1.444-1.794zm5.469 8.575a.217.217 0 0 1-.219.219H2.75a.217.217 0 0 1-.219-.219v-5.25c0-.122.097-.218.219-.218h10.5c.123 0 .219.096.219.218z',
},
})]);
},
};
exports.default = IconSignOpen;