@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines (21 loc) • 844 B
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("path", {
"stroke-linecap": "round",
d: "M21 9V7a4 4 0 0 0-4-4h-3M21 14v2.936A4.064 4.064 0 0 1 16.936 21H14M3 9V7a4 4 0 0 1 4-4h2M3 14v2.936A4.064 4.064 0 0 0 7.065 21H10"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M21 12H3m4 2.5A2.5 2.5 0 0 0 9.5 17h5a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 14.5 7h-5A2.5 2.5 0 0 0 7 9.5z",
opacity: ".4"
})
]))
}