UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 867 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPictureInPictureSmall = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PictureInPictureSmall", short_name: "PictureInPictureSmall", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M120-160q-17 0-28.5-11.5T80-200q0-17 11.5-28.5T120-240h680v-520q0-17 11.5-28.5T840-800q17 0 28.5 11.5T880-760v520q0 33-23.5 56.5T800-160H120Zm320-160q-17 0-28.5-11.5T400-360v-160q0-17 11.5-28.5T440-560h240q17 0 28.5 11.5T720-520v160q0 17-11.5 28.5T680-320H440Z" })); }); IconMaterialPictureInPictureSmall.displayName = 'OnesyIconMaterialPictureInPictureSmall'; export default IconMaterialPictureInPictureSmall;