@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 751 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphAtmCard = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-atm-card",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.666 3.07H2.333C1.597 3.07 1 3.641 1 4.347v.639h16v-.639c0-.705-.598-1.277-1.334-1.277ZM1 11.648c0 .731.597 1.323 1.333 1.323h13.333c.736 0 1.334-.592 1.334-1.323V7.07H1v4.578Zm6-2.745h4v1.125H7V8.903Zm-2.042 2.03H13v1.096H4.958v-1.096Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphAtmCard };