@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialArrowWarmUpFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ArrowWarmUpFilled",
short_name: "ArrowWarmUp",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-440q-17 0-28.5-11.5T440-480v-247L284-572q-11 11-27.5 11.5T228-572q-11-11-11-28t11-28l224-224q6-6 13-8.5t15-2.5q8 0 15 2.5t13 8.5l224 224q11 11 11 27.5T732-572q-12 12-28.5 12T675-572L520-727v247q0 17-11.5 28.5T480-440Zm0 200q-17 0-28.5-11.5T440-280v-40q0-17 11.5-28.5T480-360q17 0 28.5 11.5T520-320v40q0 17-11.5 28.5T480-240Zm0 160q-17 0-28.5-11.5T440-120q0-17 11.5-28.5T480-160q17 0 28.5 11.5T520-120q0 17-11.5 28.5T480-80Z"
}));
});
IconMaterialArrowWarmUpFilled.displayName = 'OnesyIconMaterialArrowWarmUpFilled';
export default IconMaterialArrowWarmUpFilled;