@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
45 lines (40 loc) • 1.99 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 IconTermsAndConditions = {
name: 'IconTermsAndConditions',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--termsAndConditions', 'IconTermsAndConditions');
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.744 4.482H4.491v1.313h4.253z',
},
}), h('path', {
attrs: {
d: 'M6.329 7.519H4.491V8.83H6.33z',
},
}), h('path', {
attrs: {
d: 'M14.948 9.085c0-.831-.464-1.584-1.2-1.96l-.918-.473V1.22H1.219v12.6h5.897c.56 0 1.05 0 1.505-.018.201.158.412.315.656.447l1.68.708 1.707-.691a4.3 4.3 0 0 0 1.758-1.663c.298-.498.473-1.102.534-1.872V9.085zm-7.99-.026v1.601l.053.411a4.4 4.4 0 0 0 .464 1.435H2.531V2.531h8.987V5.98l-.49-.254-2.8 1.339a2.21 2.21 0 0 0-1.26 1.995zm6.327 2.879a2.96 2.96 0 0 1-1.172 1.128l-1.155.464-.053-.026-1.067-.447a2.9 2.9 0 0 1-.744-.594c-.088-.097-.184-.184-.263-.29-.262-.358-.437-.796-.516-1.312L8.28 10.6V9.05c0-.341.201-.665.516-.814l2.214-1.059.516.263 1.313.674.315.166c.297.158.49.464.49.796v1.61c-.035.49-.149.91-.35 1.234z',
},
}), h('path', {
attrs: {
d: 'm10.599 10.424-.604-.665-.971.883.857.937a.95.95 0 0 0 .7.315h.009a.97.97 0 0 0 .7-.298l1.592-1.68-.953-.901-1.34 1.409z',
},
})]);
},
};
exports.default = IconTermsAndConditions;