UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 937 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 BracketsRoundDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 128c0 64-40 88-40 88H72s-40-24-40-88 40-88 40-88h112s40 24 40 88z", opacity: ".2" }), React.createElement("path", { d: "M40 128c0 58.29 34.67 80.25 36.15 81.16a8 8 0 01-8.27 13.7C66.09 221.78 24 195.75 24 128s42.09-93.78 43.88-94.86a8 8 0 018.26 13.7C74.54 47.83 40 69.82 40 128zm148.12-94.86a8 8 0 00-8.27 13.7C181.33 47.75 216 69.71 216 128s-34.67 80.25-36.12 81.14a8 8 0 008.24 13.72C189.91 221.78 232 195.75 232 128s-42.09-93.78-43.88-94.86z" })); exports.default = BracketsRoundDuotone;