UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.05 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialDangerousW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DangerousW100", short_name: "Dangerous", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M377-172q-12 0-23.5-5T334-190L190-334q-8-8-13-19.5t-5-23.5v-206q0-12 5-23.5t13-19.5l144-144q8-8 19.5-13t23.5-5h206q12 0 23.5 5t19.5 13l144 144q8 8 13 19.5t5 23.5v206q0 12-5 23.5T770-334L626-190q-8 8-19.5 13t-23.5 5H377Zm-13-28h232l164-164v-232L596-760H364L200-596v232l164 164Zm116-260 104 104q4 4 9.5 4.5T604-356q5-5 5-10t-5-10L500-480l104-104q4-4 4.5-9.5T604-604q-5-5-10-5t-10 5L480-500 376-604q-4-4-9.5-4.5T356-604q-5 5-5 10t5 10l104 104-104 104q-4 4-4.5 9.5T356-356q5 5 10 5t10-5l104-104Zm0-20Z" })); }); IconMaterialDangerousW100.displayName = 'OnesyIconMaterialDangerousW100'; export default IconMaterialDangerousW100;