UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.44 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 IconLupin = { name: 'IconLupin', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--lupin', 'IconLupin'); 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: 'M12.883 10.426c-.087-.497-.383-.958-.688-1.394a4.56 4.56 0 0 0-.715-.819c.088-.07.183-.13.262-.209.33-.33.505-.706.505-1.106 0-.654-.444-1.194-.932-1.673-.349-.348-.723-.688-1.176-.845-.114-.044-.227-.052-.34-.07.287-.522.453-1.115.453-1.603-.009-1.62-1.673-1.62-2.222-1.62-.548 0-2.204 0-2.204 1.62 0 .488.166 1.08.453 1.603a1.357 1.357 0 0 0-.366.07c-.444.157-.827.497-1.176.845-.4.4-1.603 1.603-.427 2.78.07.069.175.139.262.208-.27.235-.497.523-.715.82-.383.54-1.41 1.968.018 2.987.496.357 1.254.61 1.969.654h.235l1.29.775v1.464h1.306v-1.447L10 12.675h.218c.714-.044 1.472-.296 1.969-.654.723-.522.784-1.158.706-1.594h-.009Zm-2.5-4.269c.453.453.549.654.549.75 0 .043-.044.104-.123.182-.513.514-1.602.758-1.864.506-.252-.253 0-1.35.505-1.865.096-.095.149-.122.192-.122.018 0 .044 0 .061.018.227.078.558.41.68.531ZM8.03 2.402c.906 0 .906.131.906.314 0 .688-.566 1.586-.906 1.586-.34 0-.906-.898-.906-1.586 0-.183 0-.314.906-.314ZM5.652 6.157c.122-.122.453-.453.68-.531.017 0 .043-.018.06-.018.044 0 .096.027.184.122.505.514.758 1.612.505 1.865-.253.252-1.35 0-1.864-.506-.149-.148-.253-.252.426-.932h.01ZM4.912 9.8c.183-.253.444-.593.662-.715.035-.017.06-.034.113-.034.052 0 .13.026.244.104.627.453 1.15 1.63.888 2.004-.113.157-.461.244-.888.218-.47-.035-.993-.2-1.29-.41-.209-.148-.365-.261.288-1.167h-.017Zm6.499 1.167c-.296.218-.82.384-1.29.41-.165.008-.313 0-.444-.018-.21-.035-.375-.096-.444-.192-.27-.374.252-1.55.888-2.003.21-.148.366-.262 1.01.644.184.253.42.61.463.854.017.079.026.157-.183.314v-.009Z', }, })]); }, }; exports.default = IconLupin;