@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.31 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBeachAccess = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BeachAccess",
short_name: "BeachAccess",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m18.9 20.3-5.65-5.65 1.4-1.4 5.65 5.65q.275.275.275.7 0 .425-.275.7-.275.275-.7.275-.425 0-.7-.275ZM4.525 18.5q-.775-1.25-1.15-2.613Q3 14.525 3 13.1q0-1.95.725-3.8.725-1.85 2.225-3.35t3.362-2.238q1.863-.737 3.813-.737 1.425 0 2.788.387 1.362.388 2.587 1.163.775.5.825 1.425.05.925-.65 1.625l-11.1 11.1q-.7.7-1.637.65-.938-.05-1.413-.825Zm1.625-1.25L7.5 15.9q-.4-.525-.762-1.075-.363-.55-.663-1.1-.3-.55-.525-1.1-.225-.55-.4-1.075-.275 1.475-.037 2.95.237 1.475 1.037 2.75Zm2.8-2.75 5.55-5.6q-1.075-.825-2.162-1.338-1.088-.512-2.038-.699-.95-.188-1.712-.063-.763.125-1.188.55-.425.45-.55 1.212-.125.763.063 1.725.187.963.7 2.038Q8.125 13.4 8.95 14.5Zm8.35-8.35q-1.325-.8-2.8-1.05-1.475-.25-2.95.05.55.175 1.1.4.55.225 1.1.512.55.288 1.088.65.537.363 1.062.788l1.4-1.35Z"
}));
});
IconMaterialBeachAccess.displayName = 'AmauiIconMaterialBeachAccess';
export default IconMaterialBeachAccess;