styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.24 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Sberbank = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm6.681-24.632l-10.987 6.249-5.236-2.977-.54 1.073 5.776 3.325 11.932-6.812-.945-.858zM20.279 6l-8.585 4.908-3.806-2.172-.782.938 4.588 2.602 9.853-5.632L20.28 6zm4.184 3.111l-12.769 7.295-6.208-3.54-.297 1.18 6.505 3.701 13.47-7.697-.701-.939zm1.943 3.46l-.594-1.502-14.118 8.046L5 15.333v.724c0 1.465.293 2.915.864 4.265a10.568 10.568 0 002.348 3.486 11.341 11.341 0 003.482 2.307c1.368.59 2.799.885 4.293.885 1.476 0 2.906-.295 4.292-.885a10.85 10.85 0 003.509-2.307 11.142 11.142 0 002.348-3.486l.27-.724c.396-1.144.594-2.325.594-3.54 0-1.217-.198-2.378-.594-3.487z", key: "k0" })));
});
Sberbank.displayName = 'Sberbank';
export var SberbankDimensions = { height: 32, width: 32 };