UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 805 B
"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 Crop = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.209 16.545h-1.666v1.665a.556.556 0 1 1-1.11 0v-1.665H3.776a.555.555 0 0 1-.555-.556V4.331H1.555a.555.555 0 0 1 0-1.11h1.666V1.556a.555.555 0 1 1 1.11 0V3.22H15.22l.915-.957a.56.56 0 0 1 .792.794l-.558.583c.106.244.174.532.174.69v11.103h1.666a.555.555 0 0 1 0 1.11zM4.33 4.33v10.267l9.826-10.267H4.331zm.75 11.103h10.352V4.619L5.082 15.434z", fill: "#000", fillRule: "evenodd" })); exports.default = Crop;