UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 815 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 BracketsRoundBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M82.33 222.19a12 12 0 01-16.5 4.09C64 225.16 20 198 20 128s44-97.16 45.83-98.28a12 12 0 0112.41 20.53C76.71 51.21 44 72.31 44 128s32.85 76.88 34.25 77.75a12 12 0 014.08 16.44zM190.17 29.72a12 12 0 10-12.42 20.53c1.4.87 34.25 21.94 34.25 77.75s-32.85 76.88-34.17 77.7a12 12 0 1012.34 20.58C192 225.16 236 198 236 128s-44-97.16-45.83-98.28z" })); exports.default = BracketsRoundBold;