UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 737 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 DiscoverFilled = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("path", { d: "M12 21a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm-1.101-10.78c-.248.127-.55.427-.678.678L8.24 14.797c-.55 1.084-.118 1.514.965.963l3.898-1.98c.248-.127.55-.427.677-.678l1.981-3.899c.552-1.083.12-1.514-.964-.964L10.9 10.221zM12 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2z", fill: "currentColor", fillRule: "evenodd" })); exports.default = DiscoverFilled;