@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
18 lines (17 loc) • 873 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M8.885 3.894a4.75 4.75 0 0 1 6.23 0l5 4.344a4.75 4.75 0 0 1 1.635 3.586V17A4.75 4.75 0 0 1 17 21.75h-1.25V17a3.75 3.75 0 0 0-7.5 0v4.75H7A4.75 4.75 0 0 1 2.25 17v-5.176c0-1.375.596-2.684 1.635-3.586z" }),
_createElementVNode("path", { d: "M12 14.75A2.25 2.25 0 0 1 14.25 17v4.75h-4.5V17A2.25 2.25 0 0 1 12 14.75" }),
_createElementVNode("path", {
stroke: "#4e5964",
"stroke-width": "1.425",
d: "M16 6V4a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v4"
})
]))
}