@metamask/design-system-react
Version:
Design system react ui components
8 lines • 1.41 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgFaceId = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
React.createElement("path", { fillRule: "evenodd", d: "M3.682 5.48v2.167a.84.84 0 0 1-1.682 0V5.479C2 3.56 3.56 2 5.48 2h2.167a.84.84 0 0 1 0 1.682H5.479a1.8 1.8 0 0 0-1.797 1.797m3.965 14.838a.84.84 0 0 1 0 1.682H5.479A3.483 3.483 0 0 1 2 18.52v-2.167a.84.84 0 0 1 1.682 0v2.168a1.8 1.8 0 0 0 1.797 1.797zM22 16.353v2.168C22 20.44 20.44 22 18.52 22h-2.167a.84.84 0 0 1 0-1.682h2.168a1.8 1.8 0 0 0 1.797-1.797v-2.168a.84.84 0 0 1 1.682 0M22 5.48v2.168a.84.84 0 0 1-1.682 0V5.479a1.8 1.8 0 0 0-1.797-1.797h-2.168a.84.84 0 1 1 0-1.682h2.168C20.439 2 22 3.56 22 5.48m-8.631 4.146v3.619c0 .91-.74 1.651-1.652 1.651h-.414a.86.86 0 1 1 0-1.72h.346v-3.55a.86.86 0 0 1 1.72 0m3.505-.028v1.451a.831.831 0 1 1-1.663 0v-1.45a.831.831 0 0 1 1.663 0M8.07 11.88a.83.83 0 0 1-.832-.832v-1.45a.831.831 0 0 1 1.663 0v1.45c0 .46-.372.832-.831.832", clipRule: "evenodd" }),
React.createElement("path", { d: "M15.62 16.872a.86.86 0 0 0-1.167-1.263c-.67.618-1.54.959-2.453.959s-1.783-.34-2.453-.96a.86.86 0 0 0-1.167 1.264c.988.912 2.274 1.415 3.62 1.415s2.631-.503 3.62-1.415" }));
const ForwardRef = forwardRef(SvgFaceId);
export default ForwardRef;
//# sourceMappingURL=FaceId.mjs.map