@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) • 792 B
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.25 11.25V6.805L9.531 8.53A.75.75 0 0 1 8.47 7.471l2.988-3a.75.75 0 0 1 .537-.22H12c.246 0 .464.118.601.301l2.926 2.891a.75.75 0 1 1-1.054 1.067L12.75 6.808v4.443zm0 0H4.5c-.69 0-1.25.56-1.25 1.25v3a4.25 4.25 0 0 0 4.25 4.25h9a4.25 4.25 0 0 0 4.25-4.25v-3c0-.69-.56-1.25-1.25-1.25h-6.75V15a.75.75 0 0 1-1.5 0z",
"clip-rule": "evenodd"
})
]))
}