UNPKG

@astraicons/vue

Version:

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

19 lines (18 loc) 799 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", "stroke-linejoin": "round", d: "M11.582 12.42c-2.131-2.19-2.242-5.895-.9-8.64a.562.562 0 0 0-.675-.758A9.3 9.3 0 0 0 5.77 5.44a9.167 9.167 0 0 0-.171 12.96 9.166 9.166 0 0 0 12.96-.17 9.26 9.26 0 0 0 2.419-4.236.562.562 0 0 0-.76-.675c-2.742 1.342-6.448 1.23-8.636-.9", "clip-rule": "evenodd" }) ])) }