@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
13 lines (12 loc) • 1.2 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M9 2.25a.75.75 0 0 1 0 1.5H7A3.25 3.25 0 0 0 3.75 7v2a.75.75 0 0 1-1.5 0V7A4.75 4.75 0 0 1 7 2.25zM13.25 3a.75.75 0 0 1 .75-.75h3A4.75 4.75 0 0 1 21.75 7v2a.75.75 0 0 1-1.5 0V7A3.25 3.25 0 0 0 17 3.75h-3a.75.75 0 0 1-.75-.75M21 13.25a.75.75 0 0 1 .75.75v2.936a4.814 4.814 0 0 1-4.814 4.814H14a.75.75 0 0 1 0-1.5h2.936a3.315 3.315 0 0 0 3.314-3.314V14a.75.75 0 0 1 .75-.75M10.75 21a.75.75 0 0 1-.75.75H7.065a4.814 4.814 0 0 1-4.815-4.814V14a.75.75 0 0 1 1.5 0v2.936a3.315 3.315 0 0 0 3.315 3.314H10a.75.75 0 0 1 .75.75M6.25 9.5A3.25 3.25 0 0 1 9.5 6.25h5a3.25 3.25 0 0 1 3.25 3.25v1.75H6.25z" }),
_createElementVNode("path", { d: "M6.25 12.75h11.5v1.75a3.25 3.25 0 0 1-3.25 3.25h-5a3.25 3.25 0 0 1-3.25-3.25zM6.25 12.75v-1.5H3a.75.75 0 0 0 0 1.5zM17.75 12.75v-1.5H21a.75.75 0 0 1 0 1.5z" })
]))
}