@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
12 lines (11 loc) • 670 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M8.25 21.75H7A4.75 4.75 0 0 1 2.25 17v-3.25H8q.127-.002.25-.02zM21.75 17A4.75 4.75 0 0 1 17 21.75H9.75V9.5a.25.25 0 0 1 .25-.25h11.75zM8.25 12a.25.25 0 0 1-.25.25H2.25V7A4.75 4.75 0 0 1 7 2.25h1.25zM17 2.25A4.75 4.75 0 0 1 21.75 7v.75H10q-.127.001-.25.02V2.25z" })
]))
}