@astraicons/vue
Version: 
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
12 lines (11 loc) • 736 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",
    viewBox: "0 0 24 24",
    fill: "currentColor",
    "aria-hidden": "true"
  }, [
    _createElementVNode("path", { d: "M11.5 2.25a3.25 3.25 0 0 1 3.25 3.25V15c0 .11.02.159.033.185.018.035.049.079.132.166.142.147.544.49.697 1.075a4.25 4.25 0 1 1-8.146-.264c.145-.438.42-.798.558-1.002.154-.227.212-.353.226-.482V5.5a3.25 3.25 0 0 1 3.25-3.25m0 9a.75.75 0 0 0-.75.75v3.38a2.248 2.248 0 0 0 .75 4.37 2.25 2.25 0 0 0 .75-4.37V12a.75.75 0 0 0-.75-.75" })
  ]))
}