UNPKG

@carbon/icons-react

Version:

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

48 lines (44 loc) 1.61 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, _path3, _path4, _path5; const LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg({ 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: "M6.48,7.6v3.92H2V21H9.28V7.6Zm0,11.2H4.8v-5H6.48Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M10.4 11.52H13.2V21.04H10.4z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M10.4 7.6H13.2V10.399999999999999H10.4z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M14.32,11.52V21H18.8v1.12H14.32V24.4H21.6V11.52ZM18.8,18.8H17.12v-5H18.8Z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M22.72,11.52V21H27.2v1.12H22.72V24.4H30V11.52ZM27.2,18.8H25.52v-5H27.2Z" })), children); }); if (process.env.NODE_ENV !== "production") { LogoDigg.propTypes = iconPropTypes.iconPropTypes; } module.exports = LogoDigg;