iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 669 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 CircleNotchBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M236 128a108 108 0 01-216 0c0-42.52 24.73-81.34 63-98.9a12 12 0 1110 21.81C63.24 64.57 44 94.83 44 128a84 84 0 00168 0c0-33.17-19.24-63.43-49-77.09a12 12 0 1110-21.81c38.27 17.56 63 56.38 63 98.9z" }));
exports.default = CircleNotchBold;