UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 809 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterial3pFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "3pFilled", short_name: "3p", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M320-400h320v-22q0-44-44-71t-116-27q-72 0-116 27t-44 71v22Zm160-160q33 0 56.5-23.5T560-640q0-33-23.5-56.5T480-720q-33 0-56.5 23.5T400-640q0 33 23.5 56.5T480-560ZM240-240l-92 92q-19 19-43.5 8.5T80-177v-623q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240Z" })); }); IconMaterial3pFilled.displayName = 'OnesyIconMaterial3pFilled'; export default IconMaterial3pFilled;