UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

32 lines (30 loc) 1.14 kB
/** * 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-B1cP964Y.js"; import React from "react"; import { jsx } from "react/jsx-runtime"; //#region virtual:Pen.js const Pen = React.forwardRef(function Pen({ 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: "M27.3069,6.1069,30,3.4141,28.5859,2,25.8931,4.6929,24.8,3.6a1.9328,1.9328,0,0,0-2.8,0L4,21.6V28h6.4l18-18a1.9329,1.9329,0,0,0,0-2.8ZM9.6,26H6V22.4L23.4,5,27,8.6Z" }), /* @__PURE__ */ jsx("path", { d: "M8.136 7.5H18.863999999999997V9.5H8.136z", transform: "rotate(-45 13.5 8.5)" }), children); }); if (process.env.NODE_ENV !== "production") Pen.propTypes = iconPropTypes; //#endregion export { Pen as default };