UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 911 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPhotoCameraFrontFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PhotoCameraFrontFilled", short_name: "PhotoCameraFront", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M160-120q-33 0-56.5-23.5T80-200v-480q0-33 23.5-56.5T160-760h126l74-80h240l74 80h126q33 0 56.5 23.5T880-680v480q0 33-23.5 56.5T800-120H160Zm160-160h320v-22q0-45-44-71.5T480-400q-72 0-116 26.5T320-302v22Zm160-160q33 0 56.5-23.5T560-520q0-33-23.5-56.5T480-600q-33 0-56.5 23.5T400-520q0 33 23.5 56.5T480-440Z" })); }); IconMaterialPhotoCameraFrontFilled.displayName = 'OnesyIconMaterialPhotoCameraFrontFilled'; export default IconMaterialPhotoCameraFrontFilled;