@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (38 loc) • 1.43 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconClockAlert = {
name: 'IconClockAlert',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--clockAlert', 'IconClockAlert');
return h('svg', _mergeJSXProps([{
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: 'm10.013 10.905-2.95-1.767V5.094h1.313v3.299l2.31 1.391z',
},
}), h('path', {
attrs: {
d: 'M8 1.219a6.77 6.77 0 0 0-6.344 4.419l.438-.167a3.6 3.6 0 0 1 1.181-.21 5.469 5.469 0 1 1 2.17 7.569c0 .452-.155.89-.437 1.242A6.772 6.772 0 1 0 8 1.22',
},
}), h('path', {
attrs: {
d: 'm3.791 11.063.429-4.376a2.7 2.7 0 0 0-.875-.13 2.6 2.6 0 0 0-.831.13l.42 4.376z',
},
}), h('path', {
attrs: {
d: 'M2.636 12.813a.753.753 0 1 0 .753-.753.76.76 0 0 0-.753.752',
},
})]);
},
};
export { IconClockAlert as default };