UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 745 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 Keyboard = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("rect", { x: ".5", y: "3.5", width: "14", height: "8", rx: "1", stroke: "currentColor" }), React.createElement("path", { fill: "currentColor", d: "M2 5h1v1H2zm2 0h1v1H4zm2 0h1v1H6zm2 0h1v1H8zm2 0h1v1h-1zm2 0h1v1h-1zm-1 2h1v1h-1zm1 2h1v1h-1zM9 7h1v1H9zM7 7h1v1H7zM5 7h1v1H5zM3 7h1v1H3zM2 9h1v1H2zm2 0h7v1H4z" })); exports.default = Keyboard;