UNPKG

@astraicons/vue

Version:

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

27 lines (26 loc) 1.05 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: "M16.28 13.244c.84-.152 1.49-.968 1.452-1.822M15.136 11.624a.96.96 0 0 0 .768-.964" }), _createElementVNode("path", { "stroke-linecap": "square", d: "m4.6 9.859 10.913 8.743" }), _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" }) ])) }