@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
27 lines (26 loc) • 1.02 kB
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("circle", {
cx: "9.75",
cy: "19.65",
r: "1.35"
}),
_createElementVNode("circle", {
cx: "16.049",
cy: "19.65",
r: "1.35"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M6.91 11.018V9.3l.094-.987c.232-2.46 2.374-4.344 4.939-4.344h7.96c.606 0 1.097.474 1.097 1.058v6.996c0 1.975-1.663 3.577-3.714 3.577H9.308c-2.58 0-4.716-1.735-5.031-4.202-.077-.6-.178-1.234-.344-1.962a6 6 0 0 1-.072-.361 66 66 0 0 0-.348-1.934c-.2-.988-.389-2.3-.506-3.18C2.94 3.45 3.355 3 3.891 3M11.1 20.1h3.6M15.6 10.2H21"
})
]))
}