UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 933 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFeedW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FeedW100", short_name: "Feed", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M5 19.7q-.3 0-.5-.2t-.2-.5V5q0-.3.2-.5t.5-.2h10.45l4.25 4.25V19q0 .3-.2.5t-.5.2Zm0-.7h14V9h-3.25q-.325 0-.537-.213Q15 8.575 15 8.25V5H5Zm3-3.3h8q.15 0 .25-.1t.1-.25q0-.15-.1-.25T16 15H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1ZM8 9h3.65q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1H8q-.15 0-.25.1t-.1.25q0 .15.1.25T8 9Zm0 3.35h8q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1ZM5 5v4-4 14Z" })); }); IconMaterialFeedW100.displayName = 'AmauiIconMaterialFeedW100'; export default IconMaterialFeedW100;