@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
30 lines (29 loc) • 1.08 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("rect", {
width: "18",
height: "18",
x: "3",
y: "3",
rx: "4.5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M8.25 8.25h-1.5M8.25 16.25h-1.5M7.25 12.25h-.5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M15.549 7.439c.602.606.602 1.56 0 2.122-.602.563-1.549.607-2.108 0-.559-.606-.602-1.516-.043-2.122.56-.607 1.549-.563 2.15 0"
}),
_createElementVNode("path", { d: "M11 13.75c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75v.75a2.5 2.5 0 0 1-2.5 2.5h-2a2.5 2.5 0 0 1-2.5-2.5z" })
]))
}