UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEdgesensorLowW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EdgesensorLowW100", short_name: "EdgesensorLow", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M8.55 20.7q-.65 0-1.075-.425-.425-.425-.425-1.075V4.8q0-.65.425-1.075Q7.9 3.3 8.55 3.3h6.9q.65 0 1.075.425.425.425.425 1.075v14.4q0 .65-.425 1.075-.425.425-1.075.425Zm7.7-14.35h-8.5v11.3h8.5Zm-8.5-.7h8.5V4.8q0-.35-.225-.575Q15.8 4 15.45 4h-6.9q-.35 0-.575.225-.225.225-.225.575Zm8.5 12.7h-8.5v.85q0 .35.225.575Q8.2 20 8.55 20h6.9q.35 0 .575-.225.225-.225.225-.575Zm-11.55-5q-.15 0-.25-.1t-.1-.25V8q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v5q0 .15-.1.25t-.25.1Zm14.6 3q-.15 0-.25-.1t-.1-.25v-5q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v5q0 .15-.1.25t-.25.1ZM7.75 4v1.65V4Zm0 16v-1.65V20Z" })); }); IconMaterialEdgesensorLowW100.displayName = 'AmauiIconMaterialEdgesensorLowW100'; export default IconMaterialEdgesensorLowW100;