UNPKG

@astraicons/vue

Version:

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

25 lines (24 loc) 920 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: "14", r: "2", "stroke-linecap": "round", "stroke-linejoin": "round" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M20.104 9.07a8.92 8.92 0 0 1-2.217 10.758M15.472 4.706a8.9 8.9 0 0 0-3.71-.702A8.997 8.997 0 0 0 6.59 20.165M11.95 11.925l4.886-5.491c.467-.429 1.03-.476 1.409-.182.378.294.47.852.17 1.41l-2.253 3.153-1.127 1.576-.563.788-.282.394" }) ])) }