@react-md/material-icons
Version:
Material Design Icon components for react-md
14 lines (13 loc) • 636 B
JavaScript
// 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 LabelImportantRoundedIcon(props, ref) {
return /*#__PURE__*/ _jsx(SVGIcon, {
...props,
ref: ref,
children: /*#__PURE__*/ _jsx("path", {
d: "M5.94 18.99H15c.65 0 1.26-.31 1.63-.84l3.95-5.57a.99.99 0 0 0 0-1.16l-3.96-5.58A1.95 1.95 0 0 0 15 5H5.94c-.81 0-1.28.93-.81 1.59L9 12l-3.87 5.41c-.47.66 0 1.58.81 1.58"
})
});
});