@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.6 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconHiVisLarge = {
name: 'IconHiVisLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--hiVisLarge', 'IconHiVisLarge');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M25.774 13.375a.98.98 0 0 1-.98-.98V6.349c0-.954-.77-1.724-1.724-1.724h-2.774l-.883.884h-6.817l-.883-.884H8.93c-.954 0-1.724.77-1.724 1.724v6.046c0 .543-.437.98-.98.98-.883 0-1.601.717-1.601 1.601v9.669a2.734 2.734 0 0 0 2.73 2.73h6.781a2.72 2.72 0 0 0 1.855-.744 2.72 2.72 0 0 0 1.855.744h6.782a2.737 2.737 0 0 0 2.747-2.73v-9.669c0-.884-.718-1.601-1.601-1.601m-4.751-7 2.02-.018v6.047a2.74 2.74 0 0 0 2.582 2.73v2.695h-8.75v-7.306zm-5.898 14.936h-8.75v-1.75h8.75zm1.75-1.75h8.75v1.75h-8.75zm.788-12.302L16 8.912l-.875-.875-.779-.778zm-8.707 5.136v-6.02h2.03l4.139 4.139v7.306h-8.75v-2.695a2.74 2.74 0 0 0 2.581-2.73m5.189 13.23h-6.79a.98.98 0 0 1-.98-.98V23.07h8.75v1.575c0 .543-.437.98-.98.98m10.5 0h-6.781a.98.98 0 0 1-.989-.98V23.07h8.75v1.575c0 .543-.437.98-.98.98',
},
})]);
},
};
export { IconHiVisLarge as default };