@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
23 lines (22 loc) • 1.42 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("g", { "clip-path": "url(#clip0_11478_12215)" }, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M19.75 6.379V4.678c0-1.459-1.36-2.428-2.75-2.428H7c-1.39 0-2.75.969-2.75 2.428v1.7c-.61.505-1 1.268-1 2.122v.655a3.24 3.24 0 0 0-1 2.345v5c0 2.9 2.35 5.25 5.25 5.25h9c2.9 0 5.25-2.35 5.25-5.25v-5a3.24 3.24 0 0 0-1-2.345V8.5c0-.854-.39-1.617-1-2.121M7 3.75c-.82 0-1.25.533-1.25.928V5.76q.123-.01.25-.011h12q.127 0 .25.011V4.678c0-.395-.43-.928-1.25-.928zm12.24 4.584A1.25 1.25 0 0 0 18 7.25H6a1.25 1.25 0 0 0-1.24 1.084 3.3 3.3 0 0 1 .74-.084h1.577C8 8.25 8.75 9 8.75 9.923v.173h6.5v-.173c0-.924.75-1.673 1.673-1.673H18.5q.382.002.74.084M8.25 14.6c0-.746.604-1.35 1.35-1.35h4.8c.746 0 1.35.604 1.35 1.35v.8a1.35 1.35 0 0 1-1.35 1.35H9.6a1.35 1.35 0 0 1-1.35-1.35z",
"clip-rule": "evenodd"
})
]),
_createElementVNode("defs", null, [
_createElementVNode("clipPath", { id: "clip0_11478_12215" }, [
_createElementVNode("path", { d: "M0 0h24v24H0z" })
])
])
]))
}