You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
2.4 KiB
60 lines
2.4 KiB
/**
|
|
* Copyright IBM Corp. 2016, 2021
|
|
*
|
|
* 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 iconPropTypes = require('../iconPropTypes-bd86aa8e.js');
|
|
var React = require('react');
|
|
require('@carbon/icon-helpers');
|
|
require('prop-types');
|
|
|
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
|
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
|
|
var _path, _path2, _path3, _path4, _path5, _path6;
|
|
|
|
var _excluded = ["children", "size"];
|
|
var PetImageO = /*#__PURE__*/React__default["default"].forwardRef(function PetImageO(_ref, ref) {
|
|
var children = _ref.children,
|
|
_ref$size = _ref.size,
|
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
rest = iconPropTypes._objectWithoutProperties(_ref, _excluded);
|
|
|
|
return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, iconPropTypes._objectSpread2({
|
|
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__default["default"].createElement("path", {
|
|
d: "M11 29H13V32H11zM11 8H13V11H11zM0 19H3V21H0zM21 19H24V21H21z"
|
|
})), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
|
|
d: "M3.59 11.09H5.57V14.09H3.59z",
|
|
transform: "rotate(-45 4.585 12.59)"
|
|
})), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
|
|
d: "M18.44 25.93H20.42V28.93H18.44z",
|
|
transform: "rotate(-45 19.429 27.422)"
|
|
})), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
|
|
d: "M3.09 26.44H6.09V28.42H3.09z",
|
|
transform: "rotate(-45 4.591 27.428)"
|
|
})), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
|
|
d: "M17.93 11.59H20.93V13.57H17.93z",
|
|
transform: "rotate(-45 19.423 12.585)"
|
|
})), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
|
|
d: "M12 13a7 7 0 107 7A7 7 0 0012 13zm0 12a5 5 0 010-10zM2 2L9 2 9 0 0 0 0 9 2 9 2 2zM30 0H26a2 2 0 00-2 2V12a2 2 0 002 2h4a2 2 0 002-2V2A2 2 0 0030 0zM26 12V2h4V12z"
|
|
})), children);
|
|
});
|
|
|
|
if (process.env.NODE_ENV !== "production") {
|
|
PetImageO.propTypes = iconPropTypes.iconPropTypes;
|
|
}
|
|
|
|
module.exports = PetImageO;
|