@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) • 834 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: "M12.749 3.9a.75.75 0 1 0-1.5 0v5.55H3.95c-.427 0-1.007.164-1.324.709-.59 1.014-.503 2.49.366 3.38l5.868 6.014c1.688 1.73 4.734 1.73 6.422 0l5.589-5.728c1.007-1.032 1.16-2.52.395-3.694-.327-.502-.878-.68-1.33-.68H12.75zm0 5.55h-1.5v4.34l-2.32-2.32a.75.75 0 1 0-1.06 1.06l2.964 2.964a1.65 1.65 0 0 0 2.333 0l2.964-2.963a.75.75 0 0 0-1.061-1.061l-2.32 2.32z",
"clip-rule": "evenodd"
})
]))
}