UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSmartphoneCameraW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SmartphoneCameraW100", short_name: "SmartphoneCamera", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M312-92q-24.75 0-42.37-17.63Q252-127.25 252-152v-656q0-24.75 17.63-42.38Q287.25-868 312-868h336q24.75 0 42.38 17.62Q708-832.75 708-808v62H280v532h428v62q0 24.75-17.62 42.37Q672.75-92 648-92H312Zm0-28h336q12 0 22-10t10-22v-34H280v34q0 12 10 22t22 10Zm-32-654h400v-34q0-12-10-22t-22-10H312q-12 0-22 10t-10 22v34Zm0 0v-66 66Zm0 654v-66 66Zm305.19-230q-20.19 0-34.69-14.29Q536-378.58 536-399v-128.86q0-20.14 14.29-34.64T585-577h32.5l32.5-33h64.43l32.22 33h32.21q20.14 0 34.64 14.29T828-528v128.86q0 20.14-14.29 34.64T779-350H585.19ZM682-407q23 0 40-17t17-40.14q0-23.14-17-39.5T682-520q-23 0-40 16.36t-17 39.5Q625-441 642-424t40 17Z" })); }); IconMaterialSmartphoneCameraW100.displayName = 'OnesyIconMaterialSmartphoneCameraW100'; export default IconMaterialSmartphoneCameraW100;