UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 2.01 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 PhpLanguage = /*#__PURE__*/React.forwardRef(function PhpLanguage({ 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: "M31,31.36H1v-0.72h30V31.36z M31,24.36H1c-0.199,0-0.36-0.161-0.36-0.36V1\tc0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v23C31.36,24.199,31.199,24.36,31,24.36z M1.36,23.64h29.28V1.36\tH1.36V23.64z M5.19,8.772h1.121v1.177h0.056c0.378-0.911,1.121-1.346,2.115-1.346c1.807,0,2.941,1.472,2.941,3.782\tc0,2.312-1.135,3.782-2.941,3.782c-0.994,0-1.681-0.448-2.115-1.345H6.312v3.979H5.19V8.772z M10.22,13.002V11.77\tc0-1.288-0.785-2.157-2.046-2.157c-1.022,0-1.862,0.589-1.862,1.387v2.689c0,0.938,0.84,1.471,1.862,1.471\tC9.435,15.159,10.22,14.291,10.22,13.002z M13.311,5.635h1.121v4.314h0.056c0.351-0.812,0.967-1.346,2.045-1.346\tc1.485,0,2.424,1.009,2.424,2.76V16h-1.121v-4.44c0-1.289-0.561-1.947-1.639-1.947c-0.896,0-1.765,0.448-1.765,1.373V16h-1.121\tV5.635z M21.262,8.772h1.121v1.177h0.056c0.378-0.911,1.121-1.346,2.115-1.346c1.807,0,2.941,1.472,2.941,3.782\tc0,2.312-1.135,3.782-2.941,3.782c-0.994,0-1.681-0.448-2.115-1.345h-0.056v3.979h-1.121V8.772z M26.291,13.002V11.77\tc0-1.288-0.785-2.157-2.046-2.157c-1.022,0-1.862,0.589-1.862,1.387v2.689c0,0.938,0.84,1.471,1.862,1.471\tC25.506,15.159,26.291,14.291,26.291,13.002z" })), children); }); export { PhpLanguage as default };