UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

22 lines (21 loc) 785 B
// 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 LivingSharpIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M15.5 12v2.5h-7V12h-2v4.5h11V12z" }), /*#__PURE__*/ _jsx("path", { d: "M10 10v3h4v-3l2.25-.01V7.5h-8.5v2.49z" }), /*#__PURE__*/ _jsx("path", { d: "M22 2H2v20h20zm-3 7.99V18H5v-8l1.25-.01V6h11.5v3.99z" }) ] }); });