UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 625 B
"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 ReplyFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-reply-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M5.921 11.9L1.353 8.62a.72.72 0 010-1.238L5.921 4.1A.716.716 0 017 4.719V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z" })); exports.default = ReplyFill;