iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.04 kB
JavaScript
"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 ImageResize = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fillRule: "evenodd" },
React.createElement("rect", { fill: "currentColor", x: "3", y: "3", width: "18", height: "18", rx: "2" }),
React.createElement("path", { d: "M5 14v3.89a1.1 1.1 0 0 0 1.1 1.1H10a1 1 0 1 0 0-2H7V14a1 1 0 1 0-2 0z", fill: "inherit" }),
React.createElement("path", { d: "M5.707 18.121c.39.39 1.027.388 1.41.004L18.125 7.117a.995.995 0 0 0-.004-1.41 1.001 1.001 0 0 0-1.41-.004L5.703 16.711a.995.995 0 0 0 .004 1.41z", fill: "inherit" }),
React.createElement("path", { d: "M17 7v2.99a1 1 0 0 0 2 0V6.1A1.1 1.1 0 0 0 17.9 5H14a1 1 0 0 0 0 2h3z", fill: "inherit" })));
exports.default = ImageResize;