@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) • 846 B
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("path", { d: "M3 9.194C3 6.326 5.462 4 8.5 4h7C18.538 4 21 6.326 21 9.194v6.612C21 18.674 18.538 21 15.5 21h-7C5.462 21 3 18.674 3 15.806z" }),
_createElementVNode("path", {
fill: "#4e5964",
d: "M12 8.25a.75.75 0 0 1 .75.75v3.451a1.499 1.499 0 1 1-1.5 0V9a.75.75 0 0 1 .75-.75"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M2.262 4.376 4.974 2"
})
]))
}