UNPKG

@carbon/icons-react

Version:

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

43 lines (39 loc) 1.3 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. */ 'use strict'; var React = require('react'); var Icon_js = require('./Icon.js'); var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path, _path2; const Pen = /*#__PURE__*/React.forwardRef(function Pen({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path || (_path = /*#__PURE__*/React.createElement("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" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("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.iconPropTypes; } module.exports = Pen;