@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.33 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:trash--container/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 TrashContainer = /*#__PURE__*/ React.forwardRef(function TrashContainer({ 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: "M29,31.36h-9c-0.199,0-0.36-0.161-0.36-0.36V19 h0.721v11.64h8.279V19h0.721v12C29.36,31.199,29.199,31.36,29,31.36z M13.36,31h-0.72V11h0.72V31z M9.36,31H8.64V18h0.72 C9.36,18,9.36,31,9.36,31z M5.36,31H4.64V11h0.72C5.36,11,5.36,31,5.36,31z M24,28.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C24.36,28.199,24.199,28.36,24,28.36z M22.36,27.64h1.279v-1.28 H22.36V27.64z M27,23.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C27.36,23.199,27.199,23.36,27,23.36z M25.36,22.64h1.279v-1.28H25.36V22.64z M2.36,21H1.64v-9c0-2.404,1.956-4.36,4.36-4.36h16 v0.72H6c-2.007,0-3.64,1.633-3.64,3.64V21z M24,19.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36v2C24.36,19.199,24.199,19.36,24,19.36z M22.36,18.64h1.279v-1.28H22.36V18.64z M30.745,18.255 l-7.778-7.779l0.51-0.509l2.573,2.574l1.157-1.157c0.141-0.14,0.369-0.14,0.51,0l2.121,2.121c0.141,0.141,0.141,0.368,0,0.509 l-1.157,1.157l2.574,2.574L30.745,18.255z M26.56,13.05l1.612,1.612l0.902-0.902l-1.612-1.612L26.56,13.05z M9,6.36 c-1.577,0-2.86-1.283-2.86-2.86S7.423,0.64,9,0.64s2.86,1.283,2.86,2.86S10.577,6.36,9,6.36z M9,1.36c-1.18,0-2.14,0.96-2.14,2.14 S7.82,5.64,9,5.64s2.14-0.96,2.14-2.14S10.18,1.36,9,1.36z" }), children]
});
});
//#endregion
export { TrashContainer as default };