google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.2 kB
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: "M20.9964 19.572L19.5694 21L13.1274 14.558L14.5574 13.13L20.9964 19.572ZM13.1164 3.00195C10.5364 3.00195 7.95641 3.98195 5.97641 5.95195L5.96641 5.96195C2.01641 9.91195 2.01641 16.322 5.96641 20.272L20.2664 5.96195C18.2964 3.99195 15.7064 3.00195 13.1164 3.00195ZM6.13641 17.272C5.39641 16.032 4.99641 14.612 4.99641 13.122C4.99641 12.192 5.15641 11.302 5.45641 10.452C5.64641 12.362 6.34641 14.242 7.52641 15.892L6.13641 17.272ZM8.97641 14.432C7.62641 12.382 7.11641 9.93195 7.59641 7.60195C8.17641 7.48195 8.75641 7.42195 9.34641 7.42195C11.1464 7.42195 12.8964 7.97195 14.4264 8.98195L8.97641 14.432ZM10.4464 5.46195C11.2964 5.16195 12.1864 5.00195 13.1164 5.00195C14.6064 5.00195 16.0264 5.40195 17.2664 6.14195L15.8764 7.53195C14.2264 6.35195 12.3564 5.65195 10.4464 5.46195Z",
key: "o8zp7n"
}
]
]);
export { BeachAccess as default };
//# sourceMappingURL=beach_access.js.map