UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

20 lines (19 loc) 2.03 kB
// 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 CopyrightTwoToneIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8m-1.92 9.14c.05.33.16.63.3.88s.34.46.59.62c.23.15.53.22.89.23.21-.01.41-.03.6-.1.2-.07.37-.17.52-.3s.27-.28.36-.46.14-.37.15-.58h1.79c-.01.41-.12.79-.3 1.15s-.43.67-.74.94q-.465.405-1.08.63c-.41.15-.85.23-1.32.23-.65 0-1.22-.12-1.7-.34s-.88-.53-1.2-.91-.56-.83-.71-1.35S8 12.72 8 12.14v-.27c0-.58.09-1.12.24-1.64s.39-.97.71-1.36.72-.69 1.2-.92 1.05-.34 1.7-.34c.51 0 .97.07 1.39.23q.63.24 1.08.66c.3.28.53.62.7 1.01s.26.82.28 1.29h-1.79c-.01-.22-.05-.44-.14-.64s-.2-.38-.34-.53-.32-.27-.52-.36c-.19-.08-.4-.12-.63-.13-.37.01-.67.08-.91.23-.25.16-.45.37-.59.62s-.25.54-.3.87-.08.66-.08 1.01v.27c0 .33.03.67.08 1", opacity: ".3" }), /*#__PURE__*/ _jsx("path", { d: "M10.08 10.86c.05-.33.16-.62.3-.87s.34-.46.59-.62c.24-.15.54-.22.91-.23.23.01.44.05.63.13.2.09.38.21.52.36s.25.33.34.53.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29s-.4-.73-.7-1.01q-.45-.42-1.08-.66c-.42-.16-.88-.23-1.39-.23-.65 0-1.22.11-1.7.34s-.88.53-1.2.92-.56.84-.71 1.36S8 11.29 8 11.87v.27c0 .58.08 1.12.23 1.64s.39.97.71 1.35.72.69 1.2.91 1.05.34 1.7.34c.47 0 .91-.08 1.32-.23q.615-.225 1.08-.63c.31-.27.56-.58.74-.94s.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58s-.21.33-.36.46-.32.23-.52.3c-.19.07-.39.09-.6.1-.36-.01-.66-.08-.89-.23-.25-.16-.45-.37-.59-.62s-.25-.55-.3-.88a7 7 0 0 1-.08-1v-.27c0-.35.03-.68.08-1.01M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8" }) ] }); });