@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.08 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:taipei/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 Taipei = /*#__PURE__*/ React.forwardRef(function Taipei({ 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: "M26.951,31.36H6V30.64h4.64v-3.581l-1.14-3.419h2l-1-3h1l-1-3h1l-1-3h1l-1-3h2l-1-3h2l-1-3h1.277l1-2h0.863V1 h0.72v2.64h0.863l1,2h1.276l-1,3h2l-1,3h2l-1,3h1l-1,3h1l-1,3h1l-1,3h2l-1.139,3.419v3.581h5.591V31.36L26.951,31.36z M11.36,30.64 h9.28V27.36h-3.328c-0.158,0.575-0.686,1-1.312,1s-1.153-0.425-1.311-1H11.36L11.36,30.64L11.36,30.64z M16,26.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,26.36,16,26.36z M17.312,26.64h3.429l0.761-2.279 H10.499l0.76,2.279h3.429c0.158-0.575,0.686-1,1.311-1C16.625,25.64,17.153,26.064,17.312,26.64L17.312,26.64z M12.259,23.64h7.481 l0.761-2.279h-9.002C11.499,21.36,12.259,23.64,12.259,23.64z M12.259,20.64h7.481l0.761-2.279h-9.002 C11.499,18.36,12.259,20.64,12.259,20.64z M12.259,17.64h7.481l0.761-2.28h-9.002C11.499,15.36,12.259,17.64,12.259,17.64z M12.259,14.64h7.481l0.761-2.28h-9.002C11.499,12.36,12.259,14.64,12.259,14.64z M13.259,11.64h5.481l0.761-2.28h-7.002 C12.499,9.36,13.259,11.64,13.259,11.64z M14.259,8.64h3.481l0.761-2.28h-5.002C13.499,6.36,14.259,8.64,14.259,8.64z M14.583,5.64 h2.835l-0.641-1.28h-1.555L14.583,5.64z" }), children]
});
});
//#endregion
export { Taipei as default };