@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 954 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", {
"fill-rule": "evenodd",
d: "M5 7.5A4.5 4.5 0 0 1 9.5 3h5A4.5 4.5 0 0 1 19 7.5v12.75h2a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5h2zm5.75 12.75h-1.5V17c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v3.25h-1.5V17a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25zM8.25 7A.75.75 0 0 1 9 6.25h1a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 7M9 10.25a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zM13.25 7a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m.75 3.25a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5z",
"clip-rule": "evenodd"
})
]))
}