@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) • 710 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: "M3.75 3a.75.75 0 0 0-1.5 0v14A3.75 3.75 0 0 0 6 20.75h15a.75.75 0 0 0 0-1.5H6A2.25 2.25 0 0 1 3.75 17z" }),
_createElementVNode("path", { d: "M13.28 6.5a.75.75 0 0 0-1.5 0v10a.75.75 0 0 0 1.5 0zM8.78 9.5a.75.75 0 0 0-1.5 0v7a.75.75 0 0 0 1.5 0zM17.78 13.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0z" })
]))
}