@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
39 lines (34 loc) • 1.88 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 IconAppUnlock = {
name: 'IconAppUnlock',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--appUnlock', 'IconAppUnlock');
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: 'M3.406 2.75v10.5c0 .123.096.219.219.219h1.75v1.312h-1.75c-.84 0-1.531-.691-1.531-1.531V2.75c0-.84.691-1.531 1.531-1.531h7c.84 0 1.531.691 1.531 1.531V4.5h-1.312V2.75a.217.217 0 0 0-.219-.219H8.901l-.428.954H5.777l-.428-.954H3.625a.217.217 0 0 0-.219.219Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M10.302 5.848c.806 0 1.501.37 1.973.934l-.005.004.005.006-1.007.841a1.245 1.245 0 0 0-.966-.464c-.444 0-.836.232-1.064.594l-.019.029a1.232 1.232 0 0 0-.177.637v.14h4.881v4.025l-.586.394a5.398 5.398 0 0 1-3.027.901c-.403 0-1.462-.053-2.52-.595a5.755 5.755 0 0 1-.516-.306l-.578-.394V8.569h1.033v-.14a2.546 2.546 0 0 1 .356-1.305l.004-.007.02-.033c.004-.008.018-.031.04-.06a2.563 2.563 0 0 1 2.153-1.176ZM8.009 9.89v2.021c.122.079.245.158.376.219a4.556 4.556 0 0 0 1.925.455 4.136 4.136 0 0 0 2.3-.683V9.89H8.01Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconAppUnlock;