@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.23 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 AgileCoaching = /*#__PURE__*/React.forwardRef(function AgileCoaching({
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: "M30.745,30.255L25,24.509l-3.745,3.746\tl-0.51-0.51L23.491,25L16,17.509L12.509,21l4.746,4.745l-0.509,0.51L11,20.509l-9.746,9.746l-0.509-0.51l10-10\tc0.141-0.141,0.368-0.141,0.509,0L12,20.491l3.746-3.746c0.141-0.141,0.368-0.141,0.509,0L24,24.491l0.745-0.746\tc0.141-0.141,0.369-0.141,0.51,0l6,6L30.745,30.255z M26.36,21h-0.72v-4c0-0.084,0.03-0.166,0.084-0.23l5-6l0.553,0.461L26.36,17.13\tV21z M6.36,21H5.64v-3.87l-4.916-5.9l0.553-0.461l5,6C6.331,16.834,6.36,16.916,6.36,17V21z M23.5,16.36\tc-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S25.077,16.36,23.5,16.36z M23.5,11.36\tc-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S24.68,11.36,23.5,11.36z M8.5,16.36\tc-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S10.077,16.36,8.5,16.36z M8.5,11.36\tc-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S9.68,11.36,8.5,11.36z M19.36,16h-0.72v-6\tc0-0.078,0.025-0.154,0.072-0.216l6-8l0.576,0.432L19.36,10.12V16z M13.36,16h-0.72v-5.88L6.712,2.216l0.576-0.432l6,8\tC13.335,9.846,13.36,9.922,13.36,10V16z M16,8.36c-1.853,0-3.36-1.507-3.36-3.36S14.147,1.64,16,1.64S19.36,3.147,19.36,5\tS17.853,8.36,16,8.36z M16,2.36c-1.456,0-2.64,1.185-2.64,2.64S14.544,7.64,16,7.64S18.64,6.455,18.64,5S17.456,2.36,16,2.36z"
})), children);
});
module.exports = AgileCoaching;