UNPKG

@carbon/icons-react

Version:

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

64 lines (60 loc) 2.41 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, _path6, _path7, _path8, _path9, _path0, _path1; const PetImageO = /*#__PURE__*/React.forwardRef(function PetImageO({ 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: "M11 29H13V32H11z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M11 8H13V11H11z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M0 19H3V21H0z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M21 19H24V21H21z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M3.59 11.09H5.57V14.09H3.59z", transform: "rotate(-45 4.585 12.59)" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M18.44 25.93H20.42V28.93H18.44z", transform: "rotate(-45 19.429 27.422)" })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", { d: "M3.09 26.44H6.09V28.42H3.09z", transform: "rotate(-45 4.591 27.428)" })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", { d: "M17.93 11.59H20.93V13.57H17.93z", transform: "rotate(-45 19.423 12.585)" })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", { d: "M12,13a7,7,0,1,0,7,7A7,7,0,0,0,12,13Zm0,12a5,5,0,0,1,0-10Z" })), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", { d: "M2 2 9 2 9 0 0 0 0 9 2 9 2 2z" })), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", { d: "M30,0H26a2,2,0,0,0-2,2V12a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V2A2,2,0,0,0,30,0ZM26,12V2h4V12Z" })), children); }); if (process.env.NODE_ENV !== "production") { PetImageO.propTypes = iconPropTypes.iconPropTypes; } module.exports = PetImageO;