18 lines
1.4 KiB
TypeScript
18 lines
1.4 KiB
TypeScript
/* Auto-generated, do not edit */
|
|
import React from 'react';
|
|
|
|
interface Props {
|
|
size?: number | string;
|
|
width?: number | string;
|
|
height?: number | string;
|
|
fill?: string;
|
|
}
|
|
|
|
function Dashboards_heatmap_2(props: Props) {
|
|
const { size = 14, width = size, height = size, fill = '' } = props;
|
|
return (
|
|
<svg viewBox="0 0 16 16" fill="none" width={ `${ width }px` } height={ `${ height }px` } ><g><path fill="#fff" fillOpacity=".01" d="M0 0h16v16H0z"/><path d="M10.5 11a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM7 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM14.5 10a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1ZM13.25 15a1.75 1.75 0 1 1 0-3.5 1.75 1.75 0 0 1 0 3.5Zm0-2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM7 15a1.98 1.98 0 0 1-1.063-.31 3.5 3.5 0 1 1 2.055-3.42A1.996 1.996 0 0 1 7 15Zm-.942-1.514.27.247a.997.997 0 1 0 1.002-1.671l-.346-.121.015-.424a2.505 2.505 0 1 0-1.258 2.151l.317-.182ZM12 8a3.003 3.003 0 0 1-2.986-3.266A1.98 1.98 0 0 1 8 3a2.003 2.003 0 0 1 3.005-1.73c.305.179.556.435.728.744A3 3 0 1 1 12 8Zm-2-6a1 1 0 0 0-.801 1.595.99.99 0 0 0 .516.356l.451.135-.107.459A1.997 1.997 0 1 0 12 3a2 2 0 0 0-.456.058l-.458.107-.135-.45A.99.99 0 0 0 10 2ZM3.25 5.5a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5Zm0-3.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z" fill="currentColor"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
);
|
|
}
|
|
|
|
export default Dashboards_heatmap_2;
|