@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.13 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:no--liquids/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 NoLiquids = /*#__PURE__*/ React.forwardRef(function NoLiquids({ 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: "M21.122,31.36H10.878 c-0.681,0-1.261-0.51-1.349-1.185L6.904,10.046l0.714-0.093l0.906,6.946c0.13,0.267,0.964,1.74,3.476,1.74 c1.125,0,2.093-0.458,2.972-0.953l0.354,0.627C14.407,18.831,13.294,19.36,12,19.36c-1.63,0-2.668-0.552-3.299-1.105l1.542,11.827 c0.042,0.318,0.314,0.558,0.635,0.558h10.244c0.32,0,0.593-0.239,0.634-0.557l0.669-5.13l0.715,0.094l-0.669,5.129 C22.383,30.851,21.804,31.36,21.122,31.36z M30.745,31.255l-30-30l0.509-0.509L17.01,16.502c0.828-0.441,1.82-0.861,2.988-0.861 c1.896,0,2.977,0.384,3.55,0.707l1.094-8.393l0.715,0.093l-1.938,14.863l7.836,7.836L30.745,31.255z M17.544,17.035l5.232,5.232 l0.669-5.128c-0.291-0.221-1.242-0.78-3.446-0.78C19.073,16.36,18.251,16.676,17.544,17.035z M15.998,11.36 c-1.853,0-3.36-1.507-3.36-3.36c0-0.486,0.102-0.955,0.302-1.395l2.735-5.76C15.734,0.72,15.861,0.64,16,0.64l0,0 c0.139,0,0.266,0.08,0.325,0.206l2.728,5.755c0.001,0.001,0.001,0.003,0.002,0.004C19.256,7.044,19.358,7.514,19.358,8 C19.358,9.853,17.851,11.36,15.998,11.36z M16,1.84l-2.407,5.069C13.438,7.25,13.357,7.618,13.357,8c0,1.456,1.185,2.64,2.64,2.64 s2.64-1.185,2.64-2.64c0-0.381-0.079-0.749-0.236-1.093L16,1.84z" }), children]
});
});
//#endregion
export { NoLiquids as default };