UNPKG

@astraicons/vue

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

33 lines (32 loc) 1.21 kB
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", d: "M17 6H7a4 4 0 0 0-4 4v7a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4v-7a4 4 0 0 0-4-4Z" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "m18.5 10.495.005.005-.005.005-.005-.005zM18.5 12.495l.005.005-.005.005-.005-.005zM18.5 16.001V15", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", d: "m15 3-2.293 2.293a1 1 0 0 1-1.414 0L10 4", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M13.668 8.75H7.832A2.33 2.33 0 0 0 5.5 11.082v4.836a2.33 2.33 0 0 0 2.332 2.332h5.836A2.33 2.33 0 0 0 16 15.918v-4.836a2.33 2.33 0 0 0-2.332-2.332Z", opacity: ".4" }) ])) }