google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 785 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const DataThresholding = createIcon("DataThresholding", [
[
"path",
{
d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM10.67 8.17L12.67 10.17L16.34 6.5L17.75 7.91L12.67 13L10.67 11L7.67 14L6.26 12.59L10.67 8.17ZM5 16H6.72L5 17.72V16ZM5.84 19L8.84 16H10.67L7.67 19H5.84ZM9.8 19L12.8 16H14.42L11.42 19H9.8ZM13.53 19L16.53 16H18.15L15.15 19H13.53ZM19 19H17.27L19 17.27V19Z",
key: "x6xq0s"
}
]
]);
export { DataThresholding as default };
//# sourceMappingURL=data_thresholding.js.map