UNPKG

@justeat/f-vue-icons

Version:
26 lines (23 loc) 1.43 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; var MopedIcon = { name: 'MopedIcon', props: {}, functional: true, render(h, ctx) { const attrs = ctx.data.attrs || {}; ctx.data.attrs = attrs; return h("svg", _mergeJSXProps([{ "attrs": { "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 20 16" }, "class": "c-ficon c-ficon--moped" }, ctx.data]), [h("path", { "attrs": { "fill-rule": "evenodd", "d": "M16.729 9.737a3.148 3.148 0 013.143 3.144 3.148 3.148 0 01-3.143 3.144 3.149 3.149 0 01-3.145-3.144 3.149 3.149 0 013.145-3.144zM12.373 0c.32 0 .616.152.803.405l.065.1 3.321 5.818a1 1 0 01-.073 1.103l-.088.1-3.919 3.918a1 1 0 01-.575.285l-.132.008h-4.63c.14.355.223.74.223 1.144a3.148 3.148 0 01-3.144 3.144 3.147 3.147 0 01-3.143-3.144c0-.323.053-.634.146-.927l.077-.217H1a1 1 0 01-.993-.883L0 10.737v-.959c0-1.41.5-2.703 1.326-3.72l.17-.2L1 5.86a1 1 0 01-.117-1.993L1 3.86h5.456c.755 0 1.433.42 1.77 1.094l.402.81.172.346c.314.628.604 1.205.667 1.316.418.744 1.586.67 2.095.422.738-.36 1.484-1.112 1.865-1.659.106-.153.313-.605.087-1.15l-.066-.138-1.656-2.9h-1.378a1 1 0 01-.117-1.994L10.414 0h1.96zm4.356 11.737c-.631 0-1.145.513-1.145 1.144a1.145 1.145 0 101.145-1.144zm-12.505 0a1.145 1.145 0 000 2.288 1.145 1.145 0 000-2.288z" } })]); } }; export { MopedIcon as default };