UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 827 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 BezierCurveThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M217.83 148.07A92.6 92.6 0 00165.53 84H240a4 4 0 000-8h-84.29a28 28 0 00-55.42 0H16a4 4 0 000 8h74.47a92.6 92.6 0 00-52.3 64.07 28 28 0 108.07.64 84.51 84.51 0 0155-60.36 28 28 0 0053.46 0 84.53 84.53 0 0155 60.36 28 28 0 108.07-.64zM60 176a20 20 0 11-20-20 20 20 0 0120 20zm68-76a20 20 0 1120-20 20 20 0 01-20 20zm88 96a20 20 0 1120-20 20 20 0 01-20 20z" })); exports.default = BezierCurveThin;