UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.61 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 IconMoped = { name: 'IconMoped', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--moped', 'IconMoped'); 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.072 9.803a2.354 2.354 0 0 0-1.697-.683c.06-.31.06-.627 0-.936l-1.75-5.871a1.514 1.514 0 0 0-1.523-1.094H6.355L7.02 2.53h2.082a.228.228 0 0 1 .21.158l1.75 5.871a1.102 1.102 0 0 1-.559 1.296c-.152.076-.32.115-.49.113H8.63l-.7-2.503a1.54 1.54 0 0 0-1.487-1.163H2.75a1.54 1.54 0 0 0-1.531 1.53v3.448h1.33a2.354 2.354 0 0 0 .691 1.917 2.39 2.39 0 0 0 3.395 0 2.353 2.353 0 0 0 .691-1.917h2.625v.22a2.406 2.406 0 1 0 4.104-1.698h.018ZM5.708 12.27a1.094 1.094 0 0 1-1.818-.456 1.059 1.059 0 0 1-.02-.533h2.135a1.059 1.059 0 0 1-.298.99ZM2.53 9.97V7.834a.219.219 0 0 1 .219-.219h3.692a.236.236 0 0 1 .22.184l.603 2.17H2.531Zm10.614 2.301a1.103 1.103 0 0 1-1.54 0 1.094 1.094 0 1 1 1.54 0Z', }, })]); }, }; exports.default = IconMoped;