@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
58 lines (54 loc) • 2.48 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 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.
*/
'use strict';
var React = require('react');
var Icon_js = require('./Icon.js');
var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0;
const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M7.7,4.7a14.7,14.7,0,0,0-3,3.1L6.3,9A13.26,13.26,0,0,1,8.9,6.3Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M4.6,12.3l-1.9-.6A12.51,12.51,0,0,0,2,16H4A11.48,11.48,0,0,1,4.6,12.3Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M2.7,20.4a14.4,14.4,0,0,0,2,3.9l1.6-1.2a12.89,12.89,0,0,1-1.7-3.3Z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M7.8,27.3a14.4,14.4,0,0,0,3.9,2l.6-1.9A12.89,12.89,0,0,1,9,25.7Z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M11.7,2.7l.6,1.9A11.48,11.48,0,0,1,16,4V2A12.51,12.51,0,0,0,11.7,2.7Z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M24.2,27.3a15.18,15.18,0,0,0,3.1-3.1L25.7,23A11.53,11.53,0,0,1,23,25.7Z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M27.4,19.7l1.9.6A15.47,15.47,0,0,0,30,16H28A11.48,11.48,0,0,1,27.4,19.7Z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
d: "M29.2,11.6a14.4,14.4,0,0,0-2-3.9L25.6,8.9a12.89,12.89,0,0,1,1.7,3.3Z"
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
d: "M24.1,4.6a14.4,14.4,0,0,0-3.9-2l-.6,1.9a12.89,12.89,0,0,1,3.3,1.7Z"
})), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
d: "M20.3,29.3l-.6-1.9A11.48,11.48,0,0,1,16,28v2A21.42,21.42,0,0,0,20.3,29.3Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CircleDash.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = CircleDash;