@astraicons/vue
Version: 
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
19 lines (18 loc) • 914 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", { d: "M18.635 13.266c-.74 2.386-3.616 5.438-5.344 7.115a1.827 1.827 0 0 1-2.617-.056c-1.586-1.677-4.19-4.663-5.083-7.06-.68-1.824-.63-4.834-.538-6.48a1.9 1.9 0 0 1 1.154-1.627l4.978-2.177a2 2 0 0 1 1.625.01l4.85 2.193a1.9 1.9 0 0 1 1.12 1.5c.191 1.612.44 4.692-.145 6.582Z" }),
    _createElementVNode("path", {
      "stroke-linecap": "round",
      "stroke-linejoin": "round",
      d: "m9.538 13.137 2.026 2.027c.24.24.63.24.87 0l2.027-2.027M12 7.598v7.385"
    })
  ]))
}