UNPKG

@astraicons/vue

Version:

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

44 lines (43 loc) 1.5 kB
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", { d: "M19.357 17.185a9 9 0 0 0 1.536-3.803c.105-.675-.562-1.16-1.21-.943l-.744.248c-.865.288-1.633-.637-1.19-1.434l.132-.238c.425-.765-.268-1.668-1.117-1.456l-1.255.314c-.886.221-1.581-.765-1.074-1.525l.528-.793A1 1 0 0 0 14.133 6h-.856a.5.5 0 0 1-.456-.707l.44-.97c.266-.586-.084-1.269-.726-1.307a9 9 0 1 0 6.823 14.169Z" }), _createElementVNode("circle", { cx: "20.564", cy: "8.563", r: ".4", transform: "rotate(39.858 20.564 8.563)" }), _createElementVNode("circle", { cx: "18.107", cy: "3.973", r: "1", transform: "rotate(39.858 18.107 3.973)" }), _createElementVNode("circle", { cx: "10.112", cy: "9.113", r: "1.5", transform: "rotate(39.858 10.112 9.113)" }), _createElementVNode("circle", { cx: "14.408", cy: "16.409", r: "1", transform: "rotate(39.858 14.408 16.409)" }), _createElementVNode("circle", { cx: "1", cy: "1", r: "1", transform: "rotate(219.858 6.316 6.499)scale(-1 1)" }) ])) }