UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 1.51 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. */ 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 PliLanguage = /*#__PURE__*/React.forwardRef(function PliLanguage({ 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: "M3.899,16.999V7.222h3.895c1.751,0,2.731,1.079,2.731,2.802s-0.98,2.802-2.731,2.802H5.076V17\tL3.899,16.999L3.899,16.999z M5.076,11.788h2.718c0.924,0,1.471-0.504,1.471-1.4V9.659c0-0.896-0.547-1.4-1.471-1.4H5.076V11.788z M12.382,16.999V7.222h1.177v8.741h4.161v1.036H12.382z M18.569,19.114l3.656-12.48h1.009l-3.656,12.48H18.569z M24.646,16.999\tv-0.98h1.372V8.202h-1.372v-0.98h3.922v0.98h-1.373v7.816h1.373v0.98h-3.922V16.999z M31,30.64H1v0.721h30V30.64z M31,24.36H1\tc-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v23\tC31.36,24.199,31.199,24.36,31,24.36z M1.36,23.64h29.28V1.36H1.36V23.64z" })), children); }); export { PliLanguage as default };