@astraicons/vue
Version: 
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
24 lines (23 loc) • 1.08 kB
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: "M20 11.5v-1.259c0-1.296-1.123-2.313-2.42-2.27-2.077.067-4.915-.014-6.08-.843-.657-.468-.875-.971-1.281-1.72C9.503 4.088 8.319 3 6.819 3H5.655A2.656 2.656 0 0 0 3 5.656V17",
      opacity: ".4"
    }),
    _createElementVNode("path", { d: "M5.157 12.73 3.4 16.061C2.228 18.285 3.772 21 6.206 21h9.831c1.168 0 2.244-.663 2.806-1.73l1.757-3.332C21.772 13.716 20.228 11 17.794 11H7.963c-1.168 0-2.244.663-2.806 1.73Z" }),
    _createElementVNode("path", {
      "stroke-linecap": "round",
      "stroke-linejoin": "round",
      d: "m14 16-1.507 1.658a.667.667 0 0 1-.986 0L10 16m2-2v3.5"
    })
  ]))
}