@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) • 991 B
JavaScript
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: "M21 15.172V9v7.5a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5V12m0-3.775v6.947"
    }),
    _createElementVNode("path", { d: "M21 15.222V8.275c0-2.361-2-4.225-5-4.225M14 4h-4M3 15.222V8.275C3 5.914 5 4.05 8 4" }),
    _createElementVNode("path", {
      "stroke-linecap": "round",
      d: "M9 5V3M15 5V3",
      opacity: ".4"
    }),
    _createElementVNode("path", {
      "stroke-linecap": "round",
      "stroke-linejoin": "round",
      d: "m9 12.5 1.998 2.5L15 10",
      opacity: ".4"
    })
  ]))
}