@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 1.17 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("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.084M12.75 13.5a.75.75 0 0 0-1.5 0v2.76l-.695-.764a.75.75 0 0 0-1.11 1.008l1.506 1.659a1.417 1.417 0 0 0 2.098 0l1.506-1.659a.75.75 0 1 0-1.11-1.008l-.695.765z",
"clip-rule": "evenodd"
})
]))
}