UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 840 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 BezierCurveLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M219.44 146.2A94.66 94.66 0 00173.92 86H240a6 6 0 000-12h-82.6a30 30 0 00-58.8 0H16a6 6 0 000 12h66.08a94.66 94.66 0 00-45.52 60.2 30 30 0 1012.09 1.08 82.53 82.53 0 0151.4-56.39 30 30 0 0055.9 0 82.53 82.53 0 0151.4 56.39 30 30 0 1012.09-1.08zM58 176a18 18 0 11-18-18 18 18 0 0118 18zm70-78a18 18 0 1118-18 18 18 0 01-18 18zm88 96a18 18 0 1118-18 18 18 0 01-18 18z" })); exports.default = BezierCurveLight;