@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
18 lines (17 loc) • 1.16 kB
JavaScript
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: "M21.33 16.722c-.712 2.319-2.89 4-5.456 4h-8.1c-2.565 0-4.744-1.681-5.455-4z" }),
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M15.227 3.222a4 4 0 0 0 3.598 5.75c1.027 0 2.04-.363 2.75-1v7.111q-.002.069-.005.139H2.078q-.003-.07-.004-.14V8.86c0-3.123 2.561-5.638 5.7-5.638zM8.847 8.48a.75.75 0 0 0-1.131.985c.475.546.473 1.467-.006 2.012a.75.75 0 0 0 1.128.99c.973-1.108.978-2.873.009-3.987m-2.453.707a.75.75 0 1 0-1.131.986.49.49 0 0 1-.002.597.75.75 0 0 0 1.127.99 1.99 1.99 0 0 0 .006-2.573",
"clip-rule": "evenodd"
}),
_createElementVNode("path", { d: "M19.545 3.053v2.19l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2-.056.053a.75.75 0 0 1-1.004-.052l-2-2a.75.75 0 1 1 1.06-1.06l.72.719v-2.19a.75.75 0 0 1 1.5 0" })
]))
}