UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 2.73 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.AnimalCatDimensions = exports.AnimalCat = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var React = _interopRequireWildcard(require("react")); var _styledIcon = require("@styled-icons/styled-icon"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } var AnimalCat = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M17.8 26H6.46a4.46 4.46 0 0 1-3.26-7.5l1.38-1.48a3.88 3.88 0 0 0-.1-5.4l-1.35-1.35A.75.75 0 0 1 4.2 9.21l1.36 1.36a5.38 5.38 0 0 1 .12 7.47L4.3 19.52a2.96 2.96 0 0 0 2.17 4.98h.98a28.58 28.58 0 0 1 .62-6.26c.41-1.77 1.1-3.6 2.28-5.01a6.42 6.42 0 0 1 4.42-2.38V5.67A3.67 3.67 0 0 1 18.43 2c.82 0 1.48.66 1.48 1.48v.95h2.15c1.1 0 2.12.57 2.7 1.5l.76 1.22a3.18 3.18 0 0 1-2.57 4.86v11.42A2.57 2.57 0 0 1 20.38 26H19.3v-2.57a4.4 4.4 0 0 0-4.4-4.4h-1.5a.75.75 0 0 0 0 1.5h1.51c1.6 0 2.9 1.3 2.9 2.9V26z" })); }); exports.AnimalCat = AnimalCat; AnimalCat.displayName = 'AnimalCat'; var AnimalCatDimensions = { height: 28, width: 28 }; exports.AnimalCatDimensions = AnimalCatDimensions;