Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
19 lines
571 B
Plaintext
19 lines
571 B
Plaintext
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
import React from 'react';
|
|
export const File = () => /*#__PURE__*/_jsxs("svg", {
|
|
height: "150",
|
|
style: {
|
|
backgroundColor: '#333333'
|
|
},
|
|
viewBox: "0 0 150 150",
|
|
width: "150",
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
children: [/*#__PURE__*/_jsx("path", {
|
|
d: "M82.8876 50.5H55.5555V100.5H94.4444V61.9818H82.8876V50.5Z",
|
|
fill: "white"
|
|
}), /*#__PURE__*/_jsx("path", {
|
|
d: "M82.8876 61.9818H94.4444L82.8876 50.5V61.9818Z",
|
|
fill: "#9A9A9A"
|
|
})]
|
|
});
|
|
//# sourceMappingURL=index.js.map |