UNPKG

@astraicons/vue

Version:

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

23 lines (22 loc) 860 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", d: "M4.533 20.613c.501.456 1.263.551 1.867.057l3.419-2.797a3.4 3.4 0 0 1 4.363 0L17.6 20.67c.99.809 2.4.04 2.4-1.31V9A6.4 6.4 0 0 0 19.265 6" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M4 18V8.999C4 5.686 6.462 3 9.5 3h5c1.233 0 2.372.443 3.289 1.19M19.092 3 2.5 19.5", opacity: ".4" }) ])) }