UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 817 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDeployedCodeW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DeployedCodeW100", short_name: "DeployedCode", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m200 734 266 154V584L200 430v304Zm294 154 266-154V430L494 584v304ZM217 408l263 152 263-152-263-152-263 152Zm-45 343V436q0-16 8-30t22-22l248-143q14-8 30-8t30 8l248 143q14 8 22 22t8 30v280q0 16-8 30t-22 22L510 911q-14 8-30 8t-30-8L172 751Zm308-175Z" })); }); IconMaterialDeployedCodeW100.displayName = 'AmauiIconMaterialDeployedCodeW100'; export default IconMaterialDeployedCodeW100;