@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.2 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default 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 2.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.462 1.832.505 2.332.493.137-.003.243-.008.34-.012.123-.006.231-.011.37-.011h4.285V21a.75.75 0 0 0 1.5 0v-5.275h4.286c.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 3.672 14.896 2.25 12 2.25m.75 13.475V13.45l2.793-2.934a.75.75 0 1 0-1.086-1.034l-1.707 1.792V10a.75.75 0 0 0-1.5 0v5.725z",
"clip-rule": "evenodd"
})
]))
}