@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
12 lines (11 loc) • 2.05 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const StorageError = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 225", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `
.StorageError-b {
fill: #474747;
}
.StorageError-c {
fill: #dd544e;
}
` }) }), _jsx("path", { className: "StorageError-c", d: "M12.5,147h230c1.1,0,2.2-.2,3.1-.7,3-1.6,4.1-4.9,3.2-7.8L206.6,6.5c-.9-2.7-3.4-4.5-6.2-4.5H55.6c-2.8,0-5.3,1.8-6.2,4.5L6.2,138.4c-1,2.9.2,6.2,3.2,7.8s2,.7,3.1.7ZM115.8,75.6c2.5-2.5,2.5-6.7,0-9.2l-17.1-17.1,4-4,17.1,17.1c2.5,2.5,6.7,2.5,9.2,0l17.1-17.1,4,4-17.1,17.1c-1.2,1.2-1.9,2.9-1.9,4.6s.7,3.4,1.9,4.6l17.1,17.1-4,4-17.1-17.1c-1.2-1.2-2.9-1.9-4.6-1.9s-3.4.7-4.6,1.9l-17.1,17.1-4-4,17.1-17.1Z" }), _jsx("rect", { className: "StorageError-c", x: "7", y: "152", width: "242", height: "65", rx: "6.5", ry: "6.5" }), _jsx("rect", { className: "StorageError-b", x: "29", y: "178", width: "198", height: "11" }), _jsx("path", { className: "StorageError-b", d: "M256,145.3c0-.3,0-.5,0-.8,0,0,0,0,0,0,0-.2,0-.4-.1-.5L207.7,3.1c0-.1,0-.2-.1-.3,0,0,0-.2-.1-.3,0-.1-.1-.2-.2-.4,0,0,0-.2-.2-.2,0-.1-.2-.2-.3-.3,0,0-.1-.1-.2-.2,0,0-.2-.2-.3-.3,0,0-.1-.1-.2-.2-.1,0-.2-.1-.3-.2,0,0-.2-.1-.3-.2-.1,0-.3-.1-.4-.2,0,0-.2,0-.3-.1-.1,0-.3,0-.4-.1,0,0-.2,0-.2,0-.2,0-.5,0-.7,0H50.5c-1.9,0-3.7,1.3-4.3,3.1L.2,143.9c0,.1,0,.3-.1.4,0,0,0,0,0,0,0,.3,0,.5,0,.8,0,0,0,0,0,0v66.6c0,7.2,5.9,13.1,13.1,13.1h229.8c7.2,0,13.1-5.9,13.1-13.1v-66.6s0,0,0,0ZM242,211H13v-52h229v52ZM12.4,141L55.6,9h144.8l42.3,132H12.4Z" }), _jsx("path", { className: "StorageError-b", d: "M155.5,45.5l-5.5-5.5c-2.1-2.1-5.6-2.1-7.8,0l-17.8,17.8-17.8-17.8c-2.1-2.1-5.6-2.1-7.8,0l-5.5,5.5c-2.1,2.1-2.1,5.6,0,7.8l17.8,17.8-17.8,17.8c-2.1,2.1-2.1,5.6,0,7.8l5.5,5.5c2.1,2.1,5.6,2.1,7.8,0l17.8-17.8,17.8,17.8c2.1,2.1,5.6,2.1,7.8,0l5.5-5.5c2.1-2.1,2.1-5.6,0-7.8l-17.8-17.8,17.8-17.8c2.1-2.1,2.1-5.6,0-7.8Z" })] }));
export default StorageError;
//# sourceMappingURL=StorageError.js.map