iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 698 B
JavaScript
;
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 Usb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-usb", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M2.25 7a.25.25 0 00-.25.25v1c0 .138.112.25.25.25h11.5a.25.25 0 00.25-.25v-1a.25.25 0 00-.25-.25z" }),
React.createElement("path", { d: "M0 5.5A.5.5 0 01.5 5h15a.5.5 0 01.5.5v5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5zM1 10h14V6H1z" }));
exports.default = Usb;