UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 634 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 UsbC = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-usb-c", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M3.5 7.5a.5.5 0 000 1h9a.5.5 0 000-1z" }), React.createElement("path", { d: "M0 8a3 3 0 013-3h10a3 3 0 110 6H3a3 3 0 01-3-3m3-2a2 2 0 100 4h10a2 2 0 100-4z" })); exports.default = UsbC;