UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

42 lines (38 loc) 2.35 kB
/** * 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. */ 'use strict'; 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; let didWarnAboutDeprecation = false; const HandicapActive = /*#__PURE__*/React.forwardRef(function HandicapActive({ children, ...rest }, ref) { if (process.env.NODE_ENV !== "production") { if (!didWarnAboutDeprecation) { didWarnAboutDeprecation = true; console.warn(`The HandicapActive component has been deprecated and will be ` + `removed in the next major version of @carbon/icons-react.`); } } 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: "M11,30.36c-4.058,0-7.36-3.302-7.36-7.36s3.302-7.36,7.36-7.36v0.72\tc-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64s6.64-2.979,6.64-6.64h0.721C18.36,27.059,15.058,30.36,11,30.36z M24,28.36\tc-0.027,0-0.056-0.004-0.082-0.01c-0.098-0.023-0.181-0.085-0.23-0.172L19.976,21.7c-0.113-0.197-0.325-0.321-0.554-0.321\tl-6.068-0.012c-0.831-0.002-1.583-0.427-2.014-1.137s-0.459-1.574-0.077-2.311l3.421-6.595c0.198-0.34,0.423-0.68,0.698-0.965\th-4.159L9.322,14.16l-0.644-0.322l2-4C10.739,9.717,10.864,9.64,11,9.64h6c1.246,0,1.687,0.639,1.976,1.33l1.364,4.67h4.73v0.72h-5\tc-0.16,0-0.301-0.105-0.346-0.259l-1.427-4.891c-0.238-0.563-0.499-0.85-1.298-0.85c-0.762,0-1.225,0.525-1.686,1.312l-3.412,6.58\tc-0.266,0.512-0.246,1.111,0.054,1.604c0.299,0.494,0.822,0.789,1.399,0.79l6.069,0.012c0.485,0.002,0.936,0.264,1.177,0.685\tl3.521,6.144l2.68-1.786l0.398,0.6l-3,2C24.14,28.339,24.07,28.36,24,28.36z M19,8.36c-1.577,0-2.86-1.283-2.86-2.86\tS17.423,2.64,19,2.64s2.86,1.283,2.86,2.86S20.577,8.36,19,8.36z M19,3.36c-1.18,0-2.14,0.96-2.14,2.14S17.82,7.64,19,7.64\ts2.14-0.96,2.14-2.14S20.18,3.36,19,3.36z" })), children); }); module.exports = HandicapActive;