iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 736 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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M180 144h-20v-32h20a36 36 0 10-36-36v20h-32V76a36 36 0 10-36 36h20v32H76a36 36 0 1036 36v-20h32v20a36 36 0 1036-36zm-20-68a20 20 0 1120 20h-20zM56 76a20 20 0 0140 0v20H76a20 20 0 01-20-20zm40 104a20 20 0 11-20-20h20zm16-68h32v32h-32zm68 88a20 20 0 01-20-20v-20h20a20 20 0 010 40z" }));
exports.default = Command;