UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 997 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 Clients = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.654 15.68V4.33a2.22 2.22 0 0 0-2.22-2.22V2.11H4.084A3.309 3.309 0 0 1 6.551 1h8.882a3.33 3.33 0 0 1 3.331 3.33v8.883c0 .983-.434 1.857-1.11 2.467zM13.213 3.22c1.839 0 3.33 1.492 3.33 3.331v8.883a3.33 3.33 0 0 1-3.33 3.33H4.33A3.33 3.33 0 0 1 1 15.435V6.552C1 4.711 2.491 3.22 4.33 3.22h8.883zM2.11 15.435a2.22 2.22 0 0 0 2.22 2.22h8.883a2.22 2.22 0 0 0 2.22-2.22V8.772H2.11v6.662zm0-8.883v1.11h13.323v-1.11a2.22 2.22 0 0 0-2.22-2.22H4.33a2.22 2.22 0 0 0-2.22 2.22zm8.882 0H3.22v-1.11h7.772v1.11zm2.22 0h-1.11v-1.11h1.11v1.11z", fill: "#000", fillRule: "evenodd" })); exports.default = Clients;