UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

19 lines (18 loc) 748 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 Social18UpRatingSharpIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M13 12.5h1.5V14H13zm0-2.5h1.5v1.5H13z" }), /*#__PURE__*/ _jsx("path", { d: "M21 3H3v18h18zM10 15H8.5v-4.5H7V9h3zm6-1c0 .55-.45 1-1 1h-2.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H15c.55 0 1 .45 1 1z" }) ] }); });