@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
12 lines (11 loc) • 1.25 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", { d: "M12 6.25c2.554 0 4.901.403 6.637 1.081.865.338 1.617.759 2.165 1.265s.948 1.154.948 1.919c0 1.086-.793 1.926-1.745 2.513-.983.607-2.328 1.074-3.862 1.371a.75.75 0 0 1-.286-1.472c1.43-.277 2.584-.696 3.36-1.175.807-.498 1.033-.944 1.033-1.237 0-.206-.104-.483-.466-.818s-.93-.671-1.693-.97C16.569 8.134 14.416 7.75 12 7.75s-4.57.383-6.09.978c-.764.298-1.331.634-1.694.97-.362.334-.466.611-.466.817 0 .19.088.438.387.739.301.304.777.617 1.43.904 1.233.543 2.974.938 4.982 1.07l-.737-.72c-.279-.27-.233-.718.103-1 .336-.28.835-.288 1.113-.017l1.96 1.91a.6.6 0 0 1 .175.506.6.6 0 0 1-.155.49l-1.96 2.091c-.265.283-.76.292-1.108.023-.346-.27-.413-.717-.148-1l.73-.78c-2.162-.134-4.11-.561-5.56-1.2-.756-.333-1.412-.738-1.89-1.22-.482-.486-.822-1.093-.822-1.796 0-.765.4-1.413.948-1.92.548-.505 1.3-.926 2.165-1.264C7.1 6.653 9.446 6.25 12 6.25" })
]))
}