UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 654 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStopFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "StopFilled", short_name: "Stop", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M240-320v-320q0-33 23.5-56.5T320-720h320q33 0 56.5 23.5T720-640v320q0 33-23.5 56.5T640-240H320q-33 0-56.5-23.5T240-320Z" })); }); IconMaterialStopFilled.displayName = 'OnesyIconMaterialStopFilled'; export default IconMaterialStopFilled;