UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.25 kB
"use strict"; 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 IconMaterialDataLossPreventionW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DataLossPreventionW100Filled', 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-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'; exports.default = IconMaterialDataLossPreventionW100Filled;