@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.58 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialAdsClick = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AdsClick', short_name: 'AdsClick', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.7 18q-2.4-.125-4.05-1.85T6 12q0-2.5 1.75-4.25T12 6q2.425 0 4.15 1.65Q17.875 9.3 18 11.7l-2.1-.625q-.325-1.35-1.4-2.212Q13.425 8 12 8q-1.65 0-2.825 1.175Q8 10.35 8 12q0 1.425.863 2.5.862 1.075 2.212 1.4Zm.3 4q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12v.45q0 .225-.05.45L20 12.3V12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3.35 2.325 5.675Q8.65 20 12 20h.3l.6 1.95q-.225.05-.45.05H12Zm8.175.15-3.925-3.925-.75 2.275q-.125.35-.475.337-.35-.012-.475-.362L12.275 12.9q-.1-.275.125-.5.225-.225.5-.125l7.575 2.275q.35.125.363.475.012.35-.338.475l-2.275.75 3.925 3.925q.15.15.15.35 0 .2-.15.35l-1.275 1.275q-.15.15-.35.15-.2 0-.35-.15Z" }) })));
});
IconMaterialAdsClick.displayName = 'AmauiIconMaterialAdsClick';
exports.default = IconMaterialAdsClick;