UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.35 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialDeployedCodeHistoryW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DeployedCodeHistoryW100", short_name: "DeployedCodeHistory", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M464-791 217-648l263 152 263-152-247-143q-8-5-16-5t-16 5ZM172-340v-280q0-16 7.88-29.79Q187.75-663.57 202-672l248-143q8-5 14.95-6.5 6.95-1.5 15-1.5t15.55 1.5Q503-820 510-815l248 143q14.25 8.43 22.13 22.21Q788-636 788-620v118q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-124L509-481q-14.33 8-30.16 8-15.84 0-29.84-8L200-626v286q0 8 4 15t12 12l249 145q3.15 1.75 5.08 4.91 1.92 3.16 1.92 7.02 0 8.07-6.5 11.57T452-145L202-288q-14.25-8.43-22.12-22.21Q172-324 172-340ZM720-65q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105T720-65ZM480-479Zm254 263.42V-310q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v94q0 5.57 2 10.78 2 5.22 7 10.22l61 61q4 4 9.5 4.5T796-134q5-5 5-10t-5-10l-62-61.58Z" })); }); IconMaterialDeployedCodeHistoryW100.displayName = 'OnesyIconMaterialDeployedCodeHistoryW100'; export default IconMaterialDeployedCodeHistoryW100;