iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 913 B
JavaScript
;
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 Command = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.433 7.662h-2.22v4.441h2.22a3.33 3.33 0 1 1-3.33 3.331v-2.22H7.66v2.22a3.331 3.331 0 1 1-3.33-3.33h2.22V7.661h-2.22a3.33 3.33 0 1 1 3.33-3.33v2.22h4.441v-2.22a3.331 3.331 0 1 1 3.331 3.33zm-2.22 7.772a2.22 2.22 0 1 0 2.22-2.22h-2.22v2.22zM6.55 4.33a2.22 2.22 0 1 0-2.22 2.221h2.22v-2.22zm0 8.882h-2.22a2.22 2.22 0 1 0 2.22 2.22v-2.22zm5.551-5.55h-4.44v4.44h4.44v-4.44zm3.331-5.552a2.22 2.22 0 0 0-2.22 2.22v2.221h2.22a2.22 2.22 0 1 0 0-4.441z", fill: "#000", fillRule: "evenodd" }));
exports.default = Command;