phx-react
Version:
PHX REACT
6 lines • 450 B
JavaScript
import React from 'react';
export default function SearchSvg() {
return (React.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.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