@serendie/ui
Version:
Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric
6 lines (5 loc) • 661 B
JavaScript
import * as e from "react";
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M3.25 6C3.25 4.48122 4.48122 3.25 6 3.25H18C19.5188 3.25 20.75 4.48122 20.75 6V18C20.75 19.5188 19.5188 20.75 18 20.75H6C4.48122 20.75 3.25 19.5188 3.25 18V6Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M16.5294 9.52941L10.9991 15.0597L7.46875 11.5294L8.52941 10.4688L10.9991 12.9384L15.4688 8.46875L16.5294 9.52941Z", fill: "currentColor", className: "checkmark" }));
export {
l as default
};