UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.38 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialDataInfoAlertW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DataInfoAlertW100Filled", short_name: "DataInfoAlert", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M186-186q-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-4h400q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H186Zm454.15-280Q568-466 517-516.85t-51-123Q466-712 516.85-763t123-51Q712-814 763-763.15t51 123Q814-568 763.15-517t-123 51ZM186-506q-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-4h181q5.95 0 9.98 3.9 4.02 3.9 4.02 9.67 0 5.43-4.02 9.93-4.03 4.5-9.98 4.5H186Zm0 160q-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-4h351q5.95 0 9.97 3.9 4.03 3.9 4.03 9.67 0 5.43-3.5 9.93T537-346H186Zm454-180q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-110q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v110q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Zm0-184q8 0 14-6t6-14q0-8-6-14t-14-6q-8 0-14 6t-6 14q0 8 6 14t14 6Z" })); }); IconMaterialDataInfoAlertW100Filled.displayName = 'OnesyIconMaterialDataInfoAlertW100Filled'; export default IconMaterialDataInfoAlertW100Filled;