@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.31 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 Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:text--equivalent/index.js
/**
* 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.
*/
const TextEquivalent = /*#__PURE__*/ React.forwardRef(function TextEquivalent({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ jsx("path", { d: "M14.274,25h0.781l-3.711-8.859H10.68L6.945,25h0.781l0.796-1.888h4.961L14.274,25z M8.826,22.392 l2.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 l3.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 c0.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 C17.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 S18.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 c-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 c0-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 c-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 c-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 S24.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 S21.36,9.904,21.36,9S22.096,7.36,23,7.36z" }), children]
});
});
//#endregion
export { TextEquivalent as default };