UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 813 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialClearAllW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ClearAllW100", short_name: "ClearAll", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M18 12.35H6q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h12q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm-2 4H4q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h12q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm4-8H8q-.15 0-.25-.1T7.65 8q0-.15.1-.25t.25-.1h12q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Z" })); }); IconMaterialClearAllW100.displayName = 'AmauiIconMaterialClearAllW100'; export default IconMaterialClearAllW100;