UNPKG

phx-react

Version:

PHX REACT

10 lines 627 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = SearchSvg; const tslib_1 = require("tslib"); const react_1 = tslib_1.__importDefault(require("react")); function SearchSvg() { return (react_1.default.createElement("svg", { className: 'mx-auto h-12 w-12 text-gray-500', fill: 'none', stroke: 'currentColor', viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg' }, react_1.default.createElement("path", { d: 'M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z', strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: '2' }))); } //# sourceMappingURL=SearchSvg.js.map