styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 939 B
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Renren = 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 16 16" }, props, { ref: ref }),
React.createElement("path", { d: "M6.644.166C2.875.8 0 4.079 0 8.028a7.96 7.96 0 001.887 5.15c2.791-1.35 4.744-4.406 4.756-7.966V.165zM9.356.166C13.125.8 16 4.079 16 8.028a7.96 7.96 0 01-1.887 5.15c-2.791-1.35-4.744-4.406-4.756-7.966V.165zM7.972 10.041c-.497 2.056-1.981 3.813-3.828 4.981 1.138.622 2.441.978 3.828.978s2.691-.356 3.828-.978c-1.847-1.169-3.331-2.925-3.828-4.981z", key: "k0" })));
});
Renren.displayName = 'Renren';
export var RenrenDimensions = { height: 16, width: 16 };