@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.52 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialBadgeW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BadgeW100",
short_name: "Badge",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M256-270h208v-2q0-12.59-6.86-23.33Q450.28-306.07 438-312q-19.02-8-38.51-12T360-328q-20 0-39.49 4-19.49 4-38.51 12-12.28 5.93-19.14 16.67Q256-284.59 256-272v2Zm318-62h132q6.07 0 10.03-3.95 3.97-3.96 3.97-10 0-6.05-3.97-10.05-3.96-4-10.03-4H574q-6.07 0-10.03 3.95-3.97 3.96-3.97 10 0 6.05 3.97 10.05 3.96 4 10.03 4Zm-214.24-28Q378-360 391-372.76q13-12.77 13-31Q404-422 391.24-435q-12.77-13-31-13Q342-448 329-435.24q-13 12.77-13 31Q316-386 328.76-373q12.77 13 31 13ZM574-420h132q6.07 0 10.03-3.95 3.97-3.96 3.97-10 0-6.05-3.97-10.05-3.96-4-10.03-4H574q-6.07 0-10.03 3.95-3.97 3.96-3.97 10 0 6.05 3.97 10.05 3.96 4 10.03 4ZM192-132q-26 0-43-17t-17-43v-376q0-26 17-43t43-17h220v-172q0-11.55 8.23-19.78Q428.45-828 440-828h80q11.55 0 19.78 8.22Q548-811.55 548-800v172h220q26 0 43 17t17 43v376q0 26-17 43t-43 17H192Zm0-28h576q14 0 23-9t9-23v-376q0-14-9-23t-23-9H548v40q0 11-8.5 19.5T520-532h-80q-11 0-19.5-8.5T412-560v-40H192q-14 0-23 9t-9 23v376q0 14 9 23t23 9Zm248-400h80v-240h-80v240Zm40 180Z"
}));
});
IconMaterialBadgeW100.displayName = 'OnesyIconMaterialBadgeW100';
export default IconMaterialBadgeW100;