@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBalance = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-balance",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M10.953 14H6.016v1.031H5V16h7v-.969h-1.047V14ZM8.016 4v8.953h.953V4H13.5L8.969 2.833V1.016h-.953v1.817L3.469 4h4.547ZM3.492 5.979l1.9 4.005.566-.207-2.225-4.609c-.053-.098-.157-.16-.298-.152-.128.005-.239.075-.279.175L1.012 9.8l.588.162 1.892-3.983Zm9.69-.784-2.158 4.619.592.162 1.902-3.99L15.43 10l.57-.208-2.238-4.619c-.053-.097-.16-.159-.299-.151-.13.003-.24.075-.281.173Zm2.802 5.836c0 1.061-1.112 1.922-2.484 1.922-1.372 0-2.484-.861-2.484-1.922h4.968Zm-10 0c0 1.061-1.112 1.922-2.484 1.922-1.372 0-2.484-.861-2.484-1.922h4.968Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBalance };