@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.22 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 Cat_01 = /*#__PURE__*/React.forwardRef(function Cat_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,30.36H8c-1.257,0-2.36-1.22-2.36-2.61V15.5\tc0-1.577,1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86V17h-0.72v-1.5c0-1.18-0.96-2.14-2.14-2.14s-2.14,0.96-2.14,2.14v12.25\tc0,0.972,0.797,1.89,1.64,1.89h2.305C9.893,29.215,9.64,28.637,9.64,28v-5.5c0-1.092,0.414-2.072,1.23-2.914l6.048-6.237\tc0.475-0.353,0.721-0.83,0.721-1.349V9.75c0-0.517,0.196-1.015,0.584-1.48l3.484-4.289c0.257-0.309,0.66-0.42,1.037-0.284\tc0.373,0.135,0.615,0.479,0.615,0.877v2.087c1.188,0.13,2.956,0.917,2.999,3.253l0.963,1.925c0.048,0.097,0.051,0.21,0.006,0.309\tc-0.1,0.226-1.032,2.212-2.327,2.212h-1.64v13.3c0.53,0.062,0.97,0.266,1.311,0.607c0.687,0.691,0.689,1.692,0.689,1.734\tC25.359,30.2,25.198,30.36,25,30.36z M19.36,29.64h5.24c-0.096-0.489-0.434-1.28-1.6-1.28c-0.199,0-0.36-0.161-0.36-0.36V14\tc0-0.199,0.161-0.36,0.36-0.36h2c0.639,0,1.321-1.088,1.599-1.637l-0.921-1.842c-0.024-0.05-0.038-0.105-0.038-0.161\tc0-2.596-2.533-2.64-2.641-2.64C22.801,7.359,22.64,7.198,22.64,7V4.574c0-0.134-0.098-0.185-0.14-0.2\tc-0.043-0.014-0.147-0.039-0.236,0.064L18.78,8.727c-0.28,0.335-0.42,0.679-0.42,1.023V12c0,0.752-0.354,1.441-0.972,1.89\tl-6.002,6.198c-0.69,0.712-1.026,1.501-1.026,2.412V28c0,0.904,0.736,1.64,1.64,1.64h6.64V24c0-1.456-1.184-2.64-2.64-2.64v-0.72\tc1.853,0,3.36,1.508,3.36,3.36C19.36,24,19.36,29.64,19.36,29.64z"
})), children);
});
module.exports = Cat_01;