UNPKG

@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) 592 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", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { "fill-rule": "evenodd", d: "M2.25 7.95a5.7 5.7 0 0 1 5.7-5.7h8.1a5.7 5.7 0 0 1 5.7 5.7v8.1a5.7 5.7 0 0 1-5.7 5.7h-8.1a5.7 5.7 0 0 1-5.7-5.7z", "clip-rule": "evenodd" }) ])) }