@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
24 lines (23 loc) • 784 B
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",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
d: "M9.299 3.893a36.95 36.95 0 0 0 .003 16.22m5.404-16.222a36.95 36.95 0 0 1 .003 16.222M2.992 12.005 21.016 12M3.892 7.498l16.222-.003M3.894 16.51l16.222-.003",
opacity: ".4"
}),
_createElementVNode("rect", {
width: "18.024",
height: "18.024",
x: "2.99",
y: "2.993",
rx: "9.012"
})
]))
}