@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
49 lines (40 loc) • 3.93 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FingerprintDimensions = exports.Fingerprint = 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 Fingerprint = /*#__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: "M15.25 9.9c2.32-1.34 5.6-2.02 9.02-1.88 3.43.14 6.83 1.08 9.4 2.8a1.5 1.5 0 1 0 1.66-2.5c-3.12-2.09-7.1-3.14-10.94-3.3-3.83-.15-7.7.59-10.64 2.28a1.5 1.5 0 0 0 1.5 2.6zM25.7 10.8a1.5 1.5 0 0 0-.4 2.97c5.68.8 9.06 4.03 11.1 7.34a21.99 21.99 0 0 1 2.83 7.62 1.5 1.5 0 0 0 2.97-.46c-.17-1.05-.9-4.9-3.25-8.73a18.01 18.01 0 0 0-13.24-8.75z"
}), /*#__PURE__*/React.createElement("path", {
d: "M18.83 21.3c-3.66 2.95-5.82 9.32-1.85 17.55a1.5 1.5 0 0 1-2.7 1.3c-4.45-9.21-2.3-17.2 2.67-21.19a11.3 11.3 0 0 1 8.7-2.47c3.17.45 6.23 2.3 8.64 5.63a1.5 1.5 0 0 1-2.43 1.76c-2-2.77-4.38-4.1-6.63-4.42a8.3 8.3 0 0 0-6.4 1.84z"
}), /*#__PURE__*/React.createElement("path", {
d: "M23.48 40.84c-2.48-5.08-3.2-9.33-2.72-12.1a4.67 4.67 0 0 1 1.32-2.8c.57-.51 1.38-.8 2.53-.7 1.55.15 2.24.65 2.66 1.2.5.67.78 1.63 1.1 3.08l.12.54c.59 2.71 1.38 6.37 5.1 9.2a1.5 1.5 0 0 0 1.82-2.4c-2.82-2.14-3.4-4.79-4-7.54l-.11-.46c-.3-1.38-.7-2.96-1.64-4.22-1.03-1.37-2.57-2.17-4.77-2.38a6.15 6.15 0 0 0-4.8 1.43 7.63 7.63 0 0 0-2.3 4.55c-.6 3.63.37 8.54 2.99 13.91a1.5 1.5 0 0 0 2.7-1.31zM11.6 10.96a1.5 1.5 0 0 1-.08 2.12 17.98 17.98 0 0 0-3.33 4.16 1.5 1.5 0 0 1-2.6-1.48c.42-.76 1.74-2.92 3.9-4.9a1.5 1.5 0 0 1 2.12.1zM36.47 28.47a1.5 1.5 0 1 0-2.94.56c.56 2.97 1.93 5.45 4.43 7a1.5 1.5 0 0 0 1.58-2.56c-1.6-.99-2.62-2.62-3.07-5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M24.14 28.5a1.5 1.5 0 0 1 1.62 1.37c.46 5.4 3.15 8.8 3.88 9.64a1.5 1.5 0 1 1-2.25 1.98 20.11 20.11 0 0 1-4.62-11.37 1.5 1.5 0 0 1 1.37-1.62zM20.1 14.23a1.5 1.5 0 0 0-1.2-2.75c-6.86 2.98-10 8.05-11.37 12.62a24.25 24.25 0 0 0-.8 9.6 1.5 1.5 0 0 0 2.97-.4c-.12-.87-.46-4.41.7-8.35 1.16-3.88 3.79-8.16 9.7-10.72z"
}));
});
exports.Fingerprint = Fingerprint;
Fingerprint.displayName = 'Fingerprint';
var FingerprintDimensions = {
height: 48,
width: 48
};
exports.FingerprintDimensions = FingerprintDimensions;