@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
33 lines (32 loc) • 1.42 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("path", {
"stroke-linecap": "round",
d: "M18 16.5c0-1.857-.632-3.637-1.757-4.95A6.2 6.2 0 0 0 15 10.438M6 16.5c0-1.857.632-3.637 1.757-4.95q.464-.54 1.01-.946m0 0q.25-.188.515-.344z"
}),
_createElementVNode("rect", {
width: "6",
height: "8",
x: "9",
y: "4.5",
rx: "1.937"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M6.5 7.01H9M15.5 7.01c1.367 0 .633-.01 2-.01M11 7.5h2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M20 6V3M4 6V3m18 .88h-4m-12 0H2m18 5.478a1 1 0 0 1-1-1V6.243q.001-.013.014-.014h1.972q.013.001.014.014v2.115a1 1 0 0 1-1 1Zm-16 0a1 1 0 0 1-1-1V6.243q.001-.013.014-.014h1.972q.013.001.014.014v2.115a1 1 0 0 1-1 1Zm8.576 11.043 2.264-3.544c.258-.404.197-.992-.134-1.302l-.67-.625a.65.65 0 0 0-.442-.183h-3.188a.65.65 0 0 0-.442.183l-.67.625c-.331.31-.392.898-.134 1.302l2.264 3.544c.295.461.857.461 1.152 0Z",
opacity: ".4"
})
]))
}