UNPKG

@justeat/f-vue-icons

Version:
31 lines (26 loc) 808 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var MoreVerticalIcon = { name: 'MoreVerticalIcon', props: {}, functional: true, render(h, ctx) { const attrs = ctx.data.attrs || {}; ctx.data.attrs = attrs; return h("svg", helper.default([{ "attrs": { "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 24 24" }, "class": "c-ficon c-ficon--more-vertical" }, ctx.data]), [h("path", { "attrs": { "d": "M12 8a2 2 0 100-4 2 2 0 000 4zm0 2a2 2 0 100 4 2 2 0 000-4zm0 6a2 2 0 100 4 2 2 0 000-4z", "fill": "#000", "fill-rule": "evenodd" } })]); } }; exports.default = MoreVerticalIcon;