UNPKG

@justeattakeaway/pie-icons-vue

Version:
32 lines (27 loc) 1.29 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 IconSignEmpty = { name: 'IconSignEmpty', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--signEmpty', 'IconSignEmpty'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', }, }, ctx.data]), [h('path', { attrs: { d: 'M13.112 4.723h-2.078L8.46 1.46h-.99L4.897 4.723H2.82c-.396 0-.792.198-1.09.495-.296.296-.395.692-.494 1.088v5.142c0 .395.198.79.495 1.088.297.296.693.395 1.089.494h10.39c.396 0 .792-.198 1.089-.494.297-.297.396-.693.495-1.088V6.306c0-.396-.198-.792-.495-1.088-.297-.297-.693-.396-1.089-.495h-.099Zm-5.147-1.68 1.386 1.78h-2.87l1.385-1.78h.1Zm5.444 8.405v.198H2.621V6.108h10.788v5.34Z', }, })]); }, }; exports.default = IconSignEmpty;