@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.17 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", {
fill: "#4e5964",
d: "M7.272 15.716h-1.02q-.252 0-.252-.252V8.252Q6 8 6.252 8h1.02q.252 0 .252.252v2.82q0 .132.144.132h2.028q.132 0 .132-.132v-2.82q0-.252.252-.252h1.02q.252 0 .252.252v7.212q0 .252-.252.252h-1.02q-.252 0-.252-.252v-2.808q0-.132-.132-.132H7.668q-.144 0-.144.132v2.808q0 .252-.252.252M14.57 14.396h1.308q.384 0 .54-.156.168-.168.168-.552v-3.66q0-.384-.168-.54-.156-.168-.54-.168H14.57q-.132 0-.132.132v4.812q0 .132.132.132m-1.656 1.068V8.252q0-.252.252-.252h2.964q.936 0 1.452.516.528.504.528 1.44v3.804q0 .936-.528 1.452-.516.504-1.452.504h-2.964q-.252 0-.252-.252"
})
]))
}