UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

19 lines (18 loc) 743 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; // THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default function InventorySharpIcon(props) { const { ref, ...remaining } = props; return /*#__PURE__*/ _jsxs(SVGIcon, { ...remaining, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M5 5h2v3h10V5h2v5h2V3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h8v-2H5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1" }), /*#__PURE__*/ _jsx("path", { d: "M21 11.5 15.51 17l-3.01-3-1.5 1.5 4.51 4.5 6.99-7z" }) ] }); }