google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.16 kB
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 AllInclusive = createIcon("AllInclusive", [
[
"path",
{
d: "M18.6 6.61914C17.16 6.61914 15.8 7.17914 14.83 8.14914L7.8 14.3891C7.16 15.0291 6.31 15.3791 5.4 15.3791C3.53 15.3791 2.01 13.8691 2.01 11.9991C2.01 10.1291 3.53 8.61914 5.4 8.61914C6.31 8.61914 7.16 8.96914 7.84 9.64914L8.97 10.6491L10.48 9.30914L9.22 8.19914C8.2 7.17914 6.84 6.61914 5.4 6.61914C2.42 6.61914 0 9.03914 0 11.9991C0 14.9591 2.42 17.3791 5.4 17.3791C6.84 17.3791 8.2 16.8191 9.17 15.8491L16.2 9.60914C16.84 8.96914 17.69 8.61914 18.6 8.61914C20.47 8.61914 21.99 10.1291 21.99 11.9991C21.99 13.8691 20.47 15.3791 18.6 15.3791C17.7 15.3791 16.84 15.0291 16.16 14.3491L15.02 13.3391L13.51 14.6791L14.78 15.7991C15.8 16.8091 17.15 17.3691 18.6 17.3691C21.58 17.3691 24 14.9591 24 11.9891C24 9.01914 21.58 6.61914 18.6 6.61914Z",
key: "7fdtd7"
}
]
]);
export { AllInclusive as default };
//# sourceMappingURL=all_inclusive.js.map