@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.04 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: "M12.5 3.25a5.25 5.25 0 0 1 4.985 3.604L18.5 5.817c.644-.659 1.52-.72 2.204-.304.647.393 1.046 1.156 1.046 2.023v8.928c0 .867-.399 1.63-1.046 2.023-.684.416-1.56.354-2.204-.305l-1.015-1.037A5.25 5.25 0 0 1 12.5 20.75h-5a5.25 5.25 0 0 1-5.25-5.25v-7c0-2.9 2.35-5.25 5.25-5.25zm7.266 3.501c-.035.004-.104.023-.194.115L17.75 8.73v6.54l1.822 1.864c.09.092.159.112.194.116a.25.25 0 0 0 .159-.043c.137-.084.325-.322.325-.742V7.536c0-.42-.188-.658-.325-.742a.25.25 0 0 0-.16-.043M6 15.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5zM7.5 8a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3",
"clip-rule": "evenodd"
})
]))
}