UNPKG

@scienceicons/vue

Version:

Open science icons for Vue, by Continuous Science Foundation.

12 lines (11 loc) 611 B
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue") module.exports = function render(_ctx, _cache) { return (_openBlock(), _createElementBlock("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { d: "M10.2 16.3c-3.7 0-6.9-1.3-8.6-3.3 1.8 4.7 7 7.2 11.7 5.4 2.5-.9 4.4-2.9 5.4-5.4-1.6 2-4.7 3.3-8.5 3.3zM10.2 3.7c3.7 0 6.9 1.3 8.6 3.3-1.8-4.7-7-7.2-11.7-5.4-2.5.8-4.5 2.8-5.5 5.3 1.7-1.9 5-3.2 8.6-3.2z" }) ])) }