@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.36 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", { d: "M3 11.996c0-1.745.725-3.4 1.979-4.516l3.5-3.117c2.04-1.817 5.002-1.817 7.042 0l3.5 3.117C20.275 8.597 21 10.251 21 11.996v3.125C21 18.368 18.538 21 15.5 21h-7C5.462 21 3 18.368 3 15.121z" }),
    _createElementVNode("path", {
      "stroke-linecap": "round",
      d: "M10 10.945V9.5A1.5 1.5 0 0 1 11.5 8h1A1.5 1.5 0 0 1 14 9.5v1.444m-.5 0h-3a2.5 2.5 0 0 0-2.5 2.5v1a2.5 2.5 0 0 0 2.5 2.5h3a2.5 2.5 0 0 0 2.5-2.5v-1a2.5 2.5 0 0 0-2.5-2.5Z",
      opacity: ".4"
    }),
    _createElementVNode("path", {
      fill: "#4e5964",
      d: "M12.75 14.445v-.75h-1.5v.75h1.5m-1.5.5a.75.75 0 0 0 1.5 0h-1.5m1.15-1.6h-.75a.35.35 0 0 1 .35-.35v1.5a1.15 1.15 0 0 0 1.15-1.15zm-.4.4v-.75a.35.35 0 0 1 .35.35h-1.5c0 .635.515 1.15 1.15 1.15zm-.4-.4h.75a.35.35 0 0 1-.35.35v-1.5a1.15 1.15 0 0 0-1.15 1.15zm.4-.4v.75a.35.35 0 0 1-.35-.35h1.5a1.15 1.15 0 0 0-1.15-1.15zm0 1.5h-.75v.5h1.5v-.5z",
      opacity: ".4"
    })
  ]))
}