@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.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.
*/
;
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 Cactus_01 = /*#__PURE__*/React.forwardRef(function Cactus_01({
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: "M25,31.36H7v-0.72h5.64v-3.28H12v-0.72h0.64v-1.28H12\tv-0.72h0.64v-3.28H12v-0.72h0.64v-1.28H12v-0.72h0.64v-1.28H11c-2.404,0-4.36-1.956-4.36-4.36v-0.64H6v-0.72h0.64v-1.28H6V9.64h0.64\tV8.36H6V7.64h0.64V6.5c0-1.025,0.834-1.86,1.86-1.86s1.86,0.834,1.86,1.86v1.14H11v0.72h-0.64v1.28H11v0.72h-0.64V13\tc0,0.353,0.287,0.64,0.64,0.64h1.64V6.36H12V5.64h0.64V4c0-1.853,1.507-3.36,3.36-3.36S19.36,2.147,19.36,4v1.64H20v0.72h-0.64v1.28\tH20v0.72h-0.64v1.28H20v0.72h-0.64v5.28H20v0.72h-0.64v1.28H21c0.353,0,0.64-0.287,0.64-0.64v-2.64H21v-0.72h0.64v-1.28H21v-0.72\th0.64V10.5c0-1.025,0.835-1.86,1.86-1.86s1.86,0.834,1.86,1.86v1.14H26v0.72h-0.64v1.28H26v0.72h-0.64v1.28H26v0.72h-0.64V17\tc0,2.404-1.956,4.36-4.36,4.36h-1.64v1.279H20v0.721h-0.64v1.279H20v0.721h-0.64v1.279H20v0.721h-0.64v3.279H25V31.36z M15.36,30.64\th3.28v-5.28H18v-0.72h0.64v-1.28H18v-0.72h0.64V21c0-0.199,0.161-0.36,0.36-0.36h2c2.007,0,3.64-1.633,3.64-3.64v-2.64H24v-0.72\th0.64V10.5c0-0.628-0.511-1.14-1.14-1.14s-1.14,0.512-1.14,1.14v1.14H23v0.72h-0.64V17c0,0.75-0.61,1.36-1.36,1.36h-2\tc-0.199,0-0.36-0.161-0.36-0.36v-1.64H18v-0.72h0.64V8.36H18V7.64h0.64V4c0-1.456-1.184-2.64-2.64-2.64S13.36,2.545,13.36,4v10\tc0,0.199-0.161,0.36-0.36,0.36h-2c-0.75,0-1.36-0.61-1.36-1.36V8.36H9V7.64h0.64V6.5c0-0.628-0.512-1.14-1.14-1.14\tS7.36,5.872,7.36,6.5v3.14H8v0.72H7.36v1.28H8v0.72H7.36V13c0,2.007,1.633,3.64,3.64,3.64h2c0.199,0,0.36,0.161,0.36,0.36v3.64H14\tv0.721h-0.64v3.279H14v0.721h-0.64v5.279h1.28V15.36H14v-0.72h0.64V9.36H14V8.64h0.64V7.36H14V6.64h0.64V4\tc0-0.75,0.61-1.36,1.36-1.36v0.72c-0.353,0-0.64,0.287-0.64,0.64v0.64H16v0.72h-0.64v1.28H16v0.72h-0.64v1.28H16v0.72h-0.64v3.28H16\tv0.72h-0.64v1.28H16v0.72h-0.64v1.28H16v0.72h-0.64v3.279H16v0.721h-0.64V30.64z"
})), children);
});
module.exports = Cactus_01;