UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

14 lines (13 loc) 946 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 PhotoFilterRoundedIcon(props, ref) { return /*#__PURE__*/ _jsx(SVGIcon, { ...props, ref: ref, children: /*#__PURE__*/ _jsx("path", { d: "M19.02 10.99V18c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h7c.55 0 1-.45 1-1s-.45-1-1-1H5.02c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2H19a2 2 0 0 0 2-2v-8.01c0-.55-.44-.99-.99-.99s-.99.44-.99.99m-5.77-.24L12.46 9a.5.5 0 0 0-.91 0l-.79 1.75-1.76.79a.5.5 0 0 0 0 .91l1.75.79.79 1.76a.5.5 0 0 0 .91 0l.79-1.75 1.76-.79a.5.5 0 0 0 0-.91zm4.69-4.69-.6-1.32c-.13-.29-.55-.29-.69 0l-.6 1.32-1.32.6c-.29.13-.29.55 0 .69l1.32.6.6 1.32c.13.29.55.29.69 0l.6-1.32 1.32-.6c.29-.13.29-.55 0-.69z" }) }); });