@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.65 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 { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const PlasticBottle = /*#__PURE__*/React.forwardRef(function PlasticBottle({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M20,31.36h-8c-1.301,0-2.36-1.059-2.36-2.36V10.5\tc0-1.684,0.679-3.328,1.863-4.512l2.137-2.137V1c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v2.851l2.137,2.137\tc1.184,1.183,1.863,2.828,1.863,4.512V29C22.36,30.302,21.302,31.36,20,31.36z M10.36,25.36V29c0,0.904,0.736,1.64,1.64,1.64h8\tc0.904,0,1.64-0.735,1.64-1.64v-3.64H10.36z M10.36,24.64h11.28v-2.28H10.36V24.64z M10.36,21.64h11.28v-2.28H10.36V21.64z M10.36,18.64h11.28v-2.28H10.36V18.64z M10.36,15.64h11.28v-2.28H10.36V15.64z M10.36,12.64h11.28V10.5\tc0-1.495-0.602-2.954-1.652-4.002l-2.242-2.243C17.678,4.187,17.64,4.096,17.64,4V3.36h-3.28V4c0,0.096-0.038,0.187-0.105,0.254\tl-2.243,2.243c-1.05,1.05-1.652,2.509-1.652,4.003C10.36,10.5,10.36,12.64,10.36,12.64z M14.36,2.64h3.28V1.36h-3.28V2.64z"
})), children);
});
export { PlasticBottle as default };