@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
45 lines (44 loc) • 1.28 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default 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("g", {
"stroke-linecap": "round",
"stroke-width": "1.5",
"clip-path": "url(#clip0_12219_12240)"
}, [
_createElementVNode("rect", {
width: "14",
height: "16",
x: "3",
y: "4",
rx: "4.5"
}),
_createElementVNode("path", {
"stroke-linejoin": "round",
d: "m17 8.424 2.036-2.082C19.826 5.534 21 6.248 21 7.536v8.928c0 1.288-1.174 2.002-1.964 1.194L17 15.576",
opacity: ".4"
}),
_createElementVNode("circle", {
cx: "7.5",
cy: "9.5",
r: "1.5",
opacity: ".4"
})
]),
_createElementVNode("defs", null, [
_createElementVNode("clipPath", { id: "clip0_12219_12240" }, [
_createElementVNode("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
})
])
])
]))
}