estat-icons
Version:
estat.pro icons
17 lines (16 loc) • 1.34 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default 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: "M15.75 7.763c0-.405.336-.733.75-.733s.75.328.75.733v2.928a.742.742 0 0 1-.75.733.742.742 0 0 1-.75-.733V7.763Zm-4.125 0c0-.405.335-.733.75-.733.414 0 .75.328.75.733v2.928a.742.742 0 0 1-.75.733.742.742 0 0 1-.75-.733V7.763Z" }),
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M3 7.194c0-.34.138-.666.384-.906l2.981-2.912c.247-.24.58-.376.929-.376h12.393C20.413 3 21 3.574 21 4.282v8.444c0 .34-.138.667-.384.907l-5.983 5.844a1.33 1.33 0 0 1-.928.375h-1.91a1.33 1.33 0 0 0-.929.375l-1.49 1.457c-.692.675-1.875.197-1.875-.76 0-.592-.492-1.072-1.099-1.072h-2.09C3.589 19.852 3 19.278 3 18.57V7.194Zm12.957 8.261c.348 0 .682-.135.928-.375l2.23-2.179c.247-.24.385-.567.385-.907V5.748c0-.708-.588-1.282-1.313-1.282H8.813c-.725 0-1.312.574-1.312 1.282v8.425c0 .708.587 1.282 1.312 1.282h1.293a.76.76 0 0 1 .77.751c0 .67.827 1.005 1.312.532l.928-.907c.246-.24.58-.376.928-.376h1.913Z",
"clip-rule": "evenodd"
})
]))
}