@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.32 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialDataLossPreventionW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DataLossPreventionW100', short_name: 'DataLossPrevention', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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-34 0-64.5 7T329-467q23 20 52 30.5t60 10.5Zm-1 160q-123 0-208.5-85.5T146-560q0-123 85.5-208.5T440-854q123 0 208.5 85.5T734-560q0 60-19.5 106.5T658-362l206 206q5 5 4.5 10t-4.5 10q-5 5-10.5 5t-10.5-5L637-342q-45 37-91 56.5T440-266Zm0-28q110 0 188-78t78-188q0-110-78-188t-188-78q-110 0-188 78t-78 188q0 110 78 188t188 78Zm0-266Z" }) })));
});
IconMaterialDataLossPreventionW100.displayName = 'OnesyIconMaterialDataLossPreventionW100';
exports.default = IconMaterialDataLossPreventionW100;
;