UNPKG

@astraicons/vue

Version:

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

14 lines (13 loc) 626 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: "M14.5 3h-5C6.462 3 4 5.686 4 8.999v10.362c0 1.348 1.411 2.118 2.4 1.309l3.418-2.796a3.4 3.4 0 0 1 4.364 0L17.6 20.67c.989.809 2.4.04 2.4-1.31V9C20 5.686 17.538 3 14.5 3Z" }) ])) }