@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.4 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBadgeW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BadgeW100",
short_name: "Badge",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M17.65 13.5q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1h-3.3q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Zm0 2.2q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1h-3.3q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1ZM13.7 8.3h5.5q.65 0 1.075.425.425.425.425 1.075v9.4q0 .65-.425 1.075-.425.425-1.075.425H4.8q-.65 0-1.075-.425Q3.3 19.85 3.3 19.2V9.8q0-.65.425-1.075Q4.15 8.3 4.8 8.3h5.5V4q0-.3.2-.5t.5-.2h2q.3 0 .5.2t.2.5ZM11 9h2V4h-2Zm1 5.5ZM9 15q.45 0 .775-.325t.325-.775q0-.45-.325-.775T9 12.8q-.45 0-.775.325T7.9 13.9q0 .45.325.775T9 15Zm-2.6 2.25h5.2v-.05q0-.325-.175-.587-.175-.263-.475-.413-.475-.2-.962-.3-.488-.1-.988-.1t-.988.1q-.487.1-.962.3-.3.15-.475.413-.175.262-.175.587ZM10.3 9H4.8q-.35 0-.575.225Q4 9.45 4 9.8v9.4q0 .35.225.575Q4.45 20 4.8 20h14.4q.35 0 .575-.225Q20 19.55 20 19.2V9.8q0-.35-.225-.575Q19.55 9 19.2 9h-5.5q0 .45-.25.575-.25.125-.7.125h-1.5q-.45 0-.7-.125Q10.3 9.45 10.3 9Z"
}));
});
IconMaterialBadgeW100.displayName = 'AmauiIconMaterialBadgeW100';
export default IconMaterialBadgeW100;