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 CircleNotchThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M228 128a100 100 0 01-200 0c0-39.4 22.9-75.37 58.33-91.63a4 4 0 113.34 7.27C57.07 58.6 36 91.71 36 128a92 92 0 00184 0c0-36.29-21.07-69.4-53.67-84.36a4 4 0 113.34-7.27C205.1 52.63 228 88.6 228 128z" })); exports.default = CircleNotchThin;