UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

14 lines (13 loc) 624 B
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { jsx as _jsx } from "react/jsx-runtime"; import { forwardRef } from "react"; import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default /*#__PURE__*/ forwardRef(function ImportantDevicesSharpIcon(props, ref) { return /*#__PURE__*/ _jsx(SVGIcon, { ...props, ref: ref, children: /*#__PURE__*/ _jsx("path", { d: "M24 11.01 17 11v11h7zM23 20h-5v-7h5zM22 2H0v16h9v2H7v2h8v-2h-2v-2h2v-2H2V4h18v5h2zM11.97 9 11 6l-.97 3H7l2.47 1.76-.94 2.91 2.47-1.8 2.47 1.8-.94-2.91L15 9z" }) }); });