UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.08 kB
"use strict"; 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 FolderCancel = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.653 18.764H2.11A1.11 1.11 0 0 1 1 17.654V2.111C1 1.496 1.497 1 2.11 1h5.551c.614 0 1.11.497 1.11 1.11v1.11h8.882c.614 0 1.11.497 1.11 1.11v13.324a1.11 1.11 0 0 1-1.11 1.11zm-.555-14.433H7.661V2.665a.555.555 0 0 0-.555-.555h-4.44a.555.555 0 0 0-.556.555V5.441h14.988a.555.555 0 0 0 0-1.11zm.555 3.33v-1.11H2.11V17.1c0 .307.249.555.555.555h14.433a.555.555 0 0 0 .555-.555V7.661zm-4.615 7.598a.56.56 0 0 1-.791 0l-2.374-2.374L7.5 15.26a.56.56 0 1 1-.792-.791l2.374-2.374L6.708 9.72a.559.559 0 1 1 .792-.791l2.373 2.374 2.374-2.374a.559.559 0 1 1 .791.79l-2.374 2.375 2.374 2.374a.56.56 0 0 1 0 .791z", fill: "#000", fillRule: "evenodd" })); exports.default = FolderCancel;