UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 947 B
"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 SearchStop = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.738 3.318a4.5 4.5 0 00-.877 5.123A4.48 4.48 0 006.101 10a4.62 4.62 0 00-.1 1v.17c-.16-.11-.32-.22-.47-.34L1.75 14.5 1 13.84l3.8-3.69a5.5 5.5 0 119.62-3.65c0 .268-.02.535-.06.8a5.227 5.227 0 00-.94-.68V6.5a4.5 4.5 0 00-7.683-3.182zm3.04 4.356a4 4 0 114.444 6.652 4 4 0 01-4.444-6.652zm.1 5.447A3 3 0 0011 14a3 3 0 001.74-.55L8.55 9.26A3 3 0 008 11a3 3 0 00.879 2.121zm.382-4.57l4.19 4.189A3 3 0 0014 11a3 3 0 00-3-3 3 3 0 00-1.74.55z", fill: "#424242" })); exports.default = SearchStop;