UNPKG

@astraicons/vue

Version:

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

21 lines (20 loc) 814 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: "M21.001 9.304v-2.3a4 4 0 0 0-3.998-4h-.8l-2.4-.001M21 13.804v3.02a4.18 4.18 0 0 1-4.181 4.18l-3.02-.001M3.001 9.3V7a4 4 0 0 1 4.002-3.999h2.3M3 13.8V17a4 4 0 0 0 4 4.002h3.2" }), _createElementVNode("path", { d: "M5.998 7v10M7 7v10M14 7v10M10.002 7v10M11 7v10M18 7v10M16.998 7v10", opacity: ".4" }) ])) }