@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 1.81 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", {
"fill-rule": "evenodd",
d: "M7.452 20.196a.75.75 0 0 1 .036-1.06l.73-.683a.75.75 0 0 1 1.025 1.095l-.73.683a.75.75 0 0 1-1.06-.035m-4-4a.75.75 0 0 1 .036-1.06l.73-.683a.75.75 0 0 1 1.025 1.095l-.73.683a.75.75 0 0 1-1.06-.035m.734 3.287a.75.75 0 0 1 .035-1.06l1.46-1.366a.75.75 0 0 1 1.025 1.095l-1.46 1.366a.75.75 0 0 1-1.06-.035m11.57-4.417-2.584 2.533 2.31 2.35a.7.7 0 0 0 .41.228c.1.01.17-.018.224-.07.171-.165.28-.44.232-.79zm1.41-1.387.753 5.421c.109.79-.124 1.59-.7 2.147-.872.843-2.136.576-2.879-.198l-2.92-2.97a2 2 0 0 1-.214-.018c-.363-.05-.734-.197-1.082-.385-.701-.38-1.469-1.012-2.165-1.795s-1.236-1.62-1.531-2.36a3.4 3.4 0 0 1-.251-1.008L2.876 9.358c-.388-.383-.636-.868-.666-1.393-.03-.533.171-1.04.557-1.423.57-.565 1.373-.782 2.16-.659h.002l5.409.853 2.079-2.039q.037.045.081.086l2.236 2.012L15.97 8.03a.75.75 0 1 0 1.06-1.06l-1.264-1.265-2.264-2.038-.02-.018.071-.07c1.209-1.188 2.978-1.58 4.77-1.206l1.256.263c.914.19 1.687.976 1.862 1.894l.24 1.26c.342 1.802-.1 3.553-1.332 4.722-.188.177-.368.35-.53.505zM6.484 10.614l2.469-2.49-4.27-.674c-.35-.054-.63.05-.799.218-.078.077-.095.146-.092.208.004.068.04.196.194.35zm1.296 1.936c.097.033.22.085.366.165.501.27 1.129.772 1.735 1.455.607.682 1.032 1.364 1.243 1.893q.091.231.12.383a2.4 2.4 0 0 1-.366-.165c-.5-.27-1.128-.772-1.735-1.454-.607-.683-1.032-1.364-1.243-1.893a2.4 2.4 0 0 1-.12-.384",
"clip-rule": "evenodd"
})
]))
}