UNPKG

@astraicons/vue

Version:

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

28 lines (27 loc) 1.29 kB
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 6h6" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M3.008 17.617C2.797 11.997 6.818 7.249 12 7c5.183.25 9.203 4.996 8.992 10.617 0 2.512-1.879 3.383-4.196 3.383H7.204c-2.317 0-4.196-.87-4.196-3.383M10.667 3h2.666c.368 0 .667.448.667 1 0 .796-.21 1.559-.586 2.121C13.04 6.684 12.53 7 12 7c-1.105 0-2-1.343-2-3 0-.552.299-1 .667-1", "clip-rule": "evenodd" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M14 12.667v-.334c0-.736-.597-1.333-1.333-1.333h-1.334c-.736 0-1.333.597-1.333 1.333v.204c0 .652.471 1.208 1.114 1.315l1.772.296A1.33 1.33 0 0 1 14 15.463v.204c0 .736-.597 1.333-1.333 1.333h-1.334A1.333 1.333 0 0 1 10 15.667v-.334M12 10v8" }) ])) }