@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.4 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAdsClickW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AdsClickW100",
short_name: "AdsClick",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.325 16.65Q9.6 16.375 8.45 15.075 7.3 13.775 7.3 12q0-1.95 1.375-3.325Q10.05 7.3 12 7.3q1.775 0 3.075 1.138 1.3 1.137 1.575 2.862l-.775-.225q-.325-1.35-1.387-2.212Q13.425 8 12 8q-1.65 0-2.825 1.175Q8 10.35 8 12q0 1.425.875 2.5t2.2 1.4ZM12 20.7q-1.8 0-3.387-.688-1.588-.687-2.763-1.862-1.175-1.175-1.863-2.763Q3.3 13.8 3.3 12t.687-3.388Q4.675 7.025 5.85 5.85t2.763-1.863Q10.2 3.3 12 3.3t3.388.687q1.587.688 2.762 1.863t1.863 2.762Q20.7 10.2 20.7 12v.25q0 .125-.025.25L20 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.225.675q-.125.025-.263.025H12Zm7.25-.7-4.675-4.7-.425 1.3q-.1.275-.4.263-.3-.013-.375-.288l-1.15-3.85q-.05-.225.113-.388.162-.162.387-.112l3.85 1.15q.275.075.288.375.012.3-.263.4l-1.3.425L20 19.25q.125.125.125.275 0 .15-.125.275l-.2.2q-.125.125-.275.125-.15 0-.275-.125Z"
}));
});
IconMaterialAdsClickW100.displayName = 'AmauiIconMaterialAdsClickW100';
export default IconMaterialAdsClickW100;