styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
15 lines (14 loc) • 1.66 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Reddit = 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 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }),
React.createElement("path", { d: "M11.102 7.815l.751-3.536a2 2 0 012.373-1.54l3.196.68a2 2 0 11-.416 1.956l-3.196-.68-.666 3.135c1.784.137 3.557.73 5.163 1.7a3.192 3.192 0 014.741 2.673v.021a3.192 3.192 0 01-1.207 2.55 2.855 2.855 0 01-.008.123c0 3.998-4.45 7.03-9.799 7.03-5.332 0-9.708-3.024-9.705-6.953a5.31 5.31 0 01-.01-.181 3.192 3.192 0 013.454-5.35 11.446 11.446 0 015.329-1.628zm9.286 5.526c.408-.203.664-.62.661-1.075a1.192 1.192 0 00-2.016-.806l-.585.56-.67-.455c-1.615-1.098-3.452-1.725-5.23-1.764h-1.006c-1.875.029-3.651.6-5.237 1.675l-.663.45-.584-.55a1.192 1.192 0 10-1.314 1.952l.633.29-.054.695c-.013.17-.013.339.003.584 0 2.71 3.356 5.03 7.708 5.03 4.371 0 7.799-2.336 7.802-5.106a3.31 3.31 0 000-.508l-.052-.672.604-.3zM7 13.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm-1.984 5.103c-1.397 0-2.767-.37-3.882-1.21a.424.424 0 01.597-.597c.945.693 2.123.99 3.269.99s2.33-.275 3.284-.959a.439.439 0 01.732.206.469.469 0 01-.119.423c-.684.797-2.484 1.147-3.881 1.147z", key: "k1" })));
});
Reddit.displayName = 'Reddit';
export var RedditDimensions = { height: 24, width: 24 };