google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 748 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 FiberSmartRecord = createIcon("FiberSmartRecord", [
[
"path",
{
d: "M9 20C13.4183 20 17 16.4183 17 12C17 7.58172 13.4183 4 9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20Z",
key: "m8euw9"
}
],
[
"path",
{
d: "M17 4.26V6.35C19.33 7.17 21 9.39 21 12C21 14.61 19.33 16.83 17 17.65V19.74C20.45 18.85 23 15.73 23 12C23 8.27 20.45 5.15 17 4.26Z",
key: "8g780z"
}
]
]);
export { FiberSmartRecord as default };
//# sourceMappingURL=fiber_smart_record.js.map