UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSpeed05xW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Speed05xW100Filled", short_name: "Speed05x", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m660-463-90 150q-2.04 3.29-5.1 5.15-3.06 1.85-6.74 1.85-8.16 0-12.16-7t0-14l98-163-85-142q-5-8 0-15t13.16-7q3.68 0 6.74 1.85 3.06 1.86 5.1 5.15l77 129 77-129q2.04-3.29 5.1-5.15 3.06-1.85 6.74-1.85 8.16 0 12.16 7t0 14l-85 141 98 164q5 8 0 15t-13.16 7q-3.68 0-6.74-1.85-3.06-1.86-5.1-5.15l-90-150ZM394-306H280q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h114q14 0 23-9t9-23v-68q0-14-9-23t-23-9H280q-5.95 0-9.98-4.02Q266-474.05 266-480v-160q0-5.95 4.02-9.97Q274.05-654 280-654h160q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H294v132h100q26 0 43 17t17 43v68q0 26-17 43t-43 17Zm-208.04 0q-5.96 0-9.96-4.04-4-4.03-4-10 0-5.96 4.04-9.96 4.03-4 10-4 5.96 0 9.96 4.04 4 4.03 4 10 0 5.96-4.04 9.96-4.03 4-10 4Z" })); }); IconMaterialSpeed05xW100Filled.displayName = 'OnesyIconMaterialSpeed05xW100Filled'; export default IconMaterialSpeed05xW100Filled;