UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.38 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSlowMotionVideoW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SlowMotionVideoW100Filled", short_name: "SlowMotionVideo", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m441-370 141-91q11-7 11-19t-11-19l-141-91q-11-8-23-1.5T406-571v182q0 14 12 20.5t23-1.5Zm-293-70q6 0 10 4.5t6 11.5q7 35 20 67.5t33 60.5q4 5 4 11t-5 11q-4 4-9.5 3t-9.5-6q-26-36-40.5-70.5T136-424q-1-6 2.5-11t9.5-5Zm68-245q5 5 5 11t-4 11q-20 28-32.5 60T165-536q-2 7-6.5 11.5T148-520q-6 0-9.5-5.5T136-537q6-41 20-74.5t40-69.5q4-5 9.5-7t10.5 3Zm56 467q5-5 11.5-4.5T295-218q27 20 60 33.5t69 20.5q6 1 10 5.5t4 10.5q0 6-5 9.5t-11 1.5q-45-8-78-22t-68-39q-5-4-7-9.5t3-10.5Zm168-594q0 7-4.5 11t-11.5 6q-36 7-68.5 20T296-742q-5 4-11 4t-11-5q-4-4-3-9.5t6-9.5q36-25 69-39t79-22q6-1 10.5 2t4.5 9Zm360 332q0-118-75.5-206.5T534-796q-6-1-10-5.5t-4-10.5q0-6 5-9.5t11-2.5q127 20 209.5 117T828-480q0 130-82.5 227T536-136q-6 1-11-2.5t-5-9.5q0-6 4-10.5t10-5.5q115-21 190.5-109.5T800-480Z" })); }); IconMaterialSlowMotionVideoW100Filled.displayName = 'OnesyIconMaterialSlowMotionVideoW100Filled'; export default IconMaterialSlowMotionVideoW100Filled;