UNPKG

@astraicons/vue

Version:

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

29 lines (28 loc) 1.09 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: "M9.803 9.33c.841-.152 1.491-.968 1.453-1.823M8.66 7.71a.96.96 0 0 0 .768-.964", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "square", d: "m4.6 9.859 10.913 8.743", opacity: ".4" }), _createElementVNode("path", { d: "m16.05 19.371 4.184-5.361a3.49 3.49 0 0 0-.542-4.908l-6.657-5.335a3.49 3.49 0 0 0-4.905.541l-4.364 5.45a3.49 3.49 0 0 0 .542 4.907l3.328 2.668 1.665 1.334 1.98 1.404a3.49 3.49 0 0 0 4.77-.7Z" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M5 21h14" }) ])) }