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 BezierCurve = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M221.07 144.41A96.68 96.68 0 00181 88h59a8 8 0 000-16h-81a32 32 0 00-62 0H16a8 8 0 000 16h59a96.68 96.68 0 00-40.07 56.41A32 32 0 1051.08 146 80.6 80.6 0 0199 93.44a32 32 0 0058.06 0A80.6 80.6 0 01204.92 146a32 32 0 1016.15-1.57zM56 176a16 16 0 11-16-16 16 16 0 0116 16zm72-80a16 16 0 1116-16 16 16 0 01-16 16zm88 96a16 16 0 1116-16 16 16 0 01-16 16z" })); exports.default = BezierCurve;