@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDeployedCodeHistoryFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DeployedCodeHistoryFilled",
short_name: "DeployedCodeHistory",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M700-248v-92q0-8-6-14t-14-6q-8 0-14 6t-6 14v91q0 8 3 15.5t9 13.5l60 60q6 6 14 6t14-6q6-6 6-14t-6-14l-60-60ZM440-869q19-11 40-11t40 11l280 161q19 11 29.5 29t10.5 40v169q-34-24-74.5-37T680-520q-17 0-32.5 1.5T616-513l108-62q15-8 18.5-25t-5.5-31q-8-14-23.5-17.5T684-644L480-526 276-644q-14-8-29-4.5T223-631q-9 14-5.5 31t18.5 25l204 118v73q-19 32-29.5 68T400-240q0 42 11.5 80T444-89q-1-1-2-1t-2-1L160-252q-19-11-29.5-29T120-321v-318q0-22 10.5-40t29.5-29l280-161ZM680-40q-83 0-141.5-58.5T480-240q0-83 58.5-141.5T680-440q83 0 141.5 58.5T880-240q0 83-58.5 141.5T680-40Z"
}));
});
IconMaterialDeployedCodeHistoryFilled.displayName = 'AmauiIconMaterialDeployedCodeHistoryFilled';
export default IconMaterialDeployedCodeHistoryFilled;