UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.42 kB
'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 IconOver21 = { name: 'IconOver21', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--over21', 'IconOver21'); 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: 'M1.7 11h4.318l-.025-1.066H2.93V9.87c0-.311.335-.567 1.263-1.028 1.029-.493 1.66-1.092 1.66-2.07 0-1.098-.796-1.771-2.058-1.771a2.69 2.69 0 0 0-2.052.848l.695.841a1.63 1.63 0 0 1 1.262-.56c.524 0 .89.155.89.679s-.303.742-1.262 1.247S1.7 9.042 1.7 10.183z', }, }), h('path', { attrs: { d: 'M8.215 11h1.2V5.108h-.866l-1.723.767.404 1.003.985-.361z', }, }), h('path', { attrs: { d: 'M13.014 8.6h1.2V7.4h-1.2V6.2h-1.2v1.2h-1.2v1.2h1.2v1.2h1.2z', }, })]); }, }; exports.default = IconOver21;