@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 797 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphUsb = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphUsb };