@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.19 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-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const TextEquivalent = /*#__PURE__*/React.forwardRef(function TextEquivalent({
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: "M14.274,25h0.781l-3.711-8.859H10.68L6.945,25h0.781l0.796-1.888h4.961L14.274,25z M8.826,22.392\tl2.185-5.183l2.171,5.183H8.826z M29.64,19h0.721v6c0,1.302-1.059,2.36-2.36,2.36h-4.132l2.387,2.385l-0.51,0.51l-3.254-3.253\tl3.254-3.257l0.51,0.51l-2.384,2.385H28c0.904,0,1.64-0.735,1.64-1.64V19z M23,12.86c3.879,0,5.322-3.695,5.337-3.732\tc0.031-0.082,0.031-0.173,0-0.255C28.322,8.835,26.879,5.14,23,5.14s-5.322,3.695-5.337,3.732c-0.031,0.082-0.031,0.173,0,0.255\tC17.678,9.165,19.121,12.86,23,12.86z M23,5.86c3.03,0,4.338,2.528,4.609,3.14C27.338,9.612,26.03,12.14,23,12.14\tS18.662,9.612,18.391,9C18.662,8.388,19.97,5.86,23,5.86z M31,0.64H15c-0.199,0-0.36,0.161-0.36,0.36v10.3\tc-1.133-0.426-2.36-0.66-3.64-0.66C5.288,10.64,0.64,15.288,0.64,21c0,5.713,4.647,10.36,10.36,10.36S21.36,26.713,21.36,21\tc0-1.28-0.233-2.507-0.66-3.64H31c0.199,0,0.36-0.161,0.36-0.36V1C31.36,0.801,31.199,0.64,31,0.64z M11,30.64\tc-5.315,0-9.64-4.324-9.64-9.64s4.325-9.64,9.64-9.64s9.64,4.325,9.64,9.64S16.315,30.64,11,30.64z M30.64,16.64H20.397\tc-1.031-2.215-2.823-4.006-5.038-5.038V1.36h15.28L30.64,16.64L30.64,16.64z M23,11.36c1.302,0,2.36-1.059,2.36-2.36\tS24.302,6.64,23,6.64S20.64,7.699,20.64,9S21.698,11.36,23,11.36z M23,7.36c0.904,0,1.64,0.736,1.64,1.64s-0.735,1.64-1.64,1.64\tS21.36,9.904,21.36,9S22.096,7.36,23,7.36z"
})), children);
});
export { TextEquivalent as default };