@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphUsb = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphUsb = function GYSiGlyphUsb(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-usb",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.074 3.098v1.84h.968V6.46L9.907 7.98V2.93L12 2.921 9.542 0 7.031 2.959h2.058v7.566l-4.13-1.099V7.92A1.495 1.495 0 0 0 4.5 4.999a1.495 1.495 0 0 0-.465 2.919V10l5.054 1.585v1.479A1.496 1.496 0 0 0 9.5 16a1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.093-1.438V9.01l5.04-1.949V4.937h.97v-1.84h-2.843v.001Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphUsb = GYSiGlyphUsb;