@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.56 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialBeachAccessW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BeachAccessW100', short_name: 'BeachAccess', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M19.05 19.575 13.325 13.9l.5-.5 5.7 5.7q.1.1.1.25t-.125.25q-.1.1-.225.088-.125-.013-.225-.113Zm-13.625-2q-.575-1.05-.875-2.175-.3-1.125-.3-2.275 0-1.725.638-3.338.637-1.612 1.937-2.887 1.3-1.3 2.913-1.938 1.612-.637 3.287-.637 1.175 0 2.287.3 1.113.3 2.163.875.35.2.4.575.05.375-.25.675L6.675 17.7q-.3.3-.675.262-.375-.037-.575-.387Zm.65-.275 1.95-1.95q-.4-.575-.8-1.225-.4-.65-.7-1.4-.3-.75-.463-1.612Q5.9 10.25 5.925 9.3q-1.1 1.925-.987 4.037.112 2.113 1.137 3.963Zm2.5-2.45 6.2-6.25q-1.075-.825-2.2-1.288-1.125-.462-2.137-.612-1.013-.15-1.838.025-.825.175-1.275.625-.45.45-.625 1.275t-.037 1.837q.137 1.013.6 2.151.462 1.137 1.312 2.237Zm8.7-8.7q-1.875-1.1-4-1.175-2.125-.075-4.05.975.975-.05 1.837.137.863.188 1.613.488t1.413.7q.662.4 1.237.825l1.95-1.95Z" }) })));
});
IconMaterialBeachAccessW100.displayName = 'AmauiIconMaterialBeachAccessW100';
exports.default = IconMaterialBeachAccessW100;