@astraicons/vue
Version: 
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
28 lines (27 loc) • 962 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: "M14.7 3.9H7.95A4.95 4.95 0 0 0 3 8.85v6.3a4.95 4.95 0 0 0 4.95 4.95h8.1A4.95 4.95 0 0 0 21 15.15V9.5"
    }),
    _createElementVNode("path", {
      "stroke-linecap": "round",
      "stroke-linejoin": "round",
      d: "m17 5 2-2m0 0 2 2m-2-2v4M8.457 9c.722.83.719 2.174-.007 3M6.004 9.708c.382.439.38 1.149-.004 1.586",
      opacity: ".4"
    }),
    _createElementVNode("path", {
      "stroke-linecap": "round",
      d: "M3.9 17.4h16.2",
      opacity: ".4"
    })
  ]))
}