UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.69 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/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.978.978 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.601Zm-4.752-7 2.022-.018v6.047a2.741 2.741 0 0 0 2.581 2.73v2.695h-8.75v-7.306l4.148-4.148Zm-5.897 14.936h-8.75v-1.75h8.75v1.75Zm1.75-1.75h8.75v1.75h-8.75v-1.75Zm.788-12.302L16 8.912l-.875-.875-.779-.778h3.317Zm-8.707 5.136v-6.02h2.03l4.139 4.139v7.306h-8.75v-2.695a2.741 2.741 0 0 0 2.581-2.73Zm5.189 13.23h-6.79a.978.978 0 0 1-.98-.98V23.07h8.75v1.575c0 .543-.438.98-.98.98Zm10.5 0h-6.781a.98.98 0 0 1-.989-.98V23.07h8.75v1.575c0 .543-.438.98-.98.98Z', }, })]); }, }; export { IconHiVisLarge as default };