iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 900 B
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 PageCancel = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.433 5.443V18.21a.555.555 0 0 1-.555.555H3.555A.555.555 0 0 1 3 18.21V1.556C3 1.248 3.249 1 3.555 1h9.437v.001l4.44 4.44h.001v.002zm-4.441-3.075v3.073h3.073l-3.073-3.073zm3.33 4.184h-4.44V2.11H4.665a.555.555 0 0 0-.555.556v14.433c0 .307.249.555.555.555h11.102a.555.555 0 0 0 .555-.555V6.552zm-4.166 6.658l-1.94-1.94-1.94 1.94-.831-.831 1.94-1.94-1.94-1.941.831-.831 1.94 1.94 1.94-1.94.832.83-1.94 1.941 1.94 1.94-.832.832z", fill: "#000", fillRule: "evenodd" }));
exports.default = PageCancel;