@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) • 725 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: "M3.25 9c0-3.665 2.738-6.75 6.25-6.75h5c3.512 0 6.25 3.085 6.25 6.75V19.36c0 .948-.502 1.73-1.22 2.122a2.13 2.13 0 0 1-2.405-.232l-3.418-2.797c-1.017-.831-2.397-.831-3.414 0l-3.418 2.797a2.13 2.13 0 0 1-2.405.232c-.718-.392-1.22-1.174-1.22-2.122z",
"clip-rule": "evenodd"
})
]))
}