@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.24 kB
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = 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: "M3 12.121c0-.398.158-.779.44-1.06L6 8.5h12l2.56 2.56a1.5 1.5 0 0 1 .44 1.061V18.5a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3z"
}),
_createElementVNode("path", { d: "M21 4.305a1 1 0 0 1-.212.615L18.3 8.11a1 1 0 0 1-.788.385H6.488A1 1 0 0 1 5.7 8.11L3.212 4.92A1 1 0 0 1 3 4.305c0-.724.587-1.31 1.31-1.31h15.38c.723 0 1.31.586 1.31 1.31Z" }),
_createElementVNode("path", { d: "M8.921 3.755 8 2.995h8l-.921.76c-.185.152-.458.24-.745.24H9.666c-.287 0-.56-.088-.745-.24Z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M21 12.5h-3.563a1 1 0 0 0-.554.167l-1.747 1.16a1 1 0 0 1-.553.168H9.687a1 1 0 0 1-.554-.167l-1.747-1.161a1 1 0 0 0-.552-.167L3 12.495M12 17.5v-.005M15 17.5v-.005M9 17.5v-.005",
opacity: ".4"
})
]))
}