@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 1.47 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 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 { t as iconPropTypes } from "./iconPropTypes-BElKp6Sn.js";
import React from "react";
import { jsx } from "react/jsx-runtime";
//#region virtual:OrderStratus.js
const OrderStratus = /* @__PURE__ */ React.forwardRef(function OrderStratus({ children, size = 16, ...rest }, ref) {
return React.createElement(Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ jsx("path", { d: "M13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM23,3h-13c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h13c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2ZM16.5,9h-6.5v-4h6.5v4ZM13,8c.5,0,1-.5,1-1s-.5-1-1-1-1,.5-1,1,.5,1,1,1ZM10,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM24,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM29.2,7l-2.3,10.2c-.1.5-.5.8-1,.8H8l.8,4h17.2v2H8c-.5,0-.9-.3-1-.8L3.2,4H0v-2h4c.5,0,.9.3,1,.8l2.6,13.2h17.6l2-9h2Z" }), children);
});
if (process.env.NODE_ENV !== "production") OrderStratus.propTypes = iconPropTypes;
//#endregion
export { OrderStratus as default };