@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 2.71 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgFingerprint = function SvgFingerprint(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M14.858 12.158c.56.573.877 1.268 1.106 2.228l.1.457.179.946c.089.445.158.692.254.908.3.673.83 1.364 1.595 2.066a.75.75 0 1 1-1.013 1.105c-.907-.831-1.56-1.683-1.952-2.56-.149-.334-.24-.65-.346-1.18l-.21-1.1-.013-.06c-.181-.85-.404-1.384-.773-1.762-.713-.73-2.357-.537-2.797.158-.562.889-.705 2.396-.259 3.916.345 1.174.802 2.33 1.373 3.467a.75.75 0 0 1-1.341.672 22.268 22.268 0 0 1-1.471-3.716c-.562-1.913-.376-3.865.43-5.14.954-1.507 3.742-1.835 5.138-.405Zm-2.366 2.315a.75.75 0 0 1 .775.725 7.926 7.926 0 0 0 1.444 4.304l.197.267.3.39a.75.75 0 0 1-1.115.997l-.074-.083-.3-.39a9.425 9.425 0 0 1-1.951-5.435.75.75 0 0 1 .724-.775Zm-3.709-5.082c2.112-1.564 4.874-1.48 6.733-.285.93.598 1.634 1.295 2.102 2.094a.75.75 0 0 1-1.294.758c-.342-.583-.878-1.113-1.62-1.59-1.362-.876-3.45-.94-5.028.228-1.639 1.213-2.329 3.291-2.123 5.482.115 1.227.484 2.467 1.113 3.724a.75.75 0 1 1-1.342.67c-.709-1.417-1.132-2.836-1.265-4.254-.25-2.67.611-5.263 2.724-6.827Zm9.18 4.3a.75.75 0 0 1 .787.711c.032.603.18 1.096.442 1.493.22.333.414.525.563.6l.061.024a.75.75 0 1 1-.434 1.436c-.546-.165-1.017-.588-1.443-1.235-.415-.63-.642-1.382-.687-2.24a.75.75 0 0 1 .71-.788Zm-7.452-7.589a.75.75 0 0 1-.376.992c-1.84.828-3.195 2.008-4.084 3.548-1.113 1.928-1.414 4.181-1.164 6.08a.75.75 0 0 1-1.488.196c-.288-2.2.055-4.778 1.353-7.026 1.052-1.82 2.648-3.212 4.767-4.166a.75.75 0 0 1 .992.376Zm2.343-.787c1.83.038 3.652.878 5.46 2.486 1.822 1.622 2.92 3.827 3.294 6.58a.75.75 0 0 1-1.487.202c-.327-2.412-1.261-4.287-2.805-5.661-1.56-1.387-3.055-2.078-4.492-2.107a.75.75 0 0 1 .03-1.5Zm-6.871.014a.75.75 0 0 1-.061 1.06c-.268.238-.55.523-.844.854-.276.312-.559.716-.846 1.213a.75.75 0 0 1-1.299-.75 8.914 8.914 0 0 1 1.023-1.458c.331-.373.654-.7.968-.98a.75.75 0 0 1 1.059.061Zm6.586-2.966c2.192.103 4.029.703 5.53 1.861a.75.75 0 1 1-.918 1.188c-1.245-.962-2.785-1.461-4.683-1.55-1.903-.09-3.461.284-4.714.979-.384.213-.815.106-1.032-.247a.739.739 0 0 1 .247-1.031c1.535-.904 3.382-1.302 5.57-1.2Z",
fill: color
}));
};
export { SvgFingerprint as S };