@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
29 lines (28 loc) • 963 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",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("rect", {
width: "18",
height: "16",
x: "3",
y: "4",
rx: "4.5"
}),
_createElementVNode("circle", {
cx: "12",
cy: "12",
r: "2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m16.076 7.688.042.836c.04.808.675 1.528 1.416 1.609l.767.083M16.076 16.312l.042-.836c.04-.808.675-1.528 1.416-1.609l.767-.083M5.701 10.27l.755-.171c.729-.166 1.289-.955 1.25-1.763l-.04-.836M5.701 13.73l.755.171c.729.166 1.289.955 1.25 1.763l-.04.836"
})
]))
}