UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.44 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const AnomalyDetection = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.882 18.092S1 10.882 1 7.552C1 4.486 2.375 2 5.44 2c1.666 0 3.887 1.666 4.442 2.228C10.437 3.666 12.657 2 14.322 2c3.066 0 4.442 2.486 4.442 5.552 0 3.33-8.882 10.54-8.882 10.54zm4.44-14.981c-1.173 0-3.09 1.33-3.65 1.898l-.79.801-.79-.801C8.531 4.44 6.613 3.11 5.44 3.11c-3.006 0-3.33 3.106-3.33 4.442 0 1.807 4.332 6.2 7.77 9.098 2.744-2.311 6.049-5.572 7.277-7.715h-2.835c-.01 0-.019-.005-.03-.006-.02-.001-.04-.007-.06-.012a.546.546 0 0 1-.399-.287l-1.023-1.003-1.894 3.816c-.01.017-.026.026-.038.042a.58.58 0 0 1-.035.039.547.547 0 0 1-.357.177.742.742 0 0 1-.099.007c-.01-.001-.02 0-.03-.002-.207-.006-.406-.09-.517-.254L8.474 8.936H5.995a.555.555 0 0 1 0-1.11H8.774c.233-.019.469.074.594.26l1.038 1.911 1.77-3.568c.02-.034.051-.057.077-.085.023-.025.041-.054.067-.074.017-.012.036-.016.053-.026.043-.027.087-.053.136-.065a.566.566 0 0 1 .426.052c.05.027.06.083.096.121l1.503 1.474h3.083c.018-.095.036-.19.036-.273 0-1.336-.324-4.442-3.33-4.442z", fill: "#000", fillRule: "evenodd" })); exports.default = AnomalyDetection;