@metamask/design-system-react
Version:
Design system react ui components
7 lines • 1.16 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgSlash = (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", { d: "m20.088 22.313-2.276-2.275q-1.224.8-2.612 1.225c-1.388.425-1.887.425-2.887.425q-2.076 0-3.9-.788c-1.825-.788-2.276-1.237-3.176-2.137S3.625 16.804 3.1 15.588s-.788-2.517-.788-3.9q0-1.5.425-2.888c.425-1.388.692-1.796 1.225-2.612L1.687 3.913l1.425-1.425 18.4 18.4zm-7.776-2.625a7.93 7.93 0 0 0 4.05-1.1L5.412 7.638q-.549.95-.825 1.962c-.276 1.012-.275 1.37-.275 2.088q0 3.325 2.338 5.662c2.338 2.337 3.446 2.338 5.662 2.338m8.35-2.5-1.45-1.45q.55-.95.825-1.963c.275-1.013.275-1.37.275-2.087q0-3.326-2.337-5.663c-2.337-2.337-3.446-2.337-5.663-2.337a7.93 7.93 0 0 0-4.05 1.1l-1.45-1.45q1.225-.8 2.613-1.225c1.388-.425 1.887-.425 2.887-.425q2.076 0 3.9.787c1.824.787 2.275 1.238 3.175 2.138S21 6.57 21.525 7.788s.787 2.516.787 3.9q0 1.5-.425 2.887c-.425 1.387-.691 1.796-1.225 2.613" }));
const ForwardRef = forwardRef(SvgSlash);
export default ForwardRef;
//# sourceMappingURL=Slash.mjs.map