@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.25 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: "M12 4.25c-2.896 0-4.533 1.422-5.407 2.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-.011h2.799l1.74 1.714a.75.75 0 0 0 1.053 0l1.74-1.714h2.739c.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.533 5.672 14.896 4.25 12 4.25m2.297 13.475.23-.226a.75.75 0 0 0-1.053-1.068l-.72.709V14a.75.75 0 0 0-1.5 0v3.087l-.728-.717a.75.75 0 0 0-1.052 1.07l.29.285z",
"clip-rule": "evenodd"
})
]))
}