@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 970 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBackupFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BackupFilled",
short_name: "Backup",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6.5 20q-2.275 0-3.887-1.575Q1 16.85 1 14.575q0-1.95 1.175-3.475Q3.35 9.575 5.25 9.15q.625-2.3 2.5-3.725Q9.625 4 12 4q2.925 0 4.962 2.037Q19 8.075 19 11q1.725.2 2.863 1.487Q23 13.775 23 15.5q0 1.875-1.312 3.188Q20.375 20 18.5 20H13v-7.15l.9.875q.275.275.688.275.412 0 .712-.3.275-.275.275-.7 0-.425-.275-.7l-2.6-2.6q-.3-.3-.7-.3-.4 0-.7.3l-2.6 2.6q-.275.275-.287.687-.013.413.287.713.275.275.687.288.413.012.713-.263l.9-.875V20Z"
}));
});
IconMaterialBackupFilled.displayName = 'AmauiIconMaterialBackupFilled';
export default IconMaterialBackupFilled;