@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
17 lines (16 loc) • 1.04 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: "M12 2.25a4.27 4.27 0 0 1 4.066 2.96q.093.007.184.017v4.51l.006.108c.054.524.505.905 1.014.905h4.23l.088-.004a1 1 0 0 0 .14-.03q.021.228.022.458V17A4.75 4.75 0 0 1 17 21.75h-6.914a4.75 4.75 0 0 1-4.568-3.45 4.63 4.63 0 0 1-3.268-4.424V7A4.75 4.75 0 0 1 7 2.25zm-.25 14.25a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM7 3.75A3.25 3.25 0 0 0 3.75 7v6.876c0 1.166.64 2.18 1.586 2.719V9.95a4.75 4.75 0 0 1 4.75-4.75h4.352A2.78 2.78 0 0 0 12 3.75zm3.75 9.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5z",
"clip-rule": "evenodd"
}),
_createElementVNode("path", { d: "M19.903 9.25H17.75V7.254z" })
]))
}