UNPKG

@astraicons/vue

Version:

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

41 lines (40 loc) 1.03 kB
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: "M9 5h12.115M9 11.62h12.115M9 18.24h12.115" }), _createElementVNode("rect", { width: "3.259", height: "3.259", x: "2.971", y: "3.5", opacity: ".4", rx: "1.019" }), _createElementVNode("rect", { width: "3.259", height: "3.259", x: "2.971", y: "10.12", opacity: ".4", rx: "1.019" }), _createElementVNode("rect", { width: "3.259", height: "3.259", x: "2.971", y: "16.741", opacity: ".4", rx: "1.019" }) ])) }