google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 2.74 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: "M20.1483 14.42C20.3783 13.65 20.4983 12.84 20.4983 12C20.4983 11.16 20.3783 10.35 20.1483 9.58C20.9283 8.98 21.1683 7.88 20.6583 7C20.1483 6.12 19.0783 5.77 18.1683 6.15C17.0583 4.98 15.6083 4.12 13.9883 3.73C13.8483 2.75 13.0083 2 11.9983 2C10.9883 2 10.1483 2.75 10.0183 3.73C8.38834 4.12 6.94834 4.98 5.82834 6.15C4.91834 5.77 3.84834 6.12 3.33834 7C2.82834 7.88 3.06834 8.98 3.84834 9.58C3.61834 10.35 3.49834 11.16 3.49834 12C3.49834 12.84 3.61834 13.65 3.84834 14.42C3.06834 15.02 2.82834 16.12 3.33834 17C3.84834 17.88 4.91834 18.23 5.82834 17.85C6.22834 18.27 6.65834 18.64 7.12834 18.97L5.77834 22H7.65834L8.63834 19.81C9.07834 20 9.53834 20.15 10.0183 20.27C10.1483 21.25 10.9883 22 11.9983 22C13.0083 22 13.8483 21.25 13.9783 20.27C14.4383 20.16 14.8883 20.01 15.3183 19.83L16.2983 22H18.1783L16.8383 19C17.3183 18.66 17.7683 18.28 18.1783 17.85C19.0883 18.23 20.1683 17.88 20.6683 17C21.1683 16.12 20.9283 15.02 20.1483 14.42ZM13.5583 18.75C13.1883 18.29 12.6283 18 11.9983 18C11.3683 18 10.7983 18.29 10.4283 18.75C10.0283 18.66 9.63834 18.54 9.26834 18.38L10.6983 15.19C11.0983 15.35 11.5383 15.44 11.9983 15.44C12.4383 15.44 12.8683 15.36 13.2583 15.21L14.6783 18.39C14.3183 18.54 13.9483 18.66 13.5583 18.75ZM10.4783 12.02C10.4783 11.19 11.1483 10.52 11.9783 10.52C12.8083 10.52 13.4783 11.19 13.4783 12.02C13.4783 12.85 12.8083 13.52 11.9783 13.52C11.1483 13.52 10.4783 12.85 10.4783 12.02ZM18.7083 14.01C18.0983 14.08 17.5283 14.42 17.1883 15C16.8683 15.56 16.8483 16.2 17.0683 16.75C16.7883 17.04 16.4883 17.3 16.1683 17.54L14.6683 14.19C15.1583 13.6 15.4483 12.85 15.4483 12.03C15.4483 10.14 13.8983 8.62 11.9883 8.62C10.0783 8.62 8.52834 10.15 8.52834 12.03C8.52834 12.83 8.80834 13.57 9.27834 14.16L7.75834 17.55C7.44834 17.32 7.15834 17.07 6.88834 16.79C7.14834 16.23 7.12834 15.57 6.79834 15C6.45834 14.41 5.86834 14.06 5.23834 14.01C5.01834 13.33 4.90834 12.61 4.90834 11.86C4.90834 11.22 4.99834 10.6 5.15834 10.01C5.81834 9.98 6.45834 9.63 6.80834 9.01C7.17834 8.38 7.15834 7.63 6.81834 7.03C7.73834 6.05 8.92834 5.34 10.2683 5C10.6083 5.59 11.2583 6 11.9983 6C12.7383 6 13.3883 5.6 13.7283 5C15.0683 5.34 16.2583 6.07 17.1683 7.05C16.8483 7.64 16.8383 8.38 17.1983 9C17.5483 9.6 18.1583 9.95 18.7983 10C18.9583 10.59 19.0483 11.21 19.0483 11.86C19.0483 12.61 18.9283 13.33 18.7083 14.01Z",
key: "1x3qu3"
}
]
]);
export { Attractions as default };
//# sourceMappingURL=attractions.js.map