UNPKG

@astraicons/vue

Version:

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

13 lines (12 loc) 1.16 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: "M14.239 21.598a2.04 2.04 0 0 1-.871-.689l-3.992-5.468a2.2 2.2 0 0 1-.244-.434h5.107zM20.845 15.007a2.2 2.2 0 0 1-.243.434l-3.992 5.468c-.237.325-.54.552-.871.689v-6.591zM5.27 3.773c-.747-.617.037-1.785.89-1.327L10.15 4.59l.302-.377a.75.75 0 0 1 1.173.936l-.323.402 2.825 3.542c.58.73-.382 1.675-1.101 1.082L9.761 7.48l-5 6.266a.75.75 0 1 1-1.172-.934l5.015-6.287z" }), _createElementVNode("path", { d: "M17.8 10.994c.459 0 .899.163 1.252.451l1.181.965c.355.29.592.678.709 1.097H9.036c.117-.42.353-.806.709-1.097l1.18-.965a1.98 1.98 0 0 1 1.253-.45zM9.306 9.715a.75.75 0 0 1 .979-.41l.786.323a.75.75 0 0 1-.57 1.388l-.786-.322a.75.75 0 0 1-.409-.979M16.227 7.258a.75.75 0 0 1 .636.849l-.12.84a.75.75 0 0 1-1.486-.213l.122-.84a.75.75 0 0 1 .848-.636" }) ])) }