iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const MailCancel = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.644 12.994V4.667l-7.37 5.913c-.007.008-.004.02-.012.028a.537.537 0 0 1-.397.155.537.537 0 0 1-.398-.155c-.007-.008-.004-.02-.011-.029L2.107 4.685V15.77c0 .307.249.555.555.555h7.22v1.11H1.555A.555.555 0 0 1 1 16.88V3.556l.002-.012c0-.007.004-.013.005-.02a.548.548 0 0 1 .138-.335c.009-.01.005-.026.015-.037.012-.012.032-.007.045-.018a.54.54 0 0 1 .297-.123c.022-.002.038-.011.06-.01h16.645c.301.007.544.251.544.554v9.439h-1.107zM3.124 4.111l6.74 5.407 6.74-5.407H3.125zm9.125 10.153a.577.577 0 0 1 .818 0l1.781 1.785 1.781-1.785a.577.577 0 0 1 .818 0 .581.581 0 0 1 0 .82l-1.78 1.786 1.78 1.786a.581.581 0 0 1 0 .82.577.577 0 0 1-.818 0l-1.78-1.786-1.782 1.786a.577.577 0 0 1-.818 0 .582.582 0 0 1 0-.82l1.781-1.786-1.78-1.785a.582.582 0 0 1 0-.82z", fill: "#000", fillRule: "evenodd" }));
exports.default = MailCancel;