google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 2.56 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 Attractions = createIcon("Attractions", [
[
"path",
{
d: "M10.4352 18.75C10.8052 18.29 11.3752 18 12.0052 18C12.6352 18 13.1952 18.29 13.5652 18.75C13.9552 18.66 14.3252 18.54 14.6852 18.39L13.2652 15.21C12.8752 15.36 12.4452 15.44 12.0052 15.44C11.5452 15.44 11.1052 15.35 10.7052 15.19L9.27518 18.38C9.65518 18.54 10.0352 18.67 10.4352 18.75ZM5.15518 10C4.99518 10.59 4.90518 11.21 4.90518 11.85C4.90518 12.6 5.02518 13.32 5.23518 14C5.86518 14.05 6.45518 14.4 6.79518 14.99C7.12518 15.56 7.14518 16.22 6.90518 16.78C7.17518 17.05 7.46518 17.31 7.77518 17.54L9.29518 14.15C8.82518 13.57 8.54518 12.83 8.54518 12.02C8.54518 10.13 10.0952 8.61 12.0052 8.61C13.9152 8.61 15.4652 10.14 15.4652 12.02C15.4652 12.84 15.1752 13.59 14.6852 14.18L16.1852 17.53C16.5052 17.29 16.8052 17.03 17.0852 16.74C16.8652 16.19 16.8852 15.54 17.2052 14.99C17.5352 14.42 18.1052 14.07 18.7252 14C18.9452 13.32 19.0652 12.59 19.0652 11.84C19.0652 11.2 18.9752 10.57 18.8152 9.98C18.1752 9.94 17.5552 9.59 17.2152 8.98C16.8552 8.36 16.8652 7.62 17.1852 7.03C16.2752 6.05 15.0852 5.32 13.7452 4.98C13.3952 5.6 12.7452 6 12.0052 6C11.2652 6 10.6152 5.59 10.2652 4.99C8.92518 5.33 7.73518 6.04 6.82518 7.02C7.15518 7.62 7.17518 8.37 6.80518 9C6.45518 9.62 5.81518 9.97 5.15518 10ZM3.85518 9.58C3.07518 8.98 2.83518 7.88 3.34518 7C3.85518 6.12 4.92518 5.77 5.83518 6.15C6.94518 4.98 8.39518 4.12 10.0152 3.73C10.1552 2.75 10.9952 2 12.0052 2C13.0152 2 13.8552 2.75 13.9852 3.73C15.6152 4.12 17.0552 4.97 18.1652 6.15C19.0752 5.77 20.1552 6.12 20.6552 7C21.1652 7.88 20.9252 8.98 20.1452 9.58C20.3752 10.35 20.4952 11.16 20.4952 12C20.4952 12.84 20.3752 13.65 20.1452 14.42C20.9252 15.02 21.1652 16.12 20.6552 17C20.1452 17.88 19.0752 18.23 18.1652 17.85C17.7652 18.28 17.3152 18.66 16.8252 19L18.1652 22H16.3052L15.3352 19.83C14.9052 20.01 14.4552 20.16 13.9952 20.27C13.8552 21.25 13.0152 22 12.0052 22C10.9952 22 10.1552 21.25 10.0252 20.27C9.54518 20.15 9.08518 20 8.64518 19.81L7.66518 22H5.78518L7.14518 18.97C6.67518 18.64 6.23518 18.26 5.84518 17.85C4.92518 18.23 3.85518 17.88 3.34518 17C2.83518 16.12 3.07518 15.02 3.85518 14.42C3.62518 13.65 3.50518 12.84 3.50518 12C3.50518 11.16 3.62518 10.35 3.85518 9.58Z",
key: "rlt29z"
}
]
]);
export { Attractions as default };
//# sourceMappingURL=attractions.js.map