UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (34 loc) 1.82 kB
/** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:color--contrast/index.js /** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ const ColorContrast = /*#__PURE__*/ React.forwardRef(function ColorContrast({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ jsx("path", { d: "M16,31.36C7.53,31.36,0.64,24.47,0.64,16S7.53,0.64,16,0.64S31.36,7.53,31.36,16 S24.47,31.36,16,31.36z M16,1.36C7.927,1.36,1.36,7.927,1.36,16c0,8.072,6.567,14.64,14.64,14.64c0.673,0,1.336-0.045,1.985-0.134 l12.521-12.521c0.089-0.649,0.134-1.312,0.134-1.985c0-0.677-0.046-1.343-0.135-1.996l-14.25,14.25l-0.509-0.51l14.613-14.613 c-0.21-1.053-0.533-2.065-0.957-3.025L16.254,23.255l-0.509-0.51L29.074,9.417c-0.437-0.863-0.956-1.678-1.548-2.434L16.254,18.255 l-0.509-0.51l11.321-11.32c-0.616-0.71-1.3-1.362-2.039-1.943l-8.773,8.772l-0.509-0.509l8.699-8.699 C23.652,3.484,22.801,3,21.905,2.603l-5.651,5.65l-0.509-0.509l5.438-5.438c-1.009-0.383-2.071-0.658-3.172-0.81l-1.757,1.757 l-0.509-0.509L17.091,1.4C16.73,1.374,16.367,1.36,16,1.36z M30.281,19.228L19.228,30.281 C24.714,29.042,29.042,24.714,30.281,19.228z" }), children] }); }); //#endregion export { ColorContrast as default };