google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 998 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const FindReplace = createIcon("FindReplace", [
[
"path",
{
d: "M10.2549 5.255C11.6349 5.255 12.8849 5.815 13.7949 6.715L11.2549 9.255H17.2549V3.255L15.2049 5.30501C13.9349 4.03501 12.1849 3.255 10.2549 3.255C6.72488 3.255 3.82488 5.865 3.33488 9.255H5.35488C5.81488 6.975 7.83488 5.255 10.2549 5.255ZM15.8949 14.395C16.5549 13.495 17.0149 12.425 17.1749 11.255H15.1549C14.6949 13.535 12.6749 15.255 10.2549 15.255C8.87488 15.255 7.62488 14.695 6.71488 13.795L9.25488 11.255H3.25488V17.255L5.30488 15.205C6.57488 16.475 8.32488 17.255 10.2549 17.255C11.8049 17.255 13.2349 16.745 14.3949 15.895L19.2549 20.745L20.7449 19.255L15.8949 14.395Z",
key: "os3ekg"
}
]
]);
export { FindReplace as default };
//# sourceMappingURL=find_replace.js.map