UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.82 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 IconLogoPoints = { name: 'IconLogoPoints', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--points', 'IconLogoPoints'); 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: 'M14.125 6.066c0-.84-.639-1.522-1.452-1.619.192-.253.332-.55.393-.875a1.74 1.74 0 0 0-.866-1.837c-1.4-.796-2.642.306-3.071.682q-.669.591-1.155 1.077A27 27 0 0 0 6.8 2.409c-.41-.368-1.653-1.47-3.053-.665A1.74 1.74 0 0 0 2.88 3.58c.062.324.202.621.403.884a1.64 1.64 0 0 0-1.391 1.61V8.84h1.11v4.042c0 .893.727 1.628 1.628 1.637l6.72.026a1.629 1.629 0 0 0 1.636-1.627V8.84h1.147V6.075zm-1.312 0V7.52H8.62V5.742h3.877c.175 0 .323.15.323.324zm-2.8-2.686c.49-.438 1.015-.805 1.54-.508a.46.46 0 0 1 .227.455c-.07.35-.315.508-.359.543-.656.394-1.662.446-2.37.411q.42-.407.97-.892zm-5.627-.508a.8.8 0 0 1 .385-.105c.394 0 .78.29 1.164.63.35.315.674.604.954.875-.718.035-1.715-.017-2.371-.41a.78.78 0 0 1-.36-.535.445.445 0 0 1 .228-.455m-1.19 3.194c0-.175.15-.324.324-.324H7.3V7.52H3.188V6.066zm1.112 6.816V8.84h3v4.375H4.624a.343.343 0 0 1-.324-.333zm7.367.027a.33.33 0 0 1-.096.227.33.33 0 0 1-.228.096h-2.73V8.84h3.045v4.077z', }, })]); }, }; exports.default = IconLogoPoints;