UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 659 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 PeaceFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-peace-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M14 13.292A8 8 0 008.5.015v7.778zm-.708.708L8.5 9.206v6.778a7.97 7.97 0 004.792-1.986zM7.5 15.985V9.207L2.708 14A7.97 7.97 0 007.5 15.985M2 13.292A8 8 0 017.5.015v7.778z" })); exports.default = PeaceFill;