@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
35 lines (34 loc) • 3.23 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RadarCheckmarkDimensions = exports.RadarCheckmark = 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 RadarCheckmark = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m14.28 3.24-1.09 1.1a6.5 6.5 0 0 0-9.66 5.02 5.5 5.5 0 0 0-1.53.9 8 8 0 0 1 12.28-7.01ZM9.75 18c.37-.46.67-.97.89-1.53a6.47 6.47 0 0 0 3.96-1.87.75.75 0 0 1 1.06 1.06A7.98 7.98 0 0 1 9.75 18ZM11 14.5c0 .17 0 .34-.02.5a5.08 5.08 0 0 0 2.63-1.4.75.75 0 1 0-1.06-1.05c-.47.47-1.04.78-1.64.93.06.33.09.67.09 1.02ZM5.5 9c.35 0 .69.03 1.02.1a3.58 3.58 0 0 1 4.47-2.56l1.16-1.17A5.1 5.1 0 0 0 5 9.02L5.5 9Zm3 .9c.64.41 1.19.96 1.6 1.6a1.5 1.5 0 0 0 1.35-1.89l4.33-4.33a.75.75 0 0 0-1.06-1.06l-4.33 4.33A1.5 1.5 0 0 0 8.5 9.9Zm8.75 3.35a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM16.5 7.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm1.5 3.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-.75-1.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM15 11.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-.75-1.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-4.25 5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-2.15-1.85a.5.5 0 0 0-.7 0L4.5 15.29l-.65-.64a.5.5 0 0 0-.7.7l1 1c.2.2.5.2.7 0l3-3a.5.5 0 0 0 0-.7Z"
}));
});
exports.RadarCheckmark = RadarCheckmark;
RadarCheckmark.displayName = 'RadarCheckmark';
var RadarCheckmarkDimensions = {
height: 20,
width: 20
};
exports.RadarCheckmarkDimensions = RadarCheckmarkDimensions;