UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

35 lines (34 loc) 3.45 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.HeartCircleHintDimensions = exports.HeartCircleHint = 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 HeartCircleHint = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M21.1 4.2a20.16 20.16 0 0 1 5.8 0 1.25 1.25 0 1 1-.36 2.48 17.65 17.65 0 0 0-5.08 0 1.25 1.25 0 0 1-.36-2.47ZM5.63 20.05c.68.1 1.15.74 1.05 1.42a17.65 17.65 0 0 0 0 5.08 1.25 1.25 0 0 1-2.47.36 20.16 20.16 0 0 1 0-5.8c.1-.68.73-1.15 1.42-1.06Zm36.74 0c.69-.1 1.32.38 1.42 1.06a20.16 20.16 0 0 1 0 5.8 1.25 1.25 0 1 1-2.47-.36 17.65 17.65 0 0 0 0-5.08c-.1-.68.37-1.32 1.05-1.42ZM20.04 42.37c.1-.68.74-1.15 1.42-1.05a17.65 17.65 0 0 0 5.08 0 1.25 1.25 0 0 1 .36 2.47 20.16 20.16 0 0 1-5.8 0 1.25 1.25 0 0 1-1.06-1.42Zm15.9-34.41a20.15 20.15 0 0 1 4.1 4.1 1.25 1.25 0 1 1-2 1.49 17.67 17.67 0 0 0-3.59-3.6 1.25 1.25 0 0 1 1.5-2ZM13.8 8.2c.42.55.3 1.34-.25 1.75a17.67 17.67 0 0 0-3.6 3.59 1.25 1.25 0 1 1-2-1.5 20.16 20.16 0 0 1 4.1-4.1c.56-.4 1.34-.3 1.75.26Zm26 26c.55.4.67 1.2.25 1.75a20.15 20.15 0 0 1-4.1 4.1 1.25 1.25 0 1 1-1.49-2.01 17.67 17.67 0 0 0 3.59-3.59c.41-.55 1.2-.67 1.75-.25Zm-31.58 0c.55-.42 1.34-.3 1.75.25a17.67 17.67 0 0 0 3.59 3.59 1.25 1.25 0 0 1-1.5 2 20.15 20.15 0 0 1-4.1-4.1c-.4-.55-.3-1.33.26-1.74Zm24.57-16.42a5.1 5.1 0 0 0-7.66-.09L24 18.94l-1.12-1.25a5.1 5.1 0 0 0-7.66 6.7l7.83 9.17a1.25 1.25 0 0 0 1.9 0l7.83-9.16a5.1 5.1 0 0 0 0-6.62Z" })); }); exports.HeartCircleHint = HeartCircleHint; HeartCircleHint.displayName = 'HeartCircleHint'; var HeartCircleHintDimensions = { height: 48, width: 48 }; exports.HeartCircleHintDimensions = HeartCircleHintDimensions;