@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.83 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-fe323da0.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const ResetSettings = /*#__PURE__*/React.forwardRef(function ResetSettings({
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: "M25.255,31.255l-0.51-0.51l3.386-3.385H16C8.633,27.36,2.64,21.367,2.64,14S8.633,0.64,16,0.64\tS29.36,6.633,29.36,14h-0.72c0-6.97-5.67-12.64-12.64-12.64S3.36,7.03,3.36,14S9.03,26.64,16,26.64h12.131l-3.386-3.385l0.51-0.51\tL29.509,27L25.255,31.255z M17.839,22.36h-3.677v-2.058L13.2,19.9l-1.457,1.457l-2.601-2.6l1.455-1.454l-0.396-0.965H8.14v-3.677\th2.056l0.403-0.962l-1.457-1.457l2.601-2.6l1.454,1.454L14.162,8.7V6.64h3.677v2.056l0.962,0.403l1.457-1.457l2.601,2.6\tl-1.454,1.454l0.396,0.965h2.061v3.677h-2.057L21.403,17.3l1.457,1.457l-2.601,2.6l-1.454-1.454L17.839,20.3V22.36z M14.881,21.64\th2.237v-1.822l1.855-0.762l1.284,1.284l1.583-1.582l-1.291-1.289l0.775-1.85h1.814v-2.237h-1.822l-0.761-1.855l1.284-1.284\tl-1.583-1.582L18.969,9.95l-1.851-0.774V7.36h-2.237v1.824l-1.855,0.76l-1.284-1.283l-1.582,1.582l1.289,1.289l-0.774,1.85H8.86\tv2.237h1.823l0.761,1.855l-1.284,1.284l1.582,1.582l1.289-1.289l1.85,0.773C14.881,19.824,14.881,21.64,14.881,21.64z"
})), children);
});
export { ResetSettings as default };