UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 749 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 BezierCurveFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M221 144.4A96.26 96.26 0 00181 88h59a8 8 0 000-16h-81a32 32 0 00-62 0H16a8 8 0 000 16h59a96.26 96.26 0 00-40 56.4A32 32 0 1071 184h114a32 32 0 1036-39.6zM40 192a16 16 0 1116-16 16 16 0 01-16 16zm88-128a16 16 0 11-16 16 16 16 0 0116-16zm88 128a16 16 0 1116-16 16 16 0 01-16 16z" })); exports.default = BezierCurveFill;