UNPKG

@astraicons/vue

Version:

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

26 lines (25 loc) 1.12 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-dasharray": "5 20", "stroke-linecap": "round", d: "M9.061 16.468a5.6 5.6 0 0 1-2.242-2.084 5.737 5.737 0 0 1-.017-5.94 5.6 5.6 0 0 1 2.23-2.097 5.52 5.52 0 0 1 5.836.467 5.66 5.66 0 0 1 1.877 2.427" }), _createElementVNode("path", { d: "m17.518 17.423-.398.382a.827.827 0 0 1-1.17-.026l-1.4-1.462a.827.827 0 0 0-1.275.099l-.026.037a.827.827 0 0 1-1.475-.254l-1.292-4.672a.827.827 0 0 1 1.052-1.007l4.612 1.493a.827.827 0 0 1 .189 1.485l-.038.024a.827.827 0 0 0-.153 1.27l1.4 1.462a.827.827 0 0 1-.026 1.17Z" }), _createElementVNode("rect", { width: "18", height: "18", x: "3.006", y: "3", rx: "4.5" }) ])) }