@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.45 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: "M2.25 7.5c0-2.9 2.35-5.25 5.25-5.25h6.232c.908 0 1.425.817 1.438 1.497.031 1.618 1.51 4.25 5.337 4.651.67.07 1.243.629 1.243 1.361V16.5c0 2.9-2.35 5.25-5.25 5.25h-9a5.25 5.25 0 0 1-5.25-5.25zm7.333 1a2.25 2.25 0 0 1 2.25-2.25h.334a2.25 2.25 0 0 1 2.25 2.25v3.306H15.5a2.25 2.25 0 0 1 2.25 2.25V15.5a2.25 2.25 0 0 1-2.25 2.25H7.556a1.306 1.306 0 0 1-1.306-1.306V11.5A2.25 2.25 0 0 1 8.5 9.25h1.083zm0 2.25H8.5a.75.75 0 0 0-.75.75v4.75h1.833zm1.5 5.5h1.834V8.5a.75.75 0 0 0-.75-.75h-.334a.75.75 0 0 0-.75.75zm3.334 0H15.5a.75.75 0 0 0 .75-.75v-1.444a.75.75 0 0 0-.75-.75h-1.083zm2.707-12.582a.75.75 0 0 0-1.345.664L16.45 4l-.672.332v.003l.003.004.008.015a5 5 0 0 0 .126.239c.085.154.207.367.359.604.292.457.732 1.065 1.256 1.487.574.463 1.307.72 1.84.864a8 8 0 0 0 .97.194l.019.002.005.001h.004a.75.75 0 0 0 .166-1.49h-.002l-.007-.001a3 3 0 0 1-.203-.031 6 6 0 0 1-.563-.124c-.465-.125-.957-.316-1.288-.583-.33-.265-.665-.707-.934-1.128a9 9 0 0 1-.39-.671l-.02-.04zL16.45 4z",
"clip-rule": "evenodd"
})
]))
}