@styled-icons/heroicons-solid
Version:
Heroicons Solid icons available as Styled Components
25 lines • 1.59 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FingerPrint = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M12 3.75a6.715 6.715 0 0 0-3.722 1.118.75.75 0 1 1-.828-1.25 8.25 8.25 0 0 1 12.8 6.883 23.19 23.19 0 0 1-1.62 8.543.75.75 0 0 1-1.395-.551A21.69 21.69 0 0 0 18.75 10.5 6.75 6.75 0 0 0 12 3.75zM6.157 5.739a.75.75 0 0 1 .21 1.04A6.715 6.715 0 0 0 5.25 10.5c0 1.613-.463 3.12-1.265 4.393a.75.75 0 0 1-1.27-.8A6.715 6.715 0 0 0 3.75 10.5c0-1.68.503-3.246 1.367-4.55a.75.75 0 0 1 1.04-.211zM12 7.5a3 3 0 0 0-3 3c0 3.1-1.176 5.927-3.105 8.056a.75.75 0 1 1-1.112-1.008A10.459 10.459 0 0 0 7.5 10.5a4.5 4.5 0 1 1 9 0c0 .547-.022 1.09-.067 1.626a.75.75 0 0 1-1.495-.123A18.2 18.2 0 0 0 15 10.5a3 3 0 0 0-3-3zm0 2.25a.75.75 0 0 1 .75.75 15.69 15.69 0 0 1-3.78 10.238.75.75 0 0 1-1.14-.975 14.19 14.19 0 0 0 3.42-9.263.75.75 0 0 1 .75-.75zm3.239 5.183a.75.75 0 0 1 .515.927 19.415 19.415 0 0 1-2.585 5.544.75.75 0 1 1-1.243-.84 17.912 17.912 0 0 0 2.386-5.116.75.75 0 0 1 .927-.515z",
clipRule: "evenodd"
}));
});
FingerPrint.displayName = 'FingerPrint';
export var FingerPrintDimensions = {
height: 24,
width: 24
};