UNPKG

@astraicons/vue

Version:

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

26 lines (25 loc) 1.89 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", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { "fill-rule": "evenodd", d: "M12.762 14.888c.281.047.488.29.488.575v.204a.58.58 0 0 1-.5.574v-1.356zM11.237 13.112a.58.58 0 0 1-.487-.575v-.204c0-.294.217-.535.5-.575v1.356z", "clip-rule": "evenodd" }), _createElementVNode("path", { "fill-rule": "evenodd", d: "M12.762 14.888c.281.047.488.29.488.575v.204a.58.58 0 0 1-.5.574v-1.356zm-1.525-1.776a.58.58 0 0 1-.487-.575v-.204c0-.294.217-.535.5-.575v1.356z", "clip-rule": "evenodd" }), _createElementVNode("path", { "fill-rule": "evenodd", d: "M14.593 5.25c.102-.403.157-.826.157-1.25 0-.404-.108-.803-.322-1.123-.21-.315-.583-.627-1.095-.627h-2.666c-.513 0-.886.312-1.096.627-.214.32-.321.72-.321 1.123 0 .434.056.855.156 1.25H9a.75.75 0 0 0 0 1.5h.344c-4.287 1.458-7.262 5.87-7.087 10.866 0 1.471.566 2.56 1.55 3.25.937.656 2.165.884 3.397.884h9.592c1.232 0 2.459-.228 3.397-.885.983-.688 1.548-1.777 1.548-3.249.176-4.996-2.799-9.408-7.086-10.866H15a.75.75 0 0 0 0-1.5zM13.25 4a.6.6 0 0 0-.048-.25h-2.405a.6.6 0 0 0-.047.25c0 .472.088.898.227 1.25h2.045c.142-.36.228-.79.228-1.25m0 8.333v.334a.75.75 0 0 0 1.5 0v-.334a2.08 2.08 0 0 0-2-2.08V10a.75.75 0 0 0-1.5 0v.254c-1.112.044-2 .957-2 2.079v.204c0 1.018.736 1.887 1.74 2.055l.26.043v1.606a.58.58 0 0 1-.5-.574v-.334a.75.75 0 0 0-1.5 0v.334a2.08 2.08 0 0 0 2 2.078V18a.75.75 0 0 0 1.5 0v-.255a2.08 2.08 0 0 0 2-2.078v-.204a2.08 2.08 0 0 0-1.742-2.055l-.258-.044v-1.606c.282.04.5.281.5.575", "clip-rule": "evenodd" }) ])) }