google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 906 B
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 BeachAccess = createIcon("BeachAccess", [
[
"path",
{
d: "M13.1277 14.5588L14.5577 13.1288L20.9977 19.5718L19.5707 20.9988L13.1277 14.5588ZM17.4207 8.82876L20.2807 5.96876C16.3307 2.01876 9.93071 2.00876 5.98071 5.94876C9.91071 4.64876 14.2907 5.69876 17.4207 8.82876ZM5.95071 5.97876C2.01071 9.92876 2.02071 16.3288 5.97071 20.2788L8.83071 17.4188C5.70071 14.2888 4.65071 9.90876 5.95071 5.97876ZM5.97071 5.95876L5.96071 5.96876C5.58071 8.97876 7.13071 12.8488 10.2607 15.9888L15.9907 10.2588C12.8607 7.12876 8.98071 5.57876 5.97071 5.95876Z",
key: "27ectc"
}
]
]);
export { BeachAccess as default };
//# sourceMappingURL=beach_access.js.map