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) 1.46 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", { d: "M13.25 15.667a.58.58 0 0 1-.5.577V15.09c.283.04.5.284.5.578M10.75 13c0-.294.217-.537.5-.577v1.154a.58.58 0 0 1-.5-.577" }), _createElementVNode("path", { "fill-rule": "evenodd", d: "M9.403 5.25A5 5 0 0 1 9.25 4c0-.404.108-.803.321-1.123.21-.315.583-.627 1.096-.627h2.666c.513 0 .886.312 1.096.627.213.32.321.72.321 1.123 0 .424-.052.847-.153 1.25H15a.75.75 0 0 1 0 1.5h-.339c4.289 1.462 7.263 5.88 7.081 10.881-.004 1.464-.57 2.548-1.549 3.234-.938.657-2.165.885-3.397.885H7.204c-1.232 0-2.459-.228-3.397-.885-.98-.686-1.545-1.77-1.55-3.234-.181-5 2.793-9.42 7.082-10.881H9a.75.75 0 0 1 0-1.5zM10.75 4c0-.112.024-.197.047-.25h2.406a.6.6 0 0 1 .047.25c0 .46-.084.89-.226 1.25h-2.049A3.4 3.4 0 0 1 10.75 4m-1.5 9c0-1.124.89-2.04 2.004-2.082a.75.75 0 0 1 1.492-.001 2.084 2.084 0 0 1 1.98 1.563.75.75 0 1 1-1.452.374.58.58 0 0 0-.524-.436v1.167a2.083 2.083 0 0 1-.004 4.163.75.75 0 0 1-1.492.002 2.084 2.084 0 0 1-1.98-1.563.75.75 0 1 1 1.452-.374.58.58 0 0 0 .524.436v-1.167a2.083 2.083 0 0 1-2-2.082", "clip-rule": "evenodd" }) ])) }