google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.04 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 FreeCancellation = createIcon("FreeCancellation", [
[
"path",
{
d: "M10.6202 19.75H4.41016V9.75H18.4102V14.13L20.4102 12.13V5.75C20.4102 4.65 19.5102 3.75 18.4102 3.75H17.4102V1.75H15.4102V3.75H7.41016V1.75H5.41016V3.75H4.41016C3.30016 3.75 2.42016 4.65 2.42016 5.75L2.41016 19.75C2.41016 20.85 3.30016 21.75 4.41016 21.75H12.6202L10.6202 19.75ZM4.41016 5.75H18.4102V7.75H4.41016V5.75ZM15.9502 22.25L12.4102 18.71L13.8202 17.3L15.9402 19.42L20.1802 15.18L21.5902 16.59L15.9502 22.25ZM9.82016 13.75L11.4102 15.34L10.0002 16.75L8.41016 15.16L6.82016 16.75L5.41016 15.34L7.00016 13.75L5.41016 12.16L6.82016 10.75L8.41016 12.34L10.0002 10.75L11.4102 12.16L9.82016 13.75Z",
key: "edhqvs"
}
]
]);
export { FreeCancellation as default };
//# sourceMappingURL=free_cancellation.js.map