UNPKG

@astraicons/vue

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

38 lines (37 loc) 909 B
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("path", { "stroke-linecap": "round", d: "M8 5h13M15 12h6M9 19h12M3 5h2M3 12h9M3 19h2" }), _createElementVNode("rect", { width: "3", height: "4", x: "5", y: "3", rx: "1" }), _createElementVNode("rect", { width: "3", height: "4", x: "12", y: "10", rx: "1" }), _createElementVNode("rect", { width: "3", height: "4", x: "6", y: "17", rx: "1" }) ])) }