UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 823 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 Usb = (props) => React.createElement("svg", { className: "lucide lucide-usb", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("circle", { cx: "10", cy: "7", r: "1" }), React.createElement("circle", { cx: "4", cy: "20", r: "1" }), React.createElement("path", { d: "M4.7 19.3L19 5M21 3l-3 1 2 2zM9.26 7.68L5 12l2 5M10 14l5 2 3.5-3.5" }), React.createElement("path", { d: "M18 12l1-1 1 1-1 1z" })); exports.default = Usb;