UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.26 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEdgesensorHigh = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EdgesensorHigh", short_name: "EdgesensorHigh", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M4 14q-.425 0-.712-.288Q3 13.425 3 13V8q0-.425.288-.713Q3.575 7 4 7t.713.287Q5 7.575 5 8v5q0 .425-.287.712Q4.425 14 4 14Zm-3 3q-.425 0-.712-.288Q0 16.425 0 16v-5q0-.425.288-.713Q.575 10 1 10t.712.287Q2 10.575 2 11v5q0 .425-.288.712Q1.425 17 1 17Zm22-3q-.425 0-.712-.288Q22 13.425 22 13V8q0-.425.288-.713Q22.575 7 23 7t.712.287Q24 7.575 24 8v5q0 .425-.288.712Q23.425 14 23 14Zm-3 3q-.425 0-.712-.288Q19 16.425 19 16v-5q0-.425.288-.713Q19.575 10 20 10t.712.287Q21 10.575 21 11v5q0 .425-.288.712Q20.425 17 20 17ZM8 22q-.825 0-1.412-.587Q6 20.825 6 20V4q0-.825.588-1.413Q7.175 2 8 2h8q.825 0 1.413.587Q18 3.175 18 4v16q0 .825-.587 1.413Q16.825 22 16 22Zm0-5h8V7H8ZM8 5h8V4H8Zm8 14H8v1h8ZM8 4v1-1Zm0 16v-1 1Z" })); }); IconMaterialEdgesensorHigh.displayName = 'AmauiIconMaterialEdgesensorHigh'; export default IconMaterialEdgesensorHigh;