UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 887 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 SearchMinus = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.622 10.75a.75.75 0 000 1.5h9.25a.75.75 0 100-1.5h-9.25z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 11.499C2 6.39 6.142 2.25 11.25 2.25s9.25 4.14 9.25 9.248a9.21 9.21 0 01-2.202 5.99l3.481 3.48a.75.75 0 11-1.06 1.061l-3.482-3.481a9.215 9.215 0 01-5.987 2.198c-5.108 0-9.25-4.14-9.25-9.248zm9.25-7.748a7.749 7.749 0 100 15.496 7.749 7.749 0 100-15.496z", fill: "#323544" })); exports.default = SearchMinus;