google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.05 kB
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.25488C11.6349 5.25488 12.8849 5.81488 13.7949 6.71488L11.2549 9.25488H17.2549V3.25488L15.2049 5.30488C13.9349 4.03488 12.1849 3.25488 10.2549 3.25488C6.72488 3.25488 3.82488 5.86488 3.33488 9.25488H5.35488C5.81488 6.97488 7.83488 5.25488 10.2549 5.25488ZM15.8949 14.3949C16.5549 13.4949 17.0149 12.4249 17.1749 11.2549H15.1549C14.6949 13.5349 12.6749 15.2549 10.2549 15.2549C8.87488 15.2549 7.62488 14.6949 6.71488 13.7949L9.25488 11.2549H3.25488V17.2549L5.30488 15.2049C6.57488 16.4749 8.32488 17.2549 10.2549 17.2549C11.8049 17.2549 13.2349 16.7449 14.3949 15.8949L19.2549 20.7449L20.7449 19.2549L15.8949 14.3949Z",
key: "t8rukg"
}
]
]);
export { FindReplace as default };
//# sourceMappingURL=find_replace.js.map