UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 744 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 CommandBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M180 140h-16v-24h16a40 40 0 10-40-40v16h-24V76a40 40 0 10-40 40h16v24H76a40 40 0 1040 40v-16h24v16a40 40 0 1040-40zm-16-64a16 16 0 1116 16h-16zM60 76a16 16 0 0132 0v16H76a16 16 0 01-16-16zm32 104a16 16 0 11-16-16h16zm24-64h24v24h-24zm64 80a16 16 0 01-16-16v-16h16a16 16 0 010 32z" })); exports.default = CommandBold;