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) 1.01 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", { "stroke-linecap": "round", d: "M14.197 5.145a7.734 7.734 0 0 1 5.23 9.553M9.838 5.132A7.734 7.734 0 0 0 4.783 15.35M7.715 19a7.73 7.73 0 0 0 8.854-.205M7.715 19a8 8 0 0 1-.801-.612zm8.854-.205q.243-.178.473-.376zm2.858-4.097a8 8 0 0 1-.331.926z" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M13.414 3.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828M7.414 15.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828M19.414 15.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828" }) ])) }