@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) • 1.03 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",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M18.292 4.612A4.6 4.6 0 0 0 16.01 4c-1.323 0-2.592.582-3.528 1.62L12 6.153l-.483-.535C9.57 3.46 6.41 3.46 4.461 5.62 3.526 6.656 3 8.062 3 9.53c0 1.465.526 2.871 1.461 3.908L8 17.358",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M18.292 4.612c.456.26.877.598 1.247 1.007C20.474 6.656 21 8.062 21 9.53c0 1.465-.526 2.871-1.461 3.908l-4.781 5.297C14.026 19.544 13.034 20 12 20s-2.026-.455-2.758-1.266L8 17.358"
})
]))
}