UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 876 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 BracketsRoundFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 40H40a16 16 0 00-16 16v144a16 16 0 0016 16h176a16 16 0 0016-16V56a16 16 0 00-16-16zM99.61 176.86a8 8 0 01-7.19 14.3A71.23 71.23 0 0156 128a71.23 71.23 0 0136.42-63.16 8 8 0 017.18 14.3C98.37 79.78 72 93.76 72 128s26.48 48.28 27.61 48.86zm64 14.3a8 8 0 11-7.16-14.32c1.1-.56 27.58-14.52 27.58-48.84s-26.48-48.28-27.61-48.86a8 8 0 017.19-14.3A71.23 71.23 0 01200 128a71.23 71.23 0 01-36.42 63.16z" })); exports.default = BracketsRoundFill;