UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

20 lines (19 loc) 911 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 CreditCardOffTwoToneIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M20 17.17V12h-5.17zM10.83 8H20V6H8.83zM4 6.83V8h1.17zM15.17 18l-6-6H4v6z", opacity: ".3" }), /*#__PURE__*/ _jsx("path", { d: "M6.83 4H20c1.11 0 2 .89 2 2v12c0 .34-.08.66-.23.94L20 17.17V12h-5.17l-4-4H20V6H8.83zm13.66 19.31L17.17 20H4c-1.11 0-2-.89-2-2l.01-12c0-.34.08-.66.23-.93L.69 3.51 2.1 2.1l19.8 19.8zM4 6.83V8h1.17zM15.17 18l-6-6H4v6z" }) ] }); });