UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.28 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMotionPhotosOnW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MotionPhotosOnW100Filled", short_name: "MotionPhotosOn", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480.17-132q-72.17 0-135.73-27.23-63.56-27.22-110.57-73.9-47.02-46.67-74.44-109.77Q132-406 132-478q0-30 5-59t14-58q2-6 7.5-9t10.81-1q5.69 2 7.69 8.5t0 12.5q-7.85 25.61-12.42 51.81Q160-506 160-480q0 134 93 227t227 93q134 0 227-93t93-227q0-134-93-227t-227-93q-25.53 0-50.53 4T380-784q-6 2-12-.5t-9-7.5q-3-5-.5-10t7.5-7q26-9 53-14t55.2-5q73.14 0 137.47 27T724-726.5q48 47.5 76 110.91 28 63.4 28 135.5 0 72.09-27.39 135.65t-74.35 110.57q-46.96 47.02-110.43 74.44Q552.35-132 480.17-132ZM242-690q-11 0-19.5-8.5T214-718q0-11 8.5-19.5T242-746q11 0 19.5 8.5T270-718q0 11-8.5 19.5T242-690Zm-2 210q0-100 70-170t170-70q100 0 170 70t70 170q0 100-70 170t-170 70q-100 0-170-70t-70-170Z" })); }); IconMaterialMotionPhotosOnW100Filled.displayName = 'OnesyIconMaterialMotionPhotosOnW100Filled'; export default IconMaterialMotionPhotosOnW100Filled;