UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.34 kB
"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 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.441 8.192a.8.8 0 100 1.6h.01a.8.8 0 000-1.6h-.01zM5.64 12.367a.8.8 0 01.8-.8h.01a.8.8 0 010 1.6h-.01a.8.8 0 01-.8-.8zM10.145 8.192a.8.8 0 000 1.6h.01a.8.8 0 100-1.6h-.01zM9.358 12.367a.8.8 0 01.8-.8h.01a.8.8 0 010 1.6h-.01a.8.8 0 01-.8-.8zM8 14.992a.75.75 0 000 1.5h8a.75.75 0 000-1.5H8zM13.046 8.992a.8.8 0 01.8-.8h.01a.8.8 0 010 1.6h-.01a.8.8 0 01-.8-.8zM17.548 8.192a.8.8 0 100 1.6h.01a.8.8 0 000-1.6h-.01zM13.037 12.367a.8.8 0 01.8-.8h.01a.8.8 0 010 1.6h-.01a.8.8 0 01-.8-.8zM17.556 11.567a.8.8 0 100 1.6h.01a.8.8 0 000-1.6h-.01z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.25 4.867A2.25 2.25 0 002 7.117v10.5a2.25 2.25 0 002.25 2.25h15.5a2.25 2.25 0 002.25-2.25v-10.5a2.25 2.25 0 00-2.25-2.25H4.25zm-.75 2.25a.75.75 0 01.75-.75h15.5a.75.75 0 01.75.75v10.5a.75.75 0 01-.75.75H4.25a.75.75 0 01-.75-.75v-10.5z", fill: "#323544" })); exports.default = Keyboard;