iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 746 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 CommandLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M180 146h-22v-36h22a34 34 0 10-34-34v22h-36V76a34 34 0 10-34 34h22v36H76a34 34 0 1034 34v-22h36v22a34 34 0 1034-34zm-22-70a22 22 0 1122 22h-22zM54 76a22 22 0 0144 0v22H76a22 22 0 01-22-22zm44 104a22 22 0 11-22-22h22zm12-70h36v36h-36zm70 92a22 22 0 01-22-22v-22h22a22 22 0 010 44z" }));
exports.default = CommandLight;