UNPKG

@carbon/icons-react

Version:

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

44 lines (41 loc) 1.55 kB
/** * 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. */ import React from 'react'; import Icon from './Icon.js'; import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path, _path2, _path3, _path4; const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, { 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: "M30,10V2H22v8h3v4H23v2h7V14H27V10ZM24,4h4V8H24Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M20 23.41 18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M20 14 12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M7,9.86a4,4,0,1,0-2,0V14H2v2H9V14H7ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6Z" })), children); }); if (process.env.NODE_ENV !== "production") { ClassifierLanguage.propTypes = iconPropTypes; } export { ClassifierLanguage as default };