google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 551 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const IncompleteCircle = createIcon("IncompleteCircle", [
[
"path",
{
d: "M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 9.24 3.12 6.74 4.93 4.93L12 12V2C17.52 2 22 6.48 22 12Z",
key: "rlfm7j"
}
]
]);
export { IncompleteCircle as default };
//# sourceMappingURL=incomplete_circle.js.map