UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 762 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDragHandleW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DragHandleW100Filled", short_name: "DragHandle", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M5 10.35q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h14q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm0 4q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h14q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Z" })); }); IconMaterialDragHandleW100Filled.displayName = 'AmauiIconMaterialDragHandleW100Filled'; export default IconMaterialDragHandleW100Filled;