UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 962 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 ExpandSquare4 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M3.563 5.5a2.25 2.25 0 012.25-2.25h2.5a.75.75 0 110 1.5h-2.5a.75.75 0 00-.75.75V8a.75.75 0 01-1.5 0V5.5zM15.561 4a.75.75 0 01.75-.75h2.5a2.25 2.25 0 012.25 2.25V8a.75.75 0 11-1.5 0V5.5a.75.75 0 00-.75-.75h-2.5a.75.75 0 01-.75-.75zM4.313 15.25a.75.75 0 01.75.75v2.5c0 .414.335.75.75.75h2.5a.75.75 0 010 1.5h-2.5a2.25 2.25 0 01-2.25-2.25V16a.75.75 0 01.75-.75zM20.311 15.25a.75.75 0 01.75.75v2.5a2.25 2.25 0 01-2.25 2.25h-2.5a.75.75 0 010-1.5h2.5a.75.75 0 00.75-.75V16a.75.75 0 01.75-.75z", fill: "#323544" })); exports.default = ExpandSquare4;