iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 797 B
JavaScript
;
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 Reactions = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1h-1v3H8v1h3v3h1V5h3V4h-3V1zM6 4.022A5.5 5.5 0 1011.978 10h-1.005A4.5 4.5 0 116 5.027V4.022zM4.5 9a1 1 0 100-2 1 1 0 000 2zm2 2.5c.712 0 1.355-.298 1.81-.776l.707.708A3.49 3.49 0 016.5 12.5a3.49 3.49 0 01-2.555-1.108l.707-.708A2.493 2.493 0 006.5 11.5zm2-2.5a1 1 0 100-2 1 1 0 000 2z", fill: "#C5C5C5" }));
exports.default = Reactions;