@astraicons/vue
Version: 
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
14 lines (13 loc) • 777 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: "m13.115 5.085 1.168-1.486c.86-1.094 2.519-.592 2.921.723.121.396.128.82.197 1.228.83 4.874.772 7.853-.013 12.737-.062.381-.073.773-.154 1.15-.329 1.516-1.924 2.14-2.88.91l-1.192-1.533c-.453-.583-1.076-.912-1.726-.912h-.902C8.03 17.903 6 15.37 6 12.247v-.65c0-3.13 2.035-5.67 4.545-5.67h.964c.604 0 1.183-.303 1.606-.841Z" })
  ]))
}