UNPKG

@astraicons/vue

Version:

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

36 lines (35 loc) 1.26 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", "stroke-linejoin": "round", d: "m17 8.424 2.036-2.082C19.826 5.534 21 6.248 21 7.536v8.928c0 1.288-1.174 2.002-1.964 1.194L17 15.576" }), _createElementVNode("circle", { cx: "7.5", cy: "9.5", r: "1.5", "stroke-linecap": "round", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M16.998 8.5v7a4.5 4.5 0 0 1-4.5 4.5h-5c-.526 0-1.03-.09-1.5-.256" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "m19.092 3-2.92 2.898M2 19.966l1.849-1.835M16.172 5.898A4.5 4.5 0 0 0 12.5 4h-5A4.5 4.5 0 0 0 3 8.5v7c0 .982.315 1.891.849 2.631M16.172 5.898 3.85 18.131", opacity: ".4" }) ])) }