@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
12 lines (11 loc) • 753 B
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", { d: "M6.25 17v-.378a.75.75 0 0 1 1.5 0V17A3.25 3.25 0 0 0 11 20.25h2A3.25 3.25 0 0 0 16.25 17v-2.703a3.25 3.25 0 0 0-3.25-3.25H9.306L7.523 12.78a.751.751 0 0 1-1.273-.538V3A.75.75 0 0 1 7 2.25h10a.75.75 0 0 1 0 1.5H7.75v6.717l.727-.707.113-.091A.75.75 0 0 1 9 9.547h4a4.75 4.75 0 0 1 4.75 4.75V17A4.75 4.75 0 0 1 13 21.75h-2A4.75 4.75 0 0 1 6.25 17" })
]))
}