google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 560 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 FiberManualRecord = createIcon("FiberManualRecord", [
[
"path",
{
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",
key: "1bhjcs"
}
]
]);
export { FiberManualRecord as default };
//# sourceMappingURL=fiber_manual_record.js.map