@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 894 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSdCardAlertW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SdCardAlertW100Filled",
short_name: "SdCardAlert",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M272-132q-26 0-43-17t-17-43v-401q0-12 5-23.5t13-19.5l174-174q8-8 19.5-13t23.5-5h241q26 0 43 17t17 43v576q0 26-17 43t-43 17H272Zm208-188q11 0 17.5-7.5T504-344q0-9-6.5-16.5T480-368q-11 0-17.5 7.5T456-344q0 9 6.5 16.5T480-320Zm0-98q6 0 10-4t4-10v-154q0-6-4-10t-10-4q-6 0-10 4t-4 10v154q0 6 4 10t10 4Z"
}));
});
IconMaterialSdCardAlertW100Filled.displayName = 'OnesyIconMaterialSdCardAlertW100Filled';
export default IconMaterialSdCardAlertW100Filled;