UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialDataLossPreventionW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DataLossPreventionW100Filled", short_name: "DataLossPrevention", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M440-586q23 0 38.5-15.5T494-640q0-23-15.5-38.5T440-694q-23 0-38.5 15.5T386-640q0 23 15.5 38.5T440-586Zm1 160q30 0 58.5-10.5T552-467q-30-14-58-20.5t-53-6.5q-35 0-65 7t-47 20q23 20 51.5 30.5T441-426Zm-1 160q-123 0-208.5-85.5T146-560q0-123 85.5-208.5T440-854q123 0 208.5 85.5T734-560q0 60-20 106.5T657-362l207 206q5 5 4.5 10t-4.5 10q-5 5-10.5 5t-10.5-5L637-342q-45 37-91 56.5T440-266Z" })); }); IconMaterialDataLossPreventionW100Filled.displayName = 'OnesyIconMaterialDataLossPreventionW100Filled'; export default IconMaterialDataLossPreventionW100Filled;