@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFindInPageW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FindInPageW100",
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.2 5q.225 0 .425-.15.2-.15.325-.4l-4.3-4.3q-.425.3-.812.425-.388.125-.838.125-1.125 0-1.912-.788Q9.3 14.125 9.3 13t.788-1.913Q10.875 10.3 12 10.3t1.913.787q.787.788.787 1.913 0 .5-.138.887-.137.388-.412.763l3.85 3.9V8.7L14.05 4H6.8q-.3 0-.55.25Q6 4.5 6 4.8v14.4q0 .3.25.55.25.25.55.25Zm-10.4.7q-.65 0-1.075-.425Q5.3 19.85 5.3 19.2V4.8q0-.65.425-1.075Q6.15 3.3 6.8 3.3h6.9q.35 0 .638.15.287.15.512.4l3.5 4.175q.175.2.263.45.087.25.087.525v10.2q0 .65-.425 1.075-.425.425-1.075.425Zm5.55-8.7Z"
}));
});
IconMaterialFindInPageW100.displayName = 'AmauiIconMaterialFindInPageW100';
export default IconMaterialFindInPageW100;