UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 738 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStopW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "StopW100Filled", short_name: "Stop", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M292-352v-256q0-24.75 17.63-42.38Q327.25-668 352-668h256q24.75 0 42.38 17.62Q668-632.75 668-608v256q0 24.75-17.62 42.37Q632.75-292 608-292H352q-24.75 0-42.37-17.63Q292-327.25 292-352Z" })); }); IconMaterialStopW100Filled.displayName = 'OnesyIconMaterialStopW100Filled'; export default IconMaterialStopW100Filled;