@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.92 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 IconMaterialP2pW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'P2pW100', short_name: 'P2p', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-212q-24.75 0-42.37-17.63Q132-247.25 132-272v-496q0-24.75 17.63-42.38Q167.25-828 192-828h178q24.75 0 42.38 17.62Q430-792.75 430-768v160h-28v-81H160v338h270v79q0 24.75-17.62 42.37Q394.75-212 370-212H192Zm389 80q-21.04 0-36.02-14.98Q530-161.96 530-183v-168h28v80h242v-337H530v-80q0-24.75 17.63-42.38Q565.25-748 590-748h178q24.75 0 42.38 17.62Q828-712.75 828-688v496q0 24.75-17.62 42.37Q792.75-132 768-132H581ZM160-323v51q0 14 9 23t23 9h178q14 0 23-9t9-23v-51H160Zm398 80v51q0 14 9 23t23 9h178q14 0 23-9t9-23v-51H558ZM160-717h242v-51q0-14-9-23t-23-9H192q-14 0-23 9t-9 23v51Zm398 81h242v-52q0-14-9-23t-23-9H590q-14 0-23 9t-9 23v52ZM328.04-454q-11.04 0-18.54-7.46-7.5-7.47-7.5-18.5 0-11.04 7.46-18.54 7.47-7.5 18.5-7.5 11.04 0 18.54 7.46 7.5 7.47 7.5 18.5 0 11.04-7.46 18.54-7.47 7.5-18.5 7.5Zm152 0q-11.04 0-18.54-7.46-7.5-7.47-7.5-18.5 0-11.04 7.46-18.54 7.47-7.5 18.5-7.5 11.04 0 18.54 7.46 7.5 7.47 7.5 18.5 0 11.04-7.46 18.54-7.47 7.5-18.5 7.5Zm151 0q-11.04 0-18.54-7.46-7.5-7.47-7.5-18.5 0-11.04 7.46-18.54 7.47-7.5 18.5-7.5 11.04 0 18.54 7.46 7.5 7.47 7.5 18.5 0 11.04-7.46 18.54-7.47 7.5-18.5 7.5ZM160-323v83-83Zm398 80v83-83ZM160-717v-83 83Zm398 81v-84 84Z" }) })));
});
IconMaterialP2pW100.displayName = 'OnesyIconMaterialP2pW100';
exports.default = IconMaterialP2pW100;
;