@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.87 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.
*/
import { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const Agile = /*#__PURE__*/React.forwardRef(function Agile({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _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: "M29.255,30.255l-0.51-0.51l1.386-1.385H23v-0.72h7.131\tl-1.386-1.385l0.51-0.51L31.509,28L29.255,30.255z M16,28.36H1v-0.72h15c6.97,0,12.64-5.67,12.64-12.64S22.97,2.36,16,2.36\tS3.36,8.03,3.36,15c0,4.342,2.188,8.328,5.853,10.665l-0.387,0.607C4.953,23.803,2.64,19.589,2.64,15C2.64,7.633,8.633,1.64,16,1.64\tS29.36,7.633,29.36,15S23.367,28.36,16,28.36z M16,24.36c-5.161,0-9.36-4.199-9.36-9.36S10.839,5.64,16,5.64s9.36,4.199,9.36,9.36\tS21.161,24.36,16,24.36z M16,6.36c-4.764,0-8.64,3.876-8.64,8.64s3.876,8.64,8.64,8.64s8.64-3.876,8.64-8.64S20.764,6.36,16,6.36z M16,20.36c-2.956,0-5.36-2.405-5.36-5.36c0-2.956,2.404-5.36,5.36-5.36c2.955,0,5.36,2.404,5.36,5.36\tC21.36,17.955,18.955,20.36,16,20.36z M16,10.36c-2.559,0-4.64,2.082-4.64,4.64s2.082,4.64,4.64,4.64s4.64-2.081,4.64-4.64\tS18.559,10.36,16,10.36z M16,16.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S16.75,16.36,16,16.36z M16,14.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,14.36,16,14.36z"
})), children);
});
export { Agile as default };