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) 952 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", "stroke-linejoin": "round", d: "M12 11v6.667m2-5c-.148-.575-.67-1-1.291-1h-1.376a1.333 1.333 0 0 0 0 2.666h1.334a1.333 1.333 0 0 1 0 2.667H11.29A1.334 1.334 0 0 1 10 16" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M8 5v1M16 5v1M12 3v2M3 20.25h18M19.773 20a8.57 8.57 0 0 0 .07-7.5 8.65 8.65 0 0 0-3.25-3.63 8.76 8.76 0 0 0-9.396.098 8.64 8.64 0 0 0-3.17 3.698 8.56 8.56 0 0 0-.651 4.81c.153.99.335 1.78.7 2.524" }) ])) }