@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
19 lines (18 loc) • 1.73 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("g", { "clip-path": "url(#clip0_11478_12275)" }, [
_createElementVNode("path", { d: "M19.904 6.25h-.656l.169-.787.014-.063.053-.242-.01-.002c.006-.054.026-.1.026-.156 0-.657-.46-1.116-.881-1.4-.446-.302-1.043-.544-1.714-.735-1.351-.386-3.173-.615-5.155-.615s-3.805.229-5.156.615c-.67.191-1.267.434-1.714.735C4.46 3.884 4 4.343 4 5c0 .056.021.103.026.156l-.01.002.053.242.014.063.169.787h-.656C2.705 6.25 2 6.979 2 7.857v1.714c0 2.255 1.867 4.042 4.033 4.157a5.23 5.23 0 0 0 3.147 2.72c-.021.01-.045.019-.056.034.021.148.029.463-.104 1.006-.108.442-.367.961-.685 1.47-.312.499-.652.943-.883 1.229-.494.61-.08 1.563.742 1.563H15.3c.823 0 1.237-.953.743-1.563-.231-.286-.571-.73-.883-1.229-.318-.509-.576-1.028-.685-1.47-.134-.543-.124-.858-.104-1.006.004-.026-.005-.03-.006-.049a5.23 5.23 0 0 0 3.098-2.705c2.166-.115 4.033-1.902 4.033-4.157V7.857c0-.878-.705-1.607-1.596-1.607zM3.501 9.648V7.857c0-.115.11-.107.11-.107h.966l.947 4.388c-2.051-.669-2.023-2.49-2.023-2.49M11.75 6.25C6.939 6.25 5.528 5 5.528 5s1.306-1.25 6.222-1.25S17.971 5 17.971 5s-1.41 1.25-6.221 1.25m8.249 3.398s.028 1.82-2.022 2.49l.947-4.388h.966s.11-.008.11.107z" })
]),
_createElementVNode("defs", null, [
_createElementVNode("clipPath", { id: "clip0_11478_12275" }, [
_createElementVNode("path", { d: "M2 2.25h19.5v19.5H2z" })
])
])
]))
}