@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.72 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:bin--compost/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 BinCompost = /*#__PURE__*/ React.forwardRef(function BinCompost({ 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: "M26,31.36H6c-.199,0-.36-.161-.36-.36V5.36h-3.64v-.72h8.64V1c0-.199.161-.36.36-.36h10c.199,0,.36.161.36.36v3.64h8.64v.72h-3.64v25.64c0,.199-.161.36-.36.36ZM6.36,30.64h19.28V5.36H6.36v25.28ZM11.36,4.64h9.28V1.36h-9.28v3.28ZM22,25.36h-12v-.72h5.64v-4.28h-1.64c-2.404,0-4.36-1.956-4.36-4.36v-2c0-.199.161-.36.36-.36h2c1.529,0,2.877.792,3.656,1.986.19-2.23,2.066-3.986,4.344-3.986h2c.199,0,.36.161.36.36v2c0,2.404-1.956,4.36-4.36,4.36h-1.64v6.279h5.64v.721ZM10.36,14.36v1.64c0,2.007,1.633,3.64,3.64,3.64h1.131l-2.385-2.385.509-.509,2.386,2.385v-1.131c0-2.007-1.633-3.64-3.64-3.64h-1.641ZM16.869,17.64h1.131c2.007,0,3.64-1.632,3.64-3.64v-1.64h-1.64c-2.007,0-3.64,1.633-3.64,3.64v1.131l2.385-2.385.51.509-2.386,2.385Z" }), children]
});
});
//#endregion
export { BinCompost as default };