UNPKG

@astraicons/vue

Version:

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

17 lines (16 loc) 879 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", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { "fill-rule": "evenodd", d: "M8 4.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M3 14.75C3 12.127 4.627 10 7.25 10h6.707a1 1 0 0 1 1 1v3.047a2 2 0 0 0 2 2H19.5a1 1 0 0 1 1 1v.203c0 2.9-2.35 5.25-5.25 5.25h-6A6.25 6.25 0 0 1 3 16.25z", "clip-rule": "evenodd" }), _createElementVNode("path", { d: "M19.502 9.75a.75.75 0 0 0-1.5-.001l-.001 1.25h-1.25a.75.75 0 0 0-.002 1.5h1.25v1.25a.75.75 0 0 0 1.5.001V12.5l1.25.002a.75.75 0 0 0 .001-1.5l-1.25-.001z" }) ])) }