iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 842 B
JavaScript
;
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 BezierCurveBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224.28 141a100.61 100.61 0 00-31.4-49H240a12 12 0 000-24h-78.06a36 36 0 00-67.88 0H16a12 12 0 000 24h47.12a100.61 100.61 0 00-31.4 49A36 36 0 1056 143.74a76.66 76.66 0 0141.15-45.21 36 36 0 0061.7 0A76.66 76.66 0 01200 143.74a36 36 0 1024.28-2.74zM40 188a12 12 0 1112-12 12 12 0 01-12 12zm88-96a12 12 0 1112-12 12 12 0 01-12 12zm88 96a12 12 0 1112-12 12 12 0 01-12 12z" }));
exports.default = BezierCurveBold;