@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.34 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSdCard = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSdCard = function GYSiGlyphSdCard(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-sd-card",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5 9h5.906v4.938H5z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.969 5.938h.969V1.063H5L2.022 6.215v1.754h1.009v1.053H2.022v7.916h11.915V9.022h-.969V5.938h.001ZM10 1.969h1V4h-1V1.969Zm-2 0h1V4H8V1.969ZM6 2h1.031v2.031H6V2Zm6 13.025H3.993V7.937H12v7.088ZM13 4h-1V1.969h1V4Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSdCard = GYSiGlyphSdCard;