styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
17 lines (16 loc) • 1.48 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("g", { key: "k0" },
React.createElement("circle", { cx: 9.67, cy: 13, r: 1.001 }),
React.createElement("path", { d: "M14.09 15.39A3.273 3.273 0 0112 16a3.271 3.271 0 01-2.081-.63.27.27 0 00-.379.38c.71.535 1.582.808 2.471.77a3.827 3.827 0 002.47-.77v.04a.284.284 0 00.006-.396.282.282 0 00-.397-.004zm.209-3.35a1 1 0 000 2l-.008.039c.016.002.033 0 .051 0a1 1 0 00.958-1.038 1 1 0 00-1.001-1.001z" }),
React.createElement("path", { d: "M12 2C6.479 2 2 6.477 2 12c0 5.521 4.479 10 10 10s10-4.479 10-10c0-5.523-4.479-10-10-10zm5.86 11.33c.011.146.011.293 0 .439 0 2.241-2.61 4.062-5.83 4.062-3.221 0-5.83-1.82-5.83-4.062a2.681 2.681 0 010-.439 1.46 1.46 0 01-.455-2.327 1.458 1.458 0 012.063-.063 7.145 7.145 0 013.899-1.23l.743-3.47v-.004A.311.311 0 0112.82 6l2.449.49a1 1 0 11-.131.61L13 6.65l-.649 3.12a7.12 7.12 0 013.85 1.23 1.46 1.46 0 012.469 1 1.46 1.46 0 01-.81 1.33z" }))));
});
Reddit.displayName = 'Reddit';
export var RedditDimensions = { height: 24, width: 24 };