UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 670 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 CircleNotchLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M230 128a102 102 0 01-204 0c0-40.18 23.35-76.86 59.5-93.45a6 6 0 015 10.9C58.61 60.09 38 92.49 38 128a90 90 0 00180 0c0-35.51-20.61-67.91-52.5-82.55a6 6 0 015-10.9C206.65 51.14 230 87.82 230 128z" })); exports.default = CircleNotchLight;