UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFindInPage = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FindInPage", short_name: "FindInPage", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 15q.825 0 1.413-.588Q14 13.825 14 13t-.587-1.413Q12.825 11 12 11q-.825 0-1.412.587Q10 12.175 10 13q0 .825.588 1.412Q11.175 15 12 15Zm5.6 5-3.575-3.575q-.425.275-.937.425Q12.575 17 12 17q-1.65 0-2.825-1.175Q8 14.65 8 13q0-1.65 1.175-2.825Q10.35 9 12 9q1.65 0 2.825 1.175Q16 11.35 16 13q0 .575-.15 1.075t-.425.925L18 17.575v-8.85L14.05 4H6v16ZM6 22q-.825 0-1.412-.587Q4 20.825 4 20V4q0-.825.588-1.413Q5.175 2 6 2h8.075q.45 0 .85.188.4.187.675.537l3.925 4.725q.2.275.338.6.137.325.137.675V20q0 .825-.587 1.413Q18.825 22 18 22Zm7-9.2Z" })); }); IconMaterialFindInPage.displayName = 'AmauiIconMaterialFindInPage'; export default IconMaterialFindInPage;