UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.85 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialHistoryToggleOffFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "HistoryToggleOffFilled", short_name: "HistoryToggleOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M225-694q-17 0-28.5-12T185-735q0-17 11.5-28.5T225-775q17 0 29 11.5t12 28.5q0 17-12 29t-29 12Zm162-93q-17 0-29-12t-12-29q0-17 12-28.5t29-11.5q17 0 28.5 11.5T427-828q0 17-11.5 29T387-787Zm186 0q-17 0-28.5-12T533-828q0-17 11.5-28.5T573-868q17 0 29 11.5t12 28.5q0 17-12 29t-29 12Zm162 93q-17 0-29-12t-12-29q0-17 12-29t29-12q17 0 28.5 12t11.5 29q0 17-11.5 29T735-694Zm93 161q-17 0-29-11.5T787-573q0-17 12-28.5t29-11.5q17 0 28.5 11.5T868-573q0 17-11.5 28.5T828-533Zm0 187q-17 0-29-12t-12-29q0-17 12-28.5t29-11.5q17 0 28.5 11.5T868-387q0 17-11.5 29T828-346Zm-93 161q-17 0-29-11.5T694-225q0-17 12-29t29-12q17 0 28.5 12t11.5 29q0 17-11.5 28.5T735-185ZM573-92q-17 0-28.5-11.5T533-132q0-17 11.5-29t28.5-12q17 0 29 12t12 29q0 17-12 28.5T573-92Zm-186 0q-17 0-29-11.5T346-132q0-17 12-29t29-12q17 0 28.5 12t11.5 29q0 17-11.5 28.5T387-92Zm-162-94q-17 0-28.5-11.5T185-226q0-17 11.5-28.5T225-266q17 0 28.5 11.5T265-226q0 17-11.5 28.5T225-186Zm-93-161q-17 0-28.5-12T92-388q0-17 11.5-28.5T132-428q17 0 29 11.5t12 28.5q0 17-12 29t-29 12Zm0-186q-17 0-28.5-11.5T92-573q0-17 11.5-29t28.5-12q17 0 29 12t12 29q0 17-12 28.5T132-533Zm388 37 120 120q11 11 11 28t-11 28q-11 11-28 11t-28-11L452-452q-6-6-9-13.5t-3-15.5v-159q0-17 11.5-28.5T480-680q17 0 28.5 11.5T520-640v144Z" })); }); IconMaterialHistoryToggleOffFilled.displayName = 'OnesyIconMaterialHistoryToggleOffFilled'; export default IconMaterialHistoryToggleOffFilled;