@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.41 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:hard--prompt/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 HardPrompt = /*#__PURE__*/ React.forwardRef(function HardPrompt({ 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: "M30.36,23v5h-0.72v-5c0-0.629-0.511-1.14-1.14-1.14 s-1.14,0.511-1.14,1.14v2c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36v-3c0-0.629-0.511-1.14-1.14-1.14 s-1.14,0.511-1.14,1.14v3c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36v-3.5c0-0.629-0.511-1.14-1.14-1.14 s-1.14,0.511-1.14,1.14V25c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36V14.5c0-0.628-0.511-1.14-1.14-1.14 s-1.14,0.512-1.14,1.14v11V28h-0.72v-2.5c0-0.629-0.511-1.14-1.14-1.14c-0.628,0-1.14,0.511-1.14,1.14V28h-0.72v-2.5 c0-1.025,0.834-1.86,1.86-1.86c0.431,0,0.824,0.154,1.14,0.401V14.5c0-1.025,0.835-1.86,1.86-1.86s1.86,0.834,1.86,1.86v5.531 c0.314-0.245,0.711-0.392,1.14-0.392c0.737,0,1.376,0.432,1.677,1.055c0.337-0.342,0.806-0.555,1.323-0.555 c0.882,0,1.619,0.619,1.809,1.443c0.324-0.273,0.736-0.443,1.191-0.443C29.525,21.14,30.36,21.975,30.36,23z M26.64,15h0.721V4 c0-0.199-0.161-0.36-0.36-0.36h-5v0.72h4.64L26.64,15L26.64,15z M3.36,4.36H8V3.64H3C2.801,3.64,2.64,3.801,2.64,4v20 c0,0.199,0.161,0.36,0.36,0.36h5v-0.72H3.36V4.36z M10.36,14c0,0.75-0.61,1.36-1.36,1.36S7.64,14.75,7.64,14S8.25,12.64,9,12.64 S10.36,13.25,10.36,14z M9.64,14c0-0.353-0.287-0.64-0.64-0.64S8.36,13.647,8.36,14S8.647,14.64,9,14.64S9.64,14.353,9.64,14z M15,15.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S15.75,15.36,15,15.36z M15,14.64 c0.353,0,0.64-0.287,0.64-0.64s-0.287-0.64-0.64-0.64s-0.64,0.287-0.64,0.64S14.647,14.64,15,14.64z" }), children]
});
});
//#endregion
export { HardPrompt as default };