@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.75 kB
JavaScript
/**
* 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:overcast/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 Overcast = /*#__PURE__*/ React.forwardRef(function Overcast({ 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: "M28,28.36H10v-0.72h18V28.36z M19,25.36H1v-0.72h18V25.36z M5.631,20.36 c-2.894-0.038-4.991-2.015-4.991-4.702c0-2.767,2.239-5.018,4.991-5.018c0.691,0,1.377,0.145,2.01,0.422 c0.647-4.138,4.261-7.422,8.286-7.422c3.281,0,6.332,2.085,7.689,5.223c0.599-0.153,1.309-0.223,1.811-0.223 c3.271,0,5.934,2.662,5.934,5.934c0,3.208-2.604,5.75-5.93,5.787h-19.8V20.36z M5.631,11.36c-2.355,0-4.271,1.928-4.271,4.298 c0,2.275,1.798,3.95,4.276,3.981h19.791c2.922-0.031,5.213-2.257,5.213-5.066c0-2.875-2.338-5.214-5.213-5.214 c-0.636,0-1.419,0.115-1.905,0.28c-0.183,0.063-0.38-0.031-0.451-0.21c-1.18-3.032-4.051-5.07-7.144-5.07 c-3.829,0-7.253,3.269-7.634,7.287c-0.012,0.122-0.084,0.229-0.192,0.286c-0.109,0.057-0.239,0.053-0.344-0.007 C7.108,11.556,6.373,11.36,5.631,11.36z" }), children]
});
});
//#endregion
export { Overcast as default };