@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
31 lines (30 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: "M3 15.495h5m8 0h5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M12 15.5V8.84",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M11.983 2.762a2.75 2.75 0 0 1 2.767 2.75v7.242c0 .149.055.338.191.616.067.137.142.271.227.429.081.15.173.32.252.496a3.75 3.75 0 1 1-6.812-.06c.077-.163.166-.324.244-.464.082-.148.154-.277.217-.405.132-.264.181-.437.181-.564v-7.29a2.75 2.75 0 0 1 2.733-2.75Z"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M19.5 4.334h-2m2 4h-2m2 4h-2M21 19.501c-.477.715-1.085 1.03-1.925.994-.777-.032-.966-1.018-1.744-.994-.737.024-.89.922-1.624.994-.879.087-1.14-1.04-2.021-.994-.915-.004-1.085 1.03-1.925.994-.777-.032-.967-1.018-1.744-.994-.737.024-.89.922-1.625.994-.878.087-1.163-1.04-2.045-.994-.797.042-1.006.983-1.804.994C3.744 20.506 3 19.5 3 19.5",
opacity: ".4"
})
]))
}