UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 743 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 CommandThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M180 148h-24v-40h24a32 32 0 10-32-32v24h-40V76a32 32 0 10-32 32h24v40H76a32 32 0 1032 32v-24h40v24a32 32 0 1032-32zm-24-72a24 24 0 1124 24h-24zM52 76a24 24 0 0148 0v24H76a24 24 0 01-24-24zm48 104a24 24 0 11-24-24h24zm8-72h40v40h-40zm72 96a24 24 0 01-24-24v-24h24a24 24 0 010 48z" })); exports.default = CommandThin;