UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 779 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 CircleNotchDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 128a96 96 0 11-96-96 96 96 0 0196 96z", opacity: ".2" }), React.createElement("path", { d: "M232 128a104 104 0 01-208 0c0-41 23.81-78.36 60.66-95.27a8 8 0 016.68 14.54C60.15 61.59 40 93.27 40 128a88 88 0 00176 0c0-34.73-20.15-66.41-51.34-80.73a8 8 0 016.68-14.54C208.19 49.64 232 87 232 128z" })); exports.default = CircleNotchDuotone;