UNPKG

@astraicons/vue

Version:

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

23 lines (22 loc) 850 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: "M17 8.357c0 3.673-4 7.5-5 7.5s-5-3.827-5-7.5C7 5.398 9.239 3 12 3s5 2.398 5 5.357Z" }), _createElementVNode("circle", { cx: "12", cy: "8", r: "2.143" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M17.556 15h.83a2 2 0 0 1 1.875 1.305l.741 2A2 2 0 0 1 19.127 21H12M6.444 15h-.83a2 2 0 0 0-1.875 1.305l-.741 2A2 2 0 0 0 4.874 21H12" }) ])) }