UNPKG

@astraicons/vue

Version:

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

22 lines (21 loc) 863 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: "M9.517 4h6.125C18.602 4 21 6.814 21 10.286v3.428C21 17.186 18.601 20 15.642 20H9.517c-1.635 0-3.18-.876-4.196-2.378l-1.16-1.714c-1.548-2.289-1.548-5.527 0-7.816l1.16-1.714C6.337 4.876 7.882 4 9.517 4Z" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "m10.4 10 4.243 4.243M10.4 14.243 14.643 10" }) ])) }