@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.45 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: "M11.683 2.597a.75.75 0 1 0-.71 1.32l.107.059c.313.168.508.273.65.37.136.091.152.129.154.134.01.02.04.096.042.353.001.118-.003.254-.012.417H8.5a6.25 6.25 0 0 0-6.25 6.25v6.74a3.23 3.23 0 0 0 2.267 3.083 2.55 2.55 0 0 0 2.854-.974l2.146-3.065a1.25 1.25 0 0 1 1.024-.534h2.918c.408 0 .79.2 1.024.534l2.004 2.862a2.893 2.893 0 0 0 5.263-1.659V11.5a6.25 6.25 0 0 0-6.25-6.25h-2.084q.011-.236.01-.432c-.004-.33-.038-.67-.19-.987-.16-.334-.408-.554-.665-.728a9 9 0 0 0-.77-.443zm1.733 2.653h-1.502c-.01.193-.025.424-.045.706a.75.75 0 1 0 1.497.103l.002-.03q.03-.431.048-.779M8 8.25a.75.75 0 0 1 .75.75v1.25H10a.75.75 0 0 1 0 1.5H8.75V13a.75.75 0 0 1-1.5 0v-1.25H6a.75.75 0 0 1 0-1.5h1.25V9A.75.75 0 0 1 8 8.25m10.29 2.461a1.116 1.116 0 1 0-1.58 1.58 1.117 1.117 0 0 0 1.58-1.58m-5.58.001a1.116 1.116 0 1 1 1.58 1.578 1.117 1.117 0 0 1-1.58-1.578m3.58-2a1.116 1.116 0 1 0-1.58 1.578 1.117 1.117 0 0 0 1.58-1.579m-1.58 4a1.116 1.116 0 1 1 1.58 1.578 1.117 1.117 0 0 1-1.58-1.578",
"clip-rule": "evenodd"
})
]))
}