@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFiberSmartRecordW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FiberSmartRecordW100",
short_name: "FiberSmartRecord",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 17.7q-2.375 0-4.037-1.662Q3.3 14.375 3.3 12t1.663-4.037Q6.625 6.3 9 6.3t4.038 1.663Q14.7 9.625 14.7 12t-1.662 4.038Q11.375 17.7 9 17.7ZM9 12Zm7.4 5.525q-.175.05-.287-.063Q16 17.35 16 17.175q0-.125.075-.2.075-.075.2-.125 1.65-.425 2.687-1.775Q20 13.725 20 12t-1.038-3.075q-1.037-1.35-2.687-1.775-.125-.05-.2-.138Q16 6.925 16 6.8q0-.175.113-.275.112-.1.287-.05 1.9.475 3.1 2.012 1.2 1.538 1.2 3.513 0 1.975-1.2 3.512-1.2 1.538-3.1 2.013ZM9 17q2.075 0 3.538-1.463Q14 14.075 14 12t-1.462-3.538Q11.075 7 9 7 6.925 7 5.463 8.462 4 9.925 4 12q0 2.075 1.463 3.537Q6.925 17 9 17Z"
}));
});
IconMaterialFiberSmartRecordW100.displayName = 'AmauiIconMaterialFiberSmartRecordW100';
export default IconMaterialFiberSmartRecordW100;