@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
14 lines (13 loc) • 1.3 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", { d: "M3.712 12.968c.381 0 .69.31.69.692v2.948a2.996 2.996 0 0 0 2.994 2.996h2.949a.69.69 0 0 1 0 1.383l-2.95-.001a4.377 4.377 0 0 1-4.375-4.378V13.66c0-.382.31-.692.692-.692M20.299 12.972c.381 0 .69.31.69.692v2.782a4.543 4.543 0 0 1-4.545 4.542h-2.782a.691.691 0 1 1 0-1.383l2.783.001a3.16 3.16 0 0 0 3.162-3.16v-2.783c0-.381.31-.691.692-.69" }),
_createElementVNode("path", { d: "m8.318 16.61-1.843-.001.002-9.215H8.32zM10.161 16.61H9.24l.002-9.216h.922zM12.925 16.61h-1.843l.002-9.215h1.843zM14.769 16.61h-.922l.002-9.214h.922zM17.532 16.611H15.69l.002-9.215h1.842z" }),
_createElementVNode("path", { d: "M9.519 3.018a.692.692 0 0 1 0 1.382h-2.12a2.995 2.995 0 0 0-2.996 2.993v2.12a.691.691 0 1 1-1.382 0v-2.12A4.377 4.377 0 0 1 7.4 3.017zM16.614 3.02a4.377 4.377 0 0 1 4.376 4.377v2.12a.692.692 0 0 1-1.382-.001v-2.12a2.995 2.995 0 0 0-2.994-2.994h-2.95a.691.691 0 0 1 .001-1.384z" })
]))
}