@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.08 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: "M2.25 8.5c0-2.899 2.35-5.25 5.25-5.25h9c2.9 0 5.25 2.351 5.25 5.25v7c0 2.9-2.35 5.25-5.25 5.25H4A1.75 1.75 0 0 1 2.25 19zm7 1.381c0-1.557 1.431-2.63 2.944-2.63h.103a2.7 2.7 0 0 1 .944.169c.773.29 1.311.897 1.465 1.624.156.735-.103 1.506-.744 2.04l-.657.545-.16.13-.012.01-.118.095a.4.4 0 0 0-.078.079c-.005.007-.065.1-.065.534a.75.75 0 0 1-1.5 0c0-.534.065-.972.301-1.342.115-.18.249-.31.364-.409a11 11 0 0 1 .31-.25l.656-.546c.228-.19.272-.403.236-.575-.039-.181-.187-.404-.524-.53a1.2 1.2 0 0 0-.418-.074h-.103c-.91 0-1.444.61-1.444 1.13a.75.75 0 1 1-1.5 0m2.893 6.202a1 1 0 1 1 0-2 1 1 0 0 1 0 2",
"clip-rule": "evenodd"
})
]))
}