UNPKG

@astraicons/vue

Version:

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

12 lines (11 loc) 975 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", { d: "M6 2.25A1.75 1.75 0 0 0 4.25 4v.25H3a.75.75 0 0 0 0 1.5h1.25V6c0 .967.784 1.75 1.75 1.75h1A1.75 1.75 0 0 0 8.75 6v-.25H21a.75.75 0 0 0 0-1.5H8.75V4A1.75 1.75 0 0 0 7 2.25zM13 9.25A1.75 1.75 0 0 0 11.25 11v.25H3a.75.75 0 0 0 0 1.5h8.25V13c0 .967.784 1.75 1.75 1.75h1A1.75 1.75 0 0 0 15.75 13v-.25H21a.75.75 0 1 0 0-1.5h-5.25V11A1.75 1.75 0 0 0 14 9.25zM7 16.25A1.75 1.75 0 0 0 5.25 18v.293A.8.8 0 0 0 5 18.25H3a.75.75 0 0 0 0 1.5h2a.8.8 0 0 0 .25-.042V20c0 .967.784 1.75 1.75 1.75h1A1.75 1.75 0 0 0 9.75 20v-.25H21a.75.75 0 1 0 0-1.5H9.75V18A1.75 1.75 0 0 0 8 16.25z" }) ])) }