UNPKG

@astraicons/vue

Version:

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

35 lines (34 loc) 1.46 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", d: "M1.998 21.001H22" }), _createElementVNode("path", { d: "M21.001 21.001 18.403 8.01A2.5 2.5 0 0 0 15.95 6h-4.88a2.5 2.5 0 0 0-2.456 2.035L7.579 13.5 6 21M3 21.001l1.394-9.714A1.5 1.5 0 0 1 5.88 10h.871c.505 0 .96.304 1.154.77L8 11" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M14 3v1M11 3.5V4M17 3.5V4M15.535 14.06h.869a.6.6 0 0 1 .581.727 3.56 3.56 0 0 1-1.147 1.954.59.59 0 0 1-.888-.167l-.438-.759" }), _createElementVNode("circle", { cx: "13.5", cy: "14.041", r: "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "m12.487 15.815-.438.76a.59.59 0 0 1-.888.166 3.56 3.56 0 0 1-1.147-1.954.6.6 0 0 1 .581-.727h.87M12.484 12.265l-.438-.76a.59.59 0 0 1 .297-.851 3.54 3.54 0 0 1 2.31 0 .59.59 0 0 1 .298.851l-.439.76" }) ])) }