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) 780 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("circle", { cx: "12", cy: "7", r: "3" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M20 20c0-.92-.207-1.83-.609-2.679a7 7 0 0 0-1.734-2.27 8.2 8.2 0 0 0-2.595-1.518A9 9 0 0 0 12 13c-1.05 0-2.09.181-3.061.533a8.2 8.2 0 0 0-2.596 1.517 7 7 0 0 0-1.734 2.271A6.25 6.25 0 0 0 4 20" }) ])) }