UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 845 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 CommandFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M116 116h24v24h-24zM86 72a14 14 0 000 28h14V86a14 14 0 00-14-14zm98 14a14 14 0 00-28 0v14h14a14 14 0 0014-14zM72 170a14 14 0 0028 0v-14H86a14 14 0 00-14 14zM224 48v160a16 16 0 01-16 16H48a16 16 0 01-16-16V48a16 16 0 0116-16h160a16 16 0 0116 16zm-68 92v-24h14a30 30 0 10-30-30v14h-24V86a30 30 0 10-30 30h14v24H86a30 30 0 1030 30v-14h24v14a30 30 0 1030-30zm0 30a14 14 0 1014-14h-14z" })); exports.default = CommandFill;