UNPKG

@astraicons/vue

Version:

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

18 lines (17 loc) 798 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", { d: "M5 3.5c0-.244.241-.414.47-.332l10.875 3.884A4 4 0 0 1 19 10.819V20.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5z" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M3 21h18M10 21v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4M9 9h1M9 13h1M14 9h1M14 13h1M14 6V3.333A.333.333 0 0 0 13.667 3h-3.334a.333.333 0 0 0-.333.333V4.43" }) ])) }