UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 949 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSyncSavedLocally = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SyncSavedLocally", short_name: "SyncSavedLocally", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m437-511-57-57q-6-6-13-9t-14.5-3q-7.5 0-15 3t-13.5 9q-11 11-11 28t11 28l85 86q12 12 28 12t28-12l186-170q0-16-2-31t-13-26q-12-12-28.5-12T579-653L437-511ZM40-120v-80h840q17 0 28.5 11.5T920-160q0 17-11.5 28.5T880-120H40Zm120-120q-33 0-56.5-23.5T80-320v-440q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v440q0 33-23.5 56.5T800-240H160Zm0-80h640v-440H160v440Zm0 0v-440 440Z" })); }); IconMaterialSyncSavedLocally.displayName = 'OnesyIconMaterialSyncSavedLocally'; export default IconMaterialSyncSavedLocally;