UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.34 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMotionPhotosAutoW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MotionPhotosAutoW100Filled", short_name: "MotionPhotosAuto", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M422-440h116l26 72q2 5 5.5 7.5t8.5 2.5q8 0 12.5-6t1.5-14l-95-254q-2-4-5-6t-7-2h-10q-5 0-7.5 2.5T463-631l-94 254q-2 7 1.5 13t11.5 6q5 0 8-2t5-7l27-73Zm8-28 48-132h4l48 132H430Zm50 336q-72 0-135.5-27T234-233q-47-47-74.5-110T132-478q0-30 5-59t14-58q2-6 7.5-9t10.5-1q6 2 8 8.5t0 12.5q-8 26-12.5 52t-4.5 52q0 134 93 227t227 93q134 0 227-93t93-227q0-134-93-227t-227-93q-26 0-51 4t-49 12q-6 2-12-.5t-9-7.5q-3-5-.5-10t7.5-7q26-9 53-14t55-5q73 0 137.5 27T724-726.5q48 47.5 76 111T828-480q0 72-27.5 135.5T726-234q-47 47-110.5 74.5T480-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" })); }); IconMaterialMotionPhotosAutoW100Filled.displayName = 'OnesyIconMaterialMotionPhotosAutoW100Filled'; export default IconMaterialMotionPhotosAutoW100Filled;