@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.86 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBringYourOwnIpW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BringYourOwnIpW100Filled",
short_name: "BringYourOwnIp",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 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.3q.375 0 .762.037.388.038.738.088V6.2q-.325-.625-.7-1.175-.375-.55-.8-1.05-.875 1-1.488 2.187Q9.9 7.35 9.475 8.85H13.5v.7H9.3q-.125.65-.175 1.237-.05.588-.05 1.213 0 .625.05 1.212.05.588.175 1.238h5.4q.125-.65.175-1.238.05-.587.05-1.212 0-.375-.012-.75-.013-.375-.063-.75h.7q.05.4.063.775.012.375.012.725 0 .575-.05 1.188-.05.612-.175 1.262h4.225q.175-.525.275-1.175.1-.65.1-1.275 0-.375-.038-.75-.037-.375-.112-.75h.725q.05.35.088.738.037.387.037.762 0 1.8-.687 3.387-.688 1.588-1.863 2.763-1.175 1.175-2.762 1.862Q13.8 20.7 12 20.7Zm-7.625-6.25H8.6q-.125-.65-.175-1.262-.05-.613-.05-1.188t.05-1.188q.05-.612.175-1.262H4.375q-.175.525-.275 1.175Q4 11.375 4 12q0 .625.1 1.275.1.65.275 1.175Zm6.75 5.55q-.775-.875-1.425-2.188-.65-1.312-.95-2.662h-4.1q.9 2.05 2.625 3.325Q9 19.75 11.125 20ZM4.65 8.85h4.1q.35-1.325.975-2.6.625-1.275 1.4-2.25-2.25.3-3.9 1.537Q5.575 6.775 4.65 8.85ZM12 20.025q.95-1.2 1.55-2.325.6-1.125.975-2.55h-5.05q.425 1.525 1 2.65T12 20.025Zm.875-.025q2.125-.225 3.85-1.513Q18.45 17.2 19.35 15.15h-4.1q-.425 1.375-1.075 2.687-.65 1.313-1.3 2.163ZM16 8V3.3h4.7V8Zm2.6-2.6H20V4h-1.4Z"
}));
});
IconMaterialBringYourOwnIpW100Filled.displayName = 'AmauiIconMaterialBringYourOwnIpW100Filled';
export default IconMaterialBringYourOwnIpW100Filled;