UNPKG

@astraicons/vue

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

22 lines (21 loc) 765 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", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { "stroke-linecap": "round", d: "M10.849 14C6.422 13.78 3 12.303 3 10.514 3 8.574 7.03 7 12 7s9 1.573 9 3.514c0 1.38-2.037 2.574-5 3.15" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M12.38 13.91 10.42 16M12.38 13.91 10.42 12" }) ])) }