@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) • 1.04 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M16.5 2.25c2.9 0 5.25 2.35 5.25 5.25v9c0 2.9-2.35 5.25-5.25 5.25h-9a5.25 5.25 0 0 1-5.25-5.25v-9c0-2.9 2.35-5.25 5.25-5.25zM5.21 9Q5 9 5 9.21v6.01q0 .21.21.21h.83q.21 0 .21-.21v-3.71h.04l2 3.72q.1.2.32.2h.73q.21 0 .21-.21V9.21q0-.21-.21-.21h-.83q-.21 0-.21.21v3.72h-.04L6.24 9.14Q6.17 9 5.96 9zm5.85 0q-.21 0-.21.21v6.01q0 .21.21.21h.85q.21 0 .21-.21v-2.13q0-.11.12-.11h1.71q.21 0 .21-.22v-.67q0-.21-.21-.21h-1.71q-.12 0-.12-.12v-1.55q0-.11.12-.11h2.01q.2 0 .2-.21v-.68q0-.21-.2-.21zm3.971 0q-.21 0-.21.21v.68q0 .21.21.21h1.14q.11 0 .11.11v5.01q0 .21.221.21h.84q.21 0 .21-.21v-5.01q0-.11.12-.11h1.14q.21 0 .21-.21v-.68q0-.21-.21-.21z" })
]))
}