@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.11 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: "M19.059 8.606c1.015.74 1.691 1.978 1.691 3.396 0 1.415-.675 2.652-1.69 3.392a.751.751 0 0 0 .885 1.212c1.397-1.02 2.305-2.705 2.305-4.604 0-1.902-.91-3.588-2.309-4.608a.75.75 0 1 0-.882 1.212m-1.954 2.031c.338.21.645.704.645 1.366s-.308 1.153-.642 1.358a.75.75 0 1 0 .784 1.278c.85-.52 1.358-1.54 1.358-2.636s-.509-2.115-1.355-2.64a.75.75 0 0 0-.79 1.274",
"clip-rule": "evenodd"
}),
_createElementVNode("path", { d: "M12.143 3.53c.971-.867 2.518-.335 2.752.946a42 42 0 0 1 0 15.048c-.234 1.282-1.78 1.814-2.752.947L7.3 16.15a2.25 2.25 0 0 0-1.322-.565l-.694-.055A2.75 2.75 0 0 1 2.75 12.79v-1.706a2.75 2.75 0 0 1 2.75-2.75h.401A2.25 2.25 0 0 0 7.4 7.762z" })
]))
}