@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) • 732 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 8.999c0-3.665 2.738-6.749 6.25-6.749h5c3.512 0 6.25 3.084 6.25 6.749v10.362c0 .948-.502 1.73-1.22 2.122a2.13 2.13 0 0 1-2.405-.233l-3.418-2.796c-1.017-.832-2.397-.832-3.414 0L6.875 21.25a2.13 2.13 0 0 1-2.405.233c-.718-.392-1.22-1.174-1.22-2.122z",
"clip-rule": "evenodd"
})
]))
}