UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

14 lines (13 loc) 772 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 ColorizeRoundedIcon(props, ref) { return /*#__PURE__*/ _jsx(SVGIcon, { ...props, ref: ref, children: /*#__PURE__*/ _jsx("path", { d: "m20.71 5.63-2.34-2.34a.996.996 0 0 0-1.41 0l-3.12 3.12-1.23-1.21c-.39-.39-1.02-.38-1.41 0a.996.996 0 0 0 0 1.41l.72.72-8.77 8.77q-.15.15-.15.36v4.04c0 .28.22.5.5.5h4.04c.13 0 .26-.05.35-.15l8.77-8.77.72.72a.996.996 0 1 0 1.41-1.41l-1.22-1.22 3.12-3.12a.99.99 0 0 0 .02-1.42M6.92 19 5 17.08l8.06-8.06 1.92 1.92z" }) }); });