@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.12 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const TrashNonBurnable = /*#__PURE__*/React.forwardRef(function TrashNonBurnable({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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: "M16,31.36c-7.971,0-12.36-3.324-12.36-9.36\tc0-4.517,2.486-7.373,4.891-10.135c0.437-0.501,0.875-1.005,1.303-1.522L0.746,1.254l0.509-0.509l30,30l-0.51,0.51l-3.805-3.806\tC24.355,30.841,19.019,31.36,16,31.36z M9.929,29.73c2.052,0.725,4.305,0.909,6.071,0.909c1.261,0,2.944-0.092,4.64-0.459V29\tc0-6.163-4.785-8.245-6.284-8.587C14.242,26.354,11.648,28.776,9.929,29.73z M14,19.64c1.498,0,7.36,2.443,7.36,9.36v1.008\tc1.966-0.521,3.869-1.45,5.065-3.072l-16.08-16.082c-0.417,0.503-0.845,0.994-1.271,1.483C6.65,15.123,4.36,17.753,4.36,22\tc0,4.009,2.074,6.199,4.668,7.37c1.506-0.636,4.613-2.752,4.612-9.37c0-0.096,0.038-0.187,0.105-0.255\tC13.813,19.678,13.904,19.64,14,19.64z M28.097,25.094l-0.695-0.188c0.158-0.589,0.238-1.23,0.238-1.906\tc0-1.951-0.969-3.386-1.905-4.773c-1.341-1.987-2.607-3.863,0.011-6.481l0.51,0.509c-2.199,2.199-1.244,3.612,0.076,5.569\tc0.951,1.409,2.029,3.006,2.029,5.177C28.36,23.739,28.271,24.443,28.097,25.094z M21.36,10h-0.72c0-6.574-4.825-8.216-6.286-8.562\tC14.285,3.884,13.627,6.04,12.3,8.189l-0.612-0.378C13.02,5.653,13.64,3.489,13.64,1c0-0.104,0.045-0.204,0.124-0.272\tc0.079-0.069,0.182-0.102,0.287-0.084C14.124,0.654,21.36,1.783,21.36,10z"
})), children);
});
module.exports = TrashNonBurnable;