@react-md/material-icons
Version:
Material Design Icon components for react-md
19 lines (18 loc) • 689 B
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function KeyboardDoubleArrowUpIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M6 17.59 7.41 19 12 14.42 16.59 19 18 17.59l-6-6z"
}),
/*#__PURE__*/ _jsx("path", {
d: "m6 11 1.41 1.41L12 7.83l4.59 4.58L18 11l-6-6z"
})
]
});
});