@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.55 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:sell/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 Sell = /*#__PURE__*/ React.forwardRef(function Sell({ 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: "M16,31.36C7.53,31.36,0.64,24.47,0.64,16S7.53,0.64,16,0.64 S31.36,7.53,31.36,16h-0.72c0-8.073-6.567-14.64-14.64-14.64C7.927,1.36,1.36,7.927,1.36,16c0,8.072,6.567,14.64,14.64,14.64 c4.402,0,8.466-1.915,11.259-5.279H22V24.64h6.36V31h-0.72v-4.976C24.716,29.428,20.529,31.36,16,31.36z M16.36,22h-0.72v-1.64H12 v-0.72h6c0.904,0,1.64-0.735,1.64-1.64s-0.735-1.64-1.64-1.64h-4c-1.301,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36h1.64V10h0.72 v1.64H20v0.72h-6c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64h4c1.302,0,2.36,1.059,2.36,2.36c0,1.302-1.059,2.36-2.36,2.36 h-1.64V22z" }), children]
});
});
//#endregion
export { Sell as default };