UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Reddit = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8.963 13.707a1.001 1.001 0 01.324-1.631 1 1 0 11-.324 1.631zM14.555 15.594a.27.27 0 01-.082.19l.007-.034a3.842 3.842 0 01-2.47.77 3.863 3.863 0 01-1.912-.42 3.84 3.84 0 01-.558-.35.27.27 0 01.38-.38A3.268 3.268 0 0012 16a3.276 3.276 0 002.09-.61.327.327 0 01.199-.07.27.27 0 01.266.274zM14.685 14.003c-.125.052-.26.079-.395.077l.01-.04a1 1 0 111-1 .997.997 0 01-.615.963z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-3.381.406c.036-.132.053-.269.051-.406a1.46 1.46 0 00-2.47-1 7.108 7.108 0 00-3.85-1.23L13 6.65l2.14.45a1 1 0 10.13-.61L12.82 6a.312.312 0 00-.37.24l-.74 3.47a7.137 7.137 0 00-3.9 1.23 1.46 1.46 0 10-1.61 2.39 2.672 2.672 0 000 .44c0 2.24 2.61 4.06 5.83 4.06s5.83-1.82 5.83-4.06a2.682 2.682 0 000-.44 1.455 1.455 0 00.759-.924z", fill: "#323544" })); exports.default = Reddit;