@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.24 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: "M11.75 4C8.854 4 7.217 5.422 6.343 6.928a7.6 7.6 0 0 0-.94 2.877l-.077.03-.094.036c-.3.116-.733.282-1.166.53-.487.277-1.01.675-1.41 1.268-.406.6-.656 1.36-.656 2.306 0 .764.172 1.402.486 1.92.313.517.742.871 1.187 1.11.866.463 1.832.505 2.332.493.137-.003.243-.008.34-.012.123-.006.231-.011.37-.011h4.287v1.275a.75.75 0 1 0 1.5 0v-1.275h4.284c.138 0 .246.005.369.01.097.005.203.01.34.013.5.012 1.466-.03 2.332-.494a3.04 3.04 0 0 0 1.187-1.11c.314-.517.486-1.155.486-1.919 0-.947-.25-1.705-.656-2.306-.4-.593-.923-.99-1.41-1.268a8.4 8.4 0 0 0-1.166-.53l-.094-.036-.077-.03a7.6 7.6 0 0 0-.94-2.877C16.283 5.422 14.646 4 11.75 4m.752 13.475v-1.962l.722.711a.75.75 0 1 0 1.052-1.069l-1.97-1.94a.75.75 0 0 0-1.052 0l-2.03 2a.75.75 0 1 0 1.052 1.07l.726-.715v1.905z",
"clip-rule": "evenodd"
})
]))
}