@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
30 lines (29 loc) • 1.11 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("g", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
opacity: ".4"
}, [
_createElementVNode("path", { d: "M12.125 12h-.333a1.5 1.5 0 1 0 0 3h.333a1.5 1.5 0 0 0 0-3M12.5 15h-1a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 0 0-3" })
]),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M3.75 9.25h16.5",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M21 15.347V8.013c0-2.492-2-4.46-5-4.46L8 3.5c-3 .053-5 2.02-5 4.513v7.334m18-6.516v7.918c0 2.624-2.015 4.751-4.5 4.751h-9c-2.485 0-4.5-2.127-4.5-4.75v-4.751M8 5V2M16 5V2"
})
]))
}