@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.42 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 UserResearchTools = /*#__PURE__*/React.forwardRef(function UserResearchTools({
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: "M27.5,5c0,0.276-0.224,0.5-0.5,0.5\tc-0.275,0-0.5-0.224-0.5-0.5s0.225-0.5,0.5-0.5C27.276,4.5,27.5,4.724,27.5,5z M29,2.5c-0.275,0-0.5,0.224-0.5,0.5\ts0.225,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S29.276,2.5,29,2.5z M25,6.5c-0.275,0-0.5,0.224-0.5,0.5s0.225,0.5,0.5,0.5\tc0.276,0,0.5-0.224,0.5-0.5S25.276,6.5,25,6.5z M7,24.5c-0.275,0-0.5,0.224-0.5,0.5s0.225,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5\tS7.276,24.5,7,24.5z M5,26.5c-0.275,0-0.5,0.224-0.5,0.5s0.225,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S5.276,26.5,5,26.5z M3,28.5\tc-0.275,0-0.5,0.224-0.5,0.5s0.225,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S3.276,28.5,3,28.5z M28.745,29.255l-5.679-5.68\tc-1.925,1.799-4.42,2.785-7.066,2.785c-5.712,0-10.36-4.647-10.36-10.36c0-5.712,4.647-10.36,10.36-10.36S26.36,10.287,26.36,16\tc0,2.646-0.986,5.142-2.785,7.066l5.68,5.679L28.745,29.255z M16,6.36c-5.315,0-9.64,4.325-9.64,9.64s4.325,9.64,9.64,9.64\tc2.574,0,4.994-1.003,6.815-2.824S25.64,18.574,25.64,16C25.64,10.685,21.315,6.36,16,6.36z M13,21.36h-2\tc-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2\tC13.36,21.199,13.199,21.36,13,21.36z M11.36,20.64h1.28v-1.28h-1.28V20.64z M17,17.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2\tc0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C17.36,17.199,17.199,17.36,17,17.36z M15.36,16.64h1.28v-1.28\th-1.28V16.64z M21,13.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2\tC21.36,13.199,21.199,13.36,21,13.36z M19.36,12.64h1.279v-1.28H19.36V12.64z"
})), children);
});
export { UserResearchTools as default };