UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 659 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var ReplyFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "reply-fill" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M5.921 11.9 1.353 8.62a.72.72 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z" }))); } }))); }; export default ReplyFill;