google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 631 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 6C15.31 6 18 8.69 18 12C18 15.31 15.31 18 12 18C8.69 18 6 15.31 6 12C6 8.69 8.69 6 12 6ZM12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4Z",
key: "1diohq"
}
]
]);
export { FiberManualRecord as default };
//# sourceMappingURL=fiber_manual_record.js.map