UNPKG

@astraicons/vue

Version:

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

24 lines (23 loc) 991 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: "M14 20s-.333 1-2 1-2-1-2-1" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M18.429 9.273v-.04 0C18.429 5.791 15.549 3 12 3v0C8.45 3 5.571 5.791 5.571 9.233v3.122c0 .404-.235.772-.606.952l-.647.313A2.31 2.31 0 0 0 3 15.69v0C3 16.965 4.067 18 5.384 18h13.232C19.933 18 21 16.965 21 15.689v0c0-.876-.51-1.676-1.318-2.067l-.647-.313a1.07 1.07 0 0 1-.606-.954z", "clip-rule": "evenodd" }) ])) }