@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) • 845 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: "M15 3.25A4.75 4.75 0 0 1 19.75 8v.436l.375.108a2.25 2.25 0 0 1 1.625 2.162v2.623a2.25 2.25 0 0 1-1.704 2.183l-.296.073V16A4.75 4.75 0 0 1 15 20.75H7A4.75 4.75 0 0 1 2.25 16V8A4.75 4.75 0 0 1 7 3.25zm-8 1.5A3.25 3.25 0 0 0 3.75 8v8A3.25 3.25 0 0 0 7 19.25h8A3.25 3.25 0 0 0 18.25 16V8A3.25 3.25 0 0 0 15 4.75zm1.75 13H7A1.75 1.75 0 0 1 5.25 16V8c0-.966.784-1.75 1.75-1.75h1.75zm11-3.714a.75.75 0 0 0 .5-.707v-2.623a.75.75 0 0 0-.5-.708z" })
  ]))
}