UNPKG

@justeattakeaway/pie-icons-vue

Version:
53 lines (48 loc) 2 kB
'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 IconImageFlipVertical = { name: 'IconImageFlipVertical', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--imageFlipVertical', 'IconImageFlipVertical'); 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: 'M7.281 5.53a.857.857 0 0 0 .715.375c.287 0 .557-.14.714-.375l2.134-3.136a.852.852 0 0 0 .053-.863.874.874 0 0 0-.767-.461H5.861a.857.857 0 0 0-.766.461.812.812 0 0 0 .052.863L7.281 5.53Zm2.51-3.424L7.995 4.737 6.2 2.107h3.59Z', }, }), h('path', { attrs: { d: 'M8.719 10.478a.857.857 0 0 0-.715-.374.857.857 0 0 0-.714.374l-2.134 3.137a.852.852 0 0 0-.053.862.874.874 0 0 0 .767.462h4.269a.857.857 0 0 0 .767-.462.812.812 0 0 0-.053-.862L8.72 10.478Zm-2.51 3.424 1.795-2.63 1.795 2.63H6.21Z', }, }), h('path', { attrs: { d: 'M3.44 7.377H1.618v1.307h1.82V7.377Z', }, }), h('path', { attrs: { d: 'M7.09 7.377H5.269v1.307h1.82V7.377Z', }, }), h('path', { attrs: { d: 'M10.731 7.377h-1.82v1.307h1.82V7.377Z', }, }), h('path', { attrs: { d: 'M14.373 7.377h-1.82v1.307h1.82V7.377Z', }, })]); }, }; exports.default = IconImageFlipVertical;