@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
29 lines (26 loc) • 2.37 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconLupin = {
name: 'IconLupin',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--lupin', 'IconLupin');
return h('svg', _mergeJSXProps([{
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-.496-.383-.958-.688-1.394a4.56 4.56 0 0 0-.715-.819c.088-.07.183-.13.262-.209.33-.33.505-.705.505-1.106 0-.653-.444-1.194-.932-1.673-.349-.348-.723-.688-1.176-.845-.114-.043-.227-.052-.34-.07.287-.522.453-1.115.453-1.602-.009-1.62-1.673-1.62-2.222-1.62-.548 0-2.204 0-2.204 1.62 0 .487.166 1.08.453 1.602a1.357 1.357 0 0 0-.366.07c-.444.157-.827.497-1.176.845-.4.401-1.603 1.603-.427 2.78.07.069.175.139.262.208-.27.236-.497.523-.715.82-.383.54-1.41 1.968.018 2.988.496.357 1.254.61 1.969.653h.235l1.29.775v1.464h1.306v-1.446L10 12.674h.218c.714-.044 1.472-.296 1.969-.653.723-.523.784-1.16.706-1.595h-.009Zm-2.5-4.269c.453.453.549.654.549.75 0 .043-.044.104-.123.183-.513.514-1.602.758-1.864.505-.252-.253 0-1.35.505-1.864.096-.096.149-.122.192-.122.018 0 .044 0 .061.017.227.078.558.41.68.531ZM8.03 2.403c.906 0 .906.13.906.313 0 .688-.566 1.586-.906 1.586-.34 0-.906-.898-.906-1.586 0-.183 0-.313.906-.313ZM5.652 6.157c.122-.122.453-.453.68-.531.017 0 .043-.017.06-.017.044 0 .096.026.184.122.505.514.758 1.611.505 1.864-.253.253-1.35 0-1.864-.505-.149-.149-.253-.253.426-.933h.01ZM4.912 9.8c.183-.253.444-.592.662-.714.035-.018.06-.035.113-.035.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-.034-.375-.095-.444-.191-.27-.375.252-1.551.888-2.004.21-.148.366-.261 1.01.645.184.252.42.61.463.854.017.078.026.156-.183.313v-.009Z',
},
})]);
},
};
export { IconLupin as default };