UNPKG

@metamask/design-system-react

Version:
7 lines 551 B
import * as React from "react"; import { forwardRef } from "react"; const SvgSortByAlpha = (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: "M2 17 5.75 7H7.9l3.75 10H9.6l-.85-2.4H4.9L4.1 17zm3.5-4.1h2.6L6.9 9.15h-.15zm8.2 4.1v-1.9l5.05-6.3H13.9V7h7.05v1.9l-5 6.3H21V17zM9 5l3-3 3 3zm3 17-3-3h6z" })); const ForwardRef = forwardRef(SvgSortByAlpha); export default ForwardRef; //# sourceMappingURL=SortByAlpha.mjs.map